final class sun.security.ssl.DTLSInputRecord$DTLSReassembler
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.DTLSInputRecord$DTLSReassembler
super_class: java.lang.Object
{
final int handshakeEpoch;
descriptor: I
flags: (0x0010) ACC_FINAL
java.util.TreeSet<sun.security.ssl.DTLSInputRecord$RecordFragment> bufferedFragments;
descriptor: Ljava/util/TreeSet;
flags: (0x0000)
Signature: Ljava/util/TreeSet<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;
sun.security.ssl.DTLSInputRecord$HandshakeFlight handshakeFlight;
descriptor: Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
flags: (0x0000)
sun.security.ssl.DTLSInputRecord$HandshakeFlight precedingFlight;
descriptor: Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
flags: (0x0000)
int nextRecordEpoch;
descriptor: I
flags: (0x0000)
long nextRecordSeq;
descriptor: J
flags: (0x0000)
boolean expectCCSFlight;
descriptor: Z
flags: (0x0000)
boolean flightIsReady;
descriptor: Z
flags: (0x0000)
boolean needToCheckFlight;
descriptor: Z
flags: (0x0000)
final sun.security.ssl.DTLSInputRecord this$0;
descriptor: Lsun/security/ssl/DTLSInputRecord;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.security.ssl.DTLSInputRecord, int);
descriptor: (Lsun/security/ssl/DTLSInputRecord;I)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.TreeSet
dup
invokespecial java.util.TreeSet.<init>:()V
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
2: aload 0
new sun.security.ssl.DTLSInputRecord$HandshakeFlight
dup
invokespecial sun.security.ssl.DTLSInputRecord$HandshakeFlight.<init>:()V
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
3: aload 0
aconst_null
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
4: aload 0
lconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
5: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
6: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
7: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
8: aload 0
iload 2
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeEpoch:I
9: aload 0
iload 2
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordEpoch:I
10: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
iload 2
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
11: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 12 2 handshakeEpoch I
MethodParameters:
Name Flags
this$0 final
handshakeEpoch
void expectingFinishFlight();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
void queueUpHandshake(sun.security.ssl.DTLSInputRecord$HandshakeFragment);
descriptor: (Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;)V
flags: (0x0000)
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.isDesirable:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.cleanUpRetransmit:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
3: iconst_0
istore 2
start local 2 4: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmpne 7
5: iconst_1
istore 2
6: goto 10
StackMap locals: int
StackMap stack:
7: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
ifnull 10
8: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmpne 10
9: iconst_1
istore 2
10: StackMap locals:
StackMap stack:
iload 2
ifeq 15
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
ifne 15
11: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpeq 15
12: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
13: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
14: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
15: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpne 20
16: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
17: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
18: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
19: goto 30
20: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmpge 22
21: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
22: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
isub
istore 3
start local 3 23: iload 3
ifle 27
24: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
25: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
26: goto 30
StackMap locals: int
StackMap stack:
27: iload 3
ifne 30
28: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lcmp
ifge 30
29: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
end local 3 30: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 31: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
ifne 33
32: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
if_icmpeq 34
33: StackMap locals: int
StackMap stack:
iconst_1
istore 3
34: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
35: astore 4
start local 4 36: aload 4
ifnonnull 44
37: iload 3
ifne 40
38: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
astore 4
39: goto 42
40: StackMap locals: java.util.List
StackMap stack:
new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 4
41: aload 4
new sun.security.ssl.DTLSInputRecord$HoleDescriptor
dup
iconst_0
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
invokespecial sun.security.ssl.DTLSInputRecord$HoleDescriptor.<init>:(II)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
42: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
aload 4
invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
43: goto 48
StackMap locals:
StackMap stack:
44: aload 4
invokeinterface java.util.List.isEmpty:()Z
ifeq 48
45: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 47
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 47
46: ldc "Have got the full message, discard it."
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
47: StackMap locals:
StackMap stack:
return
48: StackMap locals:
StackMap stack:
iload 3
ifeq 75
49: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
iadd
istore 5
start local 5 50: iconst_0
istore 6
start local 6 51: goto 74
52: StackMap locals: int int
StackMap stack:
aload 4
iload 6
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$HoleDescriptor
astore 7
start local 7 53: aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.limit:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
if_icmple 73
54: aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.offset:I
iload 5
if_icmplt 56
55: goto 73
56: StackMap locals: sun.security.ssl.DTLSInputRecord$HoleDescriptor
StackMap stack:
aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.offset:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
if_icmple 58
57: aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.offset:I
iload 5
if_icmplt 60
58: StackMap locals:
StackMap stack:
aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.limit:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
if_icmple 63
59: aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.limit:I
iload 5
if_icmpge 63
60: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 62
ldc "ssl"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 62
61: ldc "Discard invalid record: handshake fragment ranges are overlapping"
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
62: StackMap locals:
StackMap stack:
return
63: StackMap locals:
StackMap stack:
aload 4
iload 6
invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
pop
64: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.offset:I
if_icmple 68
65: aload 4
new sun.security.ssl.DTLSInputRecord$HoleDescriptor
dup
66: aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.offset:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
invokespecial sun.security.ssl.DTLSInputRecord$HoleDescriptor.<init>:(II)V
67: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
68: StackMap locals:
StackMap stack:
iload 5
aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.limit:I
if_icmpge 75
69: aload 4
new sun.security.ssl.DTLSInputRecord$HoleDescriptor
dup
70: iload 5
aload 7
getfield sun.security.ssl.DTLSInputRecord$HoleDescriptor.limit:I
invokespecial sun.security.ssl.DTLSInputRecord$HoleDescriptor.<init>:(II)V
71: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
72: goto 75
end local 7 73: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
74: iload 6
aload 4
invokeinterface java.util.List.size:()I
if_icmplt 52
end local 6 end local 5 75: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpne 78
76: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.add:(Ljava/lang/Object;)Z
pop
77: goto 79
78: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferFragment:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
79: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 80 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 80 1 hsf Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
4 80 2 isMinimalFlightMessage Z
23 30 3 n I
31 80 3 fragmented Z
36 80 4 holes Ljava/util/List<Lsun/security/ssl/DTLSInputRecord$HoleDescriptor;>;
50 75 5 fragmentLimit I
51 75 6 i I
53 73 7 hole Lsun/security/ssl/DTLSInputRecord$HoleDescriptor;
MethodParameters:
Name Flags
hsf
void queueUpChangeCipherSpec(sun.security.ssl.DTLSInputRecord$RecordFragment);
descriptor: (Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.isDesirable:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.cleanUpRetransmit:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
3: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
ifeq 6
4: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
5: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
lcmp
ifge 8
7: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
8: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferFragment:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
9: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 10 1 rf Lsun/security/ssl/DTLSInputRecord$RecordFragment;
MethodParameters:
Name Flags
rf
void queueUpFragment(sun.security.ssl.DTLSInputRecord$RecordFragment);
descriptor: (Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.isDesirable:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.cleanUpRetransmit:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
3: aload 0
aload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferFragment:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 5 1 rf Lsun/security/ssl/DTLSInputRecord$RecordFragment;
MethodParameters:
Name Flags
rf
private void bufferFragment(sun.security.ssl.DTLSInputRecord$RecordFragment);
descriptor: (Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.add:(Ljava/lang/Object;)Z
pop
1: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifeq 3
2: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
ifne 5
4: aload 0
iconst_1
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 6 1 rf Lsun/security/ssl/DTLSInputRecord$RecordFragment;
MethodParameters:
Name Flags
rf
private void cleanUpRetransmit(sun.security.ssl.DTLSInputRecord$RecordFragment);
descriptor: (Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
ifnull 13
2: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
if_icmpge 5
3: iconst_1
istore 2
4: goto 13
5: StackMap locals: int
StackMap stack:
aload 1
instanceof sun.security.ssl.DTLSInputRecord$HandshakeFragment
ifeq 10
6: aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 3
start local 3 7: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
aload 3
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmpge 13
8: iconst_1
istore 2
end local 3 9: goto 13
10: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpeq 13
11: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
if_icmpge 13
12: iconst_1
istore 2
13: StackMap locals:
StackMap stack:
iload 2
ifne 15
14: return
15: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.iterator:()Ljava/util/Iterator;
astore 3
start local 3 16: goto 32
17: StackMap locals: java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 4
start local 4 18: iconst_0
istore 5
start local 5 19: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
if_icmpge 22
20: iconst_1
istore 5
21: goto 25
StackMap locals: sun.security.ssl.DTLSInputRecord$RecordFragment int
StackMap stack:
22: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
if_icmpne 25
23: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
lcmp
ifgt 25
24: iconst_1
istore 5
25: StackMap locals:
StackMap stack:
iload 5
ifne 30
aload 4
instanceof sun.security.ssl.DTLSInputRecord$HandshakeFragment
ifeq 30
26: aload 4
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 6
start local 6 27: aload 6
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
if_icmpgt 28
iconst_1
goto 29
StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
28: iconst_0
StackMap locals:
StackMap stack: int
29: istore 5
end local 6 30: StackMap locals:
StackMap stack:
iload 5
ifeq 33
31: aload 3
invokeinterface java.util.Iterator.remove:()V
end local 5 end local 4 32: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 17
end local 3 33: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
34: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 35 1 rf Lsun/security/ssl/DTLSInputRecord$RecordFragment;
1 35 2 isNewFlight Z
7 9 3 hsf Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
16 33 3 it Ljava/util/Iterator<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;
18 32 4 frag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
19 32 5 isOld Z
27 30 6 hsf Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
MethodParameters:
Name Flags
rf
private boolean isDesirable(sun.security.ssl.DTLSInputRecord$RecordFragment);
descriptor: (Lsun/security/ssl/DTLSInputRecord$RecordFragment;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordEpoch:I
iconst_1
isub
istore 2
start local 2 1: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
iload 2
if_icmpge 6
2: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 5
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 5
3: ldc "Too old epoch to use this record, discard it."
iconst_0
anewarray java.lang.Object
4: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
5: StackMap locals: int
StackMap stack:
iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
iload 2
if_icmpne 29
7: iconst_1
istore 3
start local 3 8: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
ifnonnull 11
9: iconst_0
istore 3
10: goto 24
11: StackMap locals: int
StackMap stack:
aload 1
instanceof sun.security.ssl.DTLSInputRecord$HandshakeFragment
ifeq 16
12: aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 4
start local 4 13: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
aload 4
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmple 24
14: iconst_0
istore 3
end local 4 15: goto 24
16: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 20
17: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
if_icmpeq 24
18: iconst_0
istore 3
19: goto 24
20: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
if_icmplt 23
21: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
if_icmpne 24
22: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
lcmp
ifgt 24
23: StackMap locals:
StackMap stack:
iconst_0
istore 3
24: StackMap locals:
StackMap stack:
iload 3
ifne 35
25: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 28
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 28
26: ldc "Too old retransmission to use, discard it."
iconst_0
anewarray java.lang.Object
27: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
28: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 29: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordEpoch:I
if_icmpne 35
30: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
lcmp
ifle 35
31: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 34
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 34
32: ldc "Lagging behind record (sequence), discard it."
iconst_0
anewarray java.lang.Object
33: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
34: StackMap locals:
StackMap stack:
iconst_0
ireturn
35: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 36 1 rf Lsun/security/ssl/DTLSInputRecord$RecordFragment;
1 36 2 previousEpoch I
8 29 3 isDesired Z
13 15 4 hsf Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
MethodParameters:
Name Flags
rf
private boolean isEmpty();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifne 4
1: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifne 2
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
ifeq 4
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
ifeq 3
aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:()Z
ifeq 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
StackMap locals:
StackMap stack:
4: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
sun.security.ssl.Plaintext acquirePlaintext();
descriptor: ()Lsun/security/ssl/Plaintext;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifeq 4
1: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 3
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 3
2: ldc "No received handshake messages"
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
aconst_null
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifne 14
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
ifeq 14
5: aload 0
aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:()Z
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
6: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifeq 13
7: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
invokevirtual sun.security.ssl.DTLSInputRecord$HandshakeFlight.isRetransmitOf:(Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;)Z
ifeq 13
8: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.clear:()V
9: aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.resetHandshakeFlight:(Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;)V
10: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 12
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 12
11: ldc "Received a retransmission flight."
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
12: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.Plaintext.PLAINTEXT_NULL:Lsun/security/ssl/Plaintext;
areturn
13: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
14: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifne 21
15: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 20
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 20
16: new java.lang.StringBuilder
dup
ldc "The handshake flight is not ready to use: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
17: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
18: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
19: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
20: StackMap locals:
StackMap stack:
aconst_null
areturn
21: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.first:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 1
start local 1 22: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.isCiphertext:Z
ifne 34
23: aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquireHandshakeMessage:()Lsun/security/ssl/Plaintext;
astore 2
start local 2 24: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifeq 35
25: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
invokevirtual java.util.HashMap.clear:()V
26: aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
invokevirtual sun.security.ssl.DTLSInputRecord$HandshakeFlight.clone:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFlight
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
27: aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.resetHandshakeFlight:(Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;)V
28: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
ifeq 35
29: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
30: getstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
31: if_icmpne 35
32: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
33: goto 35
end local 2 34: StackMap locals: sun.security.ssl.DTLSInputRecord$RecordFragment
StackMap stack:
aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquireCachedMessage:()Lsun/security/ssl/Plaintext;
astore 2
start local 2 35: StackMap locals: sun.security.ssl.Plaintext
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
22 36 1 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
24 34 2 plaintext Lsun/security/ssl/Plaintext;
35 36 2 plaintext Lsun/security/ssl/Plaintext;
private void resetHandshakeFlight(sun.security.ssl.DTLSInputRecord$HandshakeFlight);
descriptor: (Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
1: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
2: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
if_icmpeq 5
3: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
iconst_1
iadd
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
7: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
8: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
lconst_1
ladd
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
9: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
invokevirtual java.util.HashMap.clear:()V
10: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
11: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
12: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 13 1 prev Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
MethodParameters:
Name Flags
prev
private sun.security.ssl.Plaintext acquireCachedMessage();
descriptor: ()Lsun/security/ssl/Plaintext;
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=5, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.first:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 1
start local 1 1: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.readEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
if_icmpeq 13
2: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.readEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
if_icmple 7
3: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 6
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 6
4: ldc "Discard old buffered ciphertext fragments."
iconst_0
anewarray java.lang.Object
5: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
6: StackMap locals: sun.security.ssl.DTLSInputRecord$RecordFragment
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifeq 9
8: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
9: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 12
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 12
10: ldc "Not yet ready to decrypt the cached fragments."
iconst_0
anewarray java.lang.Object
11: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
12: StackMap locals:
StackMap stack:
aconst_null
areturn
13: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
14: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 2
start local 2 15: aconst_null
astore 3
start local 3 16: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.readCipher:Lsun/security/ssl/SSLCipher$SSLReadCipher;
17: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
aload 2
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
18: invokevirtual sun.security.ssl.SSLCipher$SSLReadCipher.decrypt:(BLjava/nio/ByteBuffer;[B)Lsun/security/ssl/Plaintext;
astore 4
start local 4 19: aload 4
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
astore 3
20: aload 1
aload 4
getfield sun.security.ssl.Plaintext.contentType:B
putfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
end local 4 21: goto 26
StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler sun.security.ssl.DTLSInputRecord$RecordFragment java.nio.ByteBuffer java.nio.ByteBuffer
StackMap stack: java.security.GeneralSecurityException
22: astore 4
start local 4 23: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 25
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 25
24: ldc "Discard invalid record: "
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
25: StackMap locals: java.security.GeneralSecurityException
StackMap stack:
aconst_null
areturn
end local 4 26: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 45
27: goto 43
28: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
29: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
30: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
31: aload 3
32: invokestatic sun.security.ssl.DTLSInputRecord.parseHandshakeMessage:(BBB[BIJLjava/nio/ByteBuffer;)Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
astore 4
start local 4 33: aload 4
ifnonnull 39
34: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 38
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 38
35: ldc "Invalid handshake fragment, discard it"
iconst_1
anewarray java.lang.Object
dup
iconst_0
36: aload 3
aastore
37: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
38: StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
aconst_null
areturn
39: StackMap locals:
StackMap stack:
aload 0
aload 4
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.queueUpHandshake:(Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;)V
40: aload 4
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpeq 43
41: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
42: aload 0
iconst_1
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
end local 4 43: StackMap locals:
StackMap stack:
aload 3
invokevirtual java.nio.ByteBuffer.remaining:()I
ifgt 28
44: aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquirePlaintext:()Lsun/security/ssl/Plaintext;
areturn
45: StackMap locals:
StackMap stack:
new sun.security.ssl.Plaintext
dup
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
46: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
47: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
48: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
49: aload 3
50: invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 51 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
1 51 1 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
15 51 2 fragment Ljava/nio/ByteBuffer;
16 51 3 plaintextFragment Ljava/nio/ByteBuffer;
19 21 4 plaintext Lsun/security/ssl/Plaintext;
23 26 4 gse Ljava/security/GeneralSecurityException;
33 43 4 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
Exception table:
from to target type
16 21 22 Class java.security.GeneralSecurityException
private sun.security.ssl.Plaintext acquireHandshakeMessage();
descriptor: ()Lsun/security/ssl/Plaintext;
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=9, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.first:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 1
start local 1 1: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 11
2: aload 0
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
iconst_1
iadd
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordEpoch:I
3: aload 0
lconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
4: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
5: new sun.security.ssl.Plaintext
dup
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
6: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
7: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
8: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
9: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
10: invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
areturn
11: StackMap locals: sun.security.ssl.DTLSInputRecord$RecordFragment
StackMap stack:
aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 2
start local 2 12: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
if_icmpne 37
13: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
ifne 37
14: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
15: aload 0
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lconst_1
ladd
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
16: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
iconst_4
iadd
newarray 8
astore 3
start local 3 17: new sun.security.ssl.Plaintext
dup
18: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.contentType:B
19: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.majorVersion:B
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.minorVersion:B
20: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
21: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
22: aload 3
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
23: invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
astore 4
start local 4 24: aload 3
iconst_0
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
bastore
25: aload 3
iconst_1
26: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 16
iushr
sipush 255
iand
i2b
27: bastore
28: aload 3
iconst_2
29: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 8
iushr
sipush 255
iand
i2b
30: bastore
31: aload 3
iconst_3
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
sipush 255
iand
i2b
bastore
32: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragment:[B
iconst_0
33: aload 3
iconst_4
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
34: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
35: aload 0
aload 2
aload 4
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeHashing:(Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;Lsun/security/ssl/Plaintext;)V
36: aload 4
areturn
end local 4 end local 3 37: StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
iconst_4
iadd
newarray 8
astore 3
start local 3 38: new sun.security.ssl.Plaintext
dup
39: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.contentType:B
40: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.majorVersion:B
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.minorVersion:B
41: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
42: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
43: aload 3
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
44: invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
astore 4
start local 4 45: aload 3
iconst_0
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
bastore
46: aload 3
iconst_1
47: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 16
iushr
sipush 255
iand
i2b
48: bastore
49: aload 3
iconst_2
50: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 8
iushr
sipush 255
iand
i2b
51: bastore
52: aload 3
iconst_3
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
sipush 255
iand
i2b
bastore
53: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
istore 5
start local 5 54: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lstore 6
start local 6 55: aload 2
astore 8
start local 8 56: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler sun.security.ssl.DTLSInputRecord$RecordFragment sun.security.ssl.DTLSInputRecord$HandshakeFragment byte[] sun.security.ssl.Plaintext int long sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragment:[B
iconst_0
57: aload 3
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
iconst_4
iadd
58: aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
59: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
60: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
61: lload 6
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lcmp
ifge 63
62: aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lstore 6
63: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifne 68
64: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.first:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 1
65: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpeq 67
66: goto 70
67: StackMap locals:
StackMap stack:
aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 8
68: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifne 70
69: iload 5
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmpeq 56
70: StackMap locals:
StackMap stack:
aload 0
aload 2
aload 4
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeHashing:(Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;Lsun/security/ssl/Plaintext;)V
71: aload 0
lload 6
lconst_1
ladd
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
72: aload 4
areturn
end local 8 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 73 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
1 73 1 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
12 73 2 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
17 37 3 recordFrag [B
24 37 4 plaintext Lsun/security/ssl/Plaintext;
38 73 3 recordFrag [B
45 73 4 plaintext Lsun/security/ssl/Plaintext;
54 73 5 msgSeq I
55 73 6 maxRecodeSN J
56 73 8 hmFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
boolean flightIsReady();
descriptor: ()Z
flags: (0x0000)
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
istore 1
start local 1 1: iload 1
getstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
if_icmpne 11
2: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
ifeq 8
3: aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasFinishedMessage:(Ljava/util/Set;)Z
istore 2
start local 2 4: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 7
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 7
5: new java.lang.StringBuilder
dup
ldc "Has the final flight been received? "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
6: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
7: StackMap locals: int int
StackMap stack:
iload 2
ireturn
end local 2 8: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 10
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 10
9: ldc "No flight is received yet."
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
10: StackMap locals:
StackMap stack:
iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iload 1
getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpeq 14
12: iload 1
getstatic sun.security.ssl.SSLHandshake.HELLO_REQUEST:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpeq 14
13: iload 1
getstatic sun.security.ssl.SSLHandshake.HELLO_VERIFY_REQUEST:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpne 19
14: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
istore 2
start local 2 15: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 18
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 18
16: new java.lang.StringBuilder
dup
ldc "Is the handshake message completed? "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
17: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
18: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 19: StackMap locals:
StackMap stack:
iload 1
getstatic sun.security.ssl.SSLHandshake.SERVER_HELLO:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpne 49
20: aload 0
iload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 25
21: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 24
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 24
22: ldc "The ServerHello message is not completed yet."
iconst_0
anewarray java.lang.Object
23: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
24: StackMap locals:
StackMap stack:
iconst_0
ireturn
25: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasFinishedMessage:(Ljava/util/Set;)Z
ifeq 29
26: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 28
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 28
27: ldc "It's an abbreviated handshake."
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
28: StackMap locals:
StackMap stack:
iconst_1
ireturn
29: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
30: getstatic sun.security.ssl.SSLHandshake.SERVER_HELLO_DONE:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
31: invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
astore 2
start local 2 32: aload 2
ifnull 33
aload 2
invokeinterface java.util.List.isEmpty:()Z
ifne 37
33: StackMap locals: java.util.List
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 36
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 36
34: ldc "Not yet got the ServerHelloDone message"
iconst_0
anewarray java.lang.Object
35: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
36: StackMap locals:
StackMap stack:
iconst_0
ireturn
37: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
38: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
39: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
40: invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(Ljava/util/Set;II)Z
istore 3
start local 3 41: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 48
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 48
42: new java.lang.StringBuilder
dup
ldc "Is the ServerHello flight (message "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
43: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc "-"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
44: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
45: ldc ") completed? "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 3
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
46: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
47: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
48: StackMap locals: int
StackMap stack:
iload 3
ireturn
end local 3 end local 2 49: StackMap locals:
StackMap stack:
iload 1
getstatic sun.security.ssl.SSLHandshake.CERTIFICATE:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpeq 51
50: iload 1
getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpne 80
51: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 56
52: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 55
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 55
53: ldc "The ClientKeyExchange or client Certificate message is not completed yet."
iconst_0
anewarray java.lang.Object
54: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
55: StackMap locals:
StackMap stack:
iconst_0
ireturn
56: StackMap locals:
StackMap stack:
iload 1
getstatic sun.security.ssl.SSLHandshake.CERTIFICATE:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpne 63
57: aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.needClientVerify:(Ljava/util/Set;)Z
ifeq 63
58: aload 0
getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_VERIFY:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 63
59: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 62
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 62
60: ldc "Not yet have the CertificateVerify message"
iconst_0
anewarray java.lang.Object
61: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
62: StackMap locals:
StackMap stack:
iconst_0
ireturn
63: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasFinishedMessage:(Ljava/util/Set;)Z
ifne 68
64: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 67
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 67
65: ldc "Not yet have the ChangeCipherSpec and Finished messages"
iconst_0
anewarray java.lang.Object
66: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
67: StackMap locals:
StackMap stack:
iconst_0
ireturn
68: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
69: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
70: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
71: invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(Ljava/util/Set;II)Z
istore 2
start local 2 72: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 79
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 79
73: new java.lang.StringBuilder
dup
ldc "Is the ClientKeyExchange flight (message "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
74: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc "-"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
75: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
76: ldc ") completed? "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 2
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
77: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
78: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
79: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 80: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 82
ldc "verbose"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 82
81: ldc "Need to receive more handshake messages"
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
82: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 83 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
1 83 1 flightType B
4 8 2 isReady Z
15 19 2 isReady Z
32 49 2 holes Ljava/util/List<Lsun/security/ssl/DTLSInputRecord$HoleDescriptor;>;
41 49 3 isReady Z
72 80 2 isReady Z
private boolean hasFinishedMessage(java.util.Set<sun.security.ssl.DTLSInputRecord$RecordFragment>);
descriptor: (Ljava/util/Set;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 1
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 5
goto 14
StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 4
start local 4 4: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 9
5: iload 3
ifeq 7
6: iconst_1
ireturn
7: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int sun.security.ssl.DTLSInputRecord$RecordFragment java.util.Iterator
StackMap stack:
iconst_1
istore 2
8: goto 14
StackMap locals:
StackMap stack:
9: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 14
10: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.isCiphertext:Z
ifeq 14
11: iload 2
ifeq 13
12: iconst_1
ireturn
13: StackMap locals:
StackMap stack:
iconst_1
istore 3
end local 4 14: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
15: iload 3
ifeq 16
iload 2
ifeq 16
iconst_1
ireturn
StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int
StackMap stack:
16: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 17 1 fragments Ljava/util/Set<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;
1 17 2 hasCCS Z
2 17 3 hasFin Z
4 14 4 fragment Lsun/security/ssl/DTLSInputRecord$RecordFragment;
Signature: (Ljava/util/Set<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;)Z
MethodParameters:
Name Flags
fragments
private boolean needClientVerify(java.util.Set<sun.security.ssl.DTLSInputRecord$RecordFragment>);
descriptor: (Ljava/util/Set;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 3
goto 12
StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 2
start local 2 2: aload 2
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 13
3: aload 2
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.isCiphertext:Z
ifeq 5
4: goto 13
5: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set sun.security.ssl.DTLSInputRecord$RecordFragment java.util.Iterator
StackMap stack:
aload 2
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 4
start local 4 6: aload 4
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
getstatic sun.security.ssl.SSLHandshake.CERTIFICATE:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
if_icmpeq 8
7: goto 12
8: StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
aload 2
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
ifnull 11
9: aload 2
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
arraylength
bipush 28
10: if_icmple 11
iconst_1
ireturn
StackMap locals:
StackMap stack:
11: iconst_0
ireturn
end local 4 end local 2 12: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
13: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 14 1 fragments Ljava/util/Set<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;
2 12 2 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
6 12 4 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
Signature: (Ljava/util/Set<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;)Z
MethodParameters:
Name Flags
fragments
private boolean hasCompleted(byte);
descriptor: (B)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
iload 1
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
1: astore 2
start local 2 2: aload 2
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals: java.util.List
StackMap stack:
aload 2
invokeinterface java.util.List.isEmpty:()Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 5 1 handshakeType B
2 5 2 holes Ljava/util/List<Lsun/security/ssl/DTLSInputRecord$HoleDescriptor;>;
MethodParameters:
Name Flags
handshakeType
private boolean hasCompleted(java.util.Set<sun.security.ssl.DTLSInputRecord$RecordFragment>, int, );
descriptor: (Ljava/util/Set;II)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 5
goto 12
StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int top java.util.Iterator
StackMap stack:
1: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
astore 4
start local 4 2: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
if_icmpne 13
3: aload 4
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.isCiphertext:Z
ifeq 5
4: goto 13
5: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int sun.security.ssl.DTLSInputRecord$RecordFragment java.util.Iterator
StackMap stack:
aload 4
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 6
start local 6 6: aload 6
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
iload 2
if_icmpne 8
7: goto 12
8: StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
aload 6
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
iload 2
iconst_1
iadd
if_icmpne 13
9: aload 0
aload 6
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 6
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
istore 2
end local 6 end local 4 12: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
13: StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler java.util.Set int int
StackMap stack:
iload 2
iload 3
if_icmplt 14
iconst_1
ireturn
StackMap locals:
StackMap stack:
14: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 15 1 fragments Ljava/util/Set<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;
0 15 2 presentMsgSeq I
0 15 3 endMsgSeq I
2 12 4 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
6 12 6 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
Signature: (Ljava/util/Set<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;II)Z
MethodParameters:
Name Flags
fragments
presentMsgSeq
endMsgSeq
private void handshakeHashing(sun.security.ssl.DTLSInputRecord$HandshakeFragment, sun.security.ssl.Plaintext);
descriptor: (Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;Lsun/security/ssl/Plaintext;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
istore 3
start local 3 1: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
iload 3
invokevirtual sun.security.ssl.HandshakeHash.isHashable:(B)Z
ifne 3
2: return
3: StackMap locals: int
StackMap stack:
aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
iconst_4
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
4: aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
bipush 12
iadd
newarray 8
astore 4
start local 4 5: aload 4
iconst_0
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
bastore
6: aload 4
iconst_1
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 16
ishr
sipush 255
iand
i2b
bastore
7: aload 4
iconst_2
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 8
ishr
sipush 255
iand
i2b
bastore
8: aload 4
iconst_3
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
sipush 255
iand
i2b
bastore
9: aload 4
iconst_4
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
bipush 8
ishr
sipush 255
iand
i2b
bastore
10: aload 4
iconst_5
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
sipush 255
iand
i2b
bastore
11: aload 4
bipush 6
iconst_0
bastore
12: aload 4
bipush 7
iconst_0
bastore
13: aload 4
bipush 8
iconst_0
bastore
14: aload 4
bipush 9
aload 4
iconst_1
baload
bastore
15: aload 4
bipush 10
aload 4
iconst_2
baload
bastore
16: aload 4
bipush 11
aload 4
iconst_3
baload
bastore
17: aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
aload 4
18: bipush 12
aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
19: invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
pop
20: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
aload 4
invokevirtual sun.security.ssl.HandshakeHash.receive:([B)V
21: aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
iconst_0
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
22: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 23 1 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
0 23 2 plaintext Lsun/security/ssl/Plaintext;
1 23 3 hsType B
5 23 4 temporary [B
MethodParameters:
Name Flags
hsFrag
plaintext
}
SourceFile: "DTLSInputRecord.java"
NestHost: sun.security.ssl.DTLSInputRecord
InnerClasses:
final DTLSReassembler = sun.security.ssl.DTLSInputRecord$DTLSReassembler of sun.security.ssl.DTLSInputRecord
private final HandshakeFlight = sun.security.ssl.DTLSInputRecord$HandshakeFlight of sun.security.ssl.DTLSInputRecord
private final HandshakeFragment = sun.security.ssl.DTLSInputRecord$HandshakeFragment of sun.security.ssl.DTLSInputRecord
private final HoleDescriptor = sun.security.ssl.DTLSInputRecord$HoleDescriptor of sun.security.ssl.DTLSInputRecord
private RecordFragment = sun.security.ssl.DTLSInputRecord$RecordFragment of sun.security.ssl.DTLSInputRecord
abstract SSLReadCipher = sun.security.ssl.SSLCipher$SSLReadCipher of sun.security.ssl.SSLCipher