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
bipush 20
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
bipush 20
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.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 47
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 47
46: ldc "Have got the full message, discard it."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)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.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 62
ldc "ssl"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 62
61: ldc "Discard invalid record: handshake fragment ranges are overlapping"
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)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
bipush 20
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;
iconst_m1
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
StackMap locals:
StackMap stack:
10: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
bipush 20
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 5
2: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 4
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 4
3: ldc "Too old epoch to use this record, discard it."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
4: StackMap locals: int
StackMap stack:
iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
iload 2
if_icmpne 27
6: iconst_1
istore 3
start local 3 7: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
ifnonnull 10
8: iconst_0
istore 3
9: goto 23
10: StackMap locals: int
StackMap stack:
aload 1
instanceof sun.security.ssl.DTLSInputRecord$HandshakeFragment
ifeq 15
11: aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 4
start local 4 12: 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 23
13: iconst_0
istore 3
end local 4 14: goto 23
StackMap locals:
StackMap stack:
15: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
bipush 20
if_icmpne 19
16: 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 23
17: iconst_0
istore 3
18: goto 23
19: 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 22
20: 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 23
21: 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 23
22: StackMap locals:
StackMap stack:
iconst_0
istore 3
23: StackMap locals:
StackMap stack:
iload 3
ifne 32
24: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 26
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 26
25: ldc "Too old retransmission to use, discard it."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
26: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 27: 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 32
28: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
lcmp
ifle 32
29: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 31
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 31
30: ldc "Lagging behind record (sequence), discard it."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
31: StackMap locals:
StackMap stack:
iconst_0
ireturn
32: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
0 33 1 rf Lsun/security/ssl/DTLSInputRecord$RecordFragment;
1 33 2 previousEpoch I
7 27 3 isDesired Z
12 14 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.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 3
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 3
2: ldc "No received handshake messages"
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)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.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 12
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 12
11: ldc "Received a retransmission flight."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)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 20
15: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 19
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 19
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;
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
19: StackMap locals:
StackMap stack:
aconst_null
areturn
20: 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 21: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.isCiphertext:Z
ifne 33
22: aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquireHandshakeMessage:()Lsun/security/ssl/Plaintext;
astore 2
start local 2 23: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifeq 34
24: 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
25: 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;
26: 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
27: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
ifeq 34
28: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.precedingFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
29: iconst_m1
30: if_icmpne 34
31: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectCCSFlight:Z
32: goto 34
end local 2 33: 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 34: 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 35 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
21 35 1 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
23 33 2 plaintext Lsun/security/ssl/Plaintext;
34 35 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;
iconst_m1
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 11
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 6
3: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 5
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 5
4: ldc "Discard old buffered ciphertext fragments."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
5: 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
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
ifeq 8
7: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
8: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 10
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 10
9: ldc "Not yet ready to decrypt the cached fragments."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
10: StackMap locals:
StackMap stack:
aconst_null
areturn
11: 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
12: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 2
start local 2 13: aconst_null
astore 3
start local 3 14: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.readAuthenticator:Lsun/security/ssl/Authenticator;
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.readCipher:Lsun/security/ssl/CipherBox;
15: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
aload 2
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
16: invokestatic sun.security.ssl.DTLSInputRecord.decrypt:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/CipherBox;BLjava/nio/ByteBuffer;[B)Ljava/nio/ByteBuffer;
astore 3
17: goto 22
StackMap locals: sun.security.ssl.DTLSInputRecord$DTLSReassembler sun.security.ssl.DTLSInputRecord$RecordFragment java.nio.ByteBuffer java.nio.ByteBuffer
StackMap stack: javax.crypto.BadPaddingException
18: astore 4
start local 4 19: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 21
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 21
20: new java.lang.StringBuilder
dup
ldc "Discard invalid record: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
21: StackMap locals: javax.crypto.BadPaddingException
StackMap stack:
aconst_null
areturn
end local 4 22: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
bipush 22
if_icmpne 41
23: goto 39
24: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
25: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
26: 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
27: aload 3
28: invokestatic sun.security.ssl.DTLSInputRecord.parseHandshakeMessage:(BBB[BIJLjava/nio/ByteBuffer;)Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
astore 4
start local 4 29: aload 4
ifnonnull 35
30: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 34
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 34
31: ldc "Invalid handshake fragment, discard it"
32: aload 3
33: invokestatic sun.security.ssl.Debug.printHex:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
34: StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
StackMap stack:
aconst_null
areturn
35: StackMap locals:
StackMap stack:
aload 0
aload 4
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.queueUpHandshake:(Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;)V
36: aload 4
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
bipush 20
if_icmpeq 39
37: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.flightIsReady:Z
38: aload 0
iconst_1
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.needToCheckFlight:Z
end local 4 39: StackMap locals:
StackMap stack:
aload 3
invokevirtual java.nio.ByteBuffer.remaining:()I
ifgt 24
40: aload 0
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquirePlaintext:()Lsun/security/ssl/Plaintext;
areturn
41: StackMap locals:
StackMap stack:
new sun.security.ssl.Plaintext
dup
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
42: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
43: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
44: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
45: aload 3
46: 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 47 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
1 47 1 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
13 47 2 fragment Ljava/nio/ByteBuffer;
14 47 3 plaintextFragment Ljava/nio/ByteBuffer;
19 22 4 bpe Ljavax/crypto/BadPaddingException;
29 39 4 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
Exception table:
from to target type
14 17 18 Class javax.crypto.BadPaddingException
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
bipush 20
if_icmpne 12
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: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokevirtual sun.security.ssl.HandshakeHash.reload:()V
6: new sun.security.ssl.Plaintext
dup
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
7: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
8: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
9: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
10: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
11: invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
areturn
12: StackMap locals: sun.security.ssl.DTLSInputRecord$RecordFragment
StackMap stack:
aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 2
start local 2 13: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
if_icmpne 37
14: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
ifne 37
15: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
16: aload 0
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lconst_1
ladd
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
17: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
iconst_4
iadd
newarray 8
astore 3
start local 3 18: new sun.security.ssl.Plaintext
dup
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
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.contentType:B
39: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.majorVersion:B
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.minorVersion:B
40: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEpoch:I
41: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordEnS:[B
invokestatic sun.security.ssl.Authenticator.toLong:([B)J
42: aload 3
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
43: invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
astore 4
start local 4 44: aload 3
iconst_0
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
bastore
45: aload 3
iconst_1
46: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 16
iushr
sipush 255
iand
i2b
47: bastore
48: aload 3
iconst_2
49: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 8
iushr
sipush 255
iand
i2b
50: bastore
51: aload 3
iconst_3
aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
sipush 255
iand
i2b
bastore
52: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
istore 5
start local 5 53: aload 2
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lstore 6
start local 6 54: aload 2
astore 8
start local 8 55: 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
56: aload 3
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentOffset:I
iconst_4
iadd
57: aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.fragmentLength:I
58: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
59: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
aload 1
invokevirtual java.util.TreeSet.remove:(Ljava/lang/Object;)Z
pop
60: lload 6
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lcmp
ifge 62
61: aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.recordSeq:J
lstore 6
62: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifne 67
63: 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
64: aload 1
getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
bipush 22
if_icmpeq 66
65: goto 69
66: StackMap locals:
StackMap stack:
aload 1
checkcast sun.security.ssl.DTLSInputRecord$HandshakeFragment
astore 8
67: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
invokevirtual java.util.TreeSet.isEmpty:()Z
ifne 69
68: iload 5
aload 8
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
if_icmpeq 55
69: 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
70: aload 0
lload 6
lconst_1
ladd
putfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.nextRecordSeq:J
71: 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 72 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
1 72 1 rFrag Lsun/security/ssl/DTLSInputRecord$RecordFragment;
13 72 2 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
18 37 3 recordFrag [B
24 37 4 plaintext Lsun/security/ssl/Plaintext;
38 72 3 recordFrag [B
44 72 4 plaintext Lsun/security/ssl/Plaintext;
53 72 5 msgSeq I
54 72 6 maxRecodeSN J
55 72 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
iconst_m1
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.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 7
ldc "verbose"
invokestatic sun.security.ssl.Debug.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;
6: invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
7: StackMap locals: int int
StackMap stack:
iload 2
ireturn
end local 2 8: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 10
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 10
9: ldc "No flight is received yet."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
10: StackMap locals:
StackMap stack:
iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iload 1
iconst_1
if_icmpeq 14
12: iload 1
ifeq 14
13: iload 1
iconst_3
if_icmpne 18
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.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 17
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 17
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;
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
17: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 18: StackMap locals:
StackMap stack:
iload 1
iconst_2
if_icmpne 46
19: aload 0
iload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 24
20: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 23
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 23
21: ldc "The ServerHello message is not completed yet."
22: invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
23: StackMap locals:
StackMap stack:
iconst_0
ireturn
24: 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 28
25: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 27
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 27
26: ldc "It's an abbreviated handshake."
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
27: StackMap locals:
StackMap stack:
iconst_1
ireturn
28: 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;
29: bipush 14
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
30: invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
astore 2
start local 2 31: aload 2
ifnull 32
aload 2
invokeinterface java.util.List.isEmpty:()Z
ifne 35
32: StackMap locals: java.util.List
StackMap stack:
getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 34
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 34
33: ldc "Not yet got the ServerHelloDone message"
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
34: StackMap locals:
StackMap stack:
iconst_0
ireturn
35: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
36: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
37: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
38: invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(Ljava/util/Set;II)Z
istore 3
start local 3 39: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 45
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 45
40: new java.lang.StringBuilder
dup
ldc "Is the ServerHello flight (message "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
41: 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;
42: 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;
43: ldc ") completed? "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 3
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
44: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
45: StackMap locals: int
StackMap stack:
iload 3
ireturn
end local 3 end local 2 46: StackMap locals:
StackMap stack:
iload 1
bipush 11
if_icmpeq 48
47: iload 1
bipush 16
if_icmpne 76
48: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 53
49: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 52
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 52
50: ldc "The ClientKeyExchange or client Certificate message is not completed yet."
51: invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
52: StackMap locals:
StackMap stack:
iconst_0
ireturn
53: StackMap locals:
StackMap stack:
iload 1
bipush 11
if_icmpne 60
54: 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 60
55: aload 0
bipush 15
invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(B)Z
ifne 60
56: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 59
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 59
57: ldc "Not yet have the CertificateVerify message"
58: invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
59: StackMap locals:
StackMap stack:
iconst_0
ireturn
60: 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 65
61: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 64
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 64
62: ldc "Not yet have the ChangeCipherSpec and Finished messages"
63: invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
64: StackMap locals:
StackMap stack:
iconst_0
ireturn
65: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.bufferedFragments:Ljava/util/TreeSet;
66: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
67: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeFlight:Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
68: invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.hasCompleted:(Ljava/util/Set;II)Z
istore 2
start local 2 69: getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 75
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 75
70: new java.lang.StringBuilder
dup
ldc "Is the ClientKeyExchange flight (message "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
71: 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;
72: 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;
73: ldc ") completed? "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 2
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
74: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
75: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 76: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.DTLSInputRecord.debug:Lsun/security/ssl/Debug;
ifnull 78
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 78
77: ldc "Need to receive more handshake messages"
invokestatic sun.security.ssl.Debug.log:(Ljava/lang/String;)V
78: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 79 0 this Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
1 79 1 flightType B
4 8 2 isReady Z
15 18 2 isReady Z
31 46 2 holes Ljava/util/List<Lsun/security/ssl/DTLSInputRecord$HoleDescriptor;>;
39 46 3 isReady Z
69 76 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
bipush 20
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
bipush 22
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
bipush 22
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
bipush 11
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
bipush 22
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: iload 3
ifeq 3
2: iload 3
iconst_3
if_icmpne 4
3: StackMap locals: int
StackMap stack:
return
4: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
ifne 9
5: iload 3
iconst_1
if_icmpne 9
6: aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
bipush 38
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 4
start local 4 7: iload 4
ifne 9
8: return
end local 4 9: StackMap locals:
StackMap stack:
bipush 12
newarray 8
astore 4
start local 4 10: aload 4
iconst_0
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.handshakeType:B
bastore
11: aload 4
iconst_1
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 16
ishr
sipush 255
iand
i2b
bastore
12: aload 4
iconst_2
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
bipush 8
ishr
sipush 255
iand
i2b
bastore
13: aload 4
iconst_3
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageLength:I
sipush 255
iand
i2b
bastore
14: aload 4
iconst_4
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
bipush 8
ishr
sipush 255
iand
i2b
bastore
15: aload 4
iconst_5
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFragment.messageSeq:I
sipush 255
iand
i2b
bastore
16: aload 4
bipush 6
iconst_0
bastore
17: aload 4
bipush 7
iconst_0
bastore
18: aload 4
bipush 8
iconst_0
bastore
19: aload 4
bipush 9
aload 4
iconst_1
baload
bastore
20: aload 4
bipush 10
aload 4
iconst_2
baload
bastore
21: aload 4
bipush 11
aload 4
iconst_3
baload
bastore
22: aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
iconst_4
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
23: iload 3
bipush 20
if_icmpeq 30
24: iload 3
bipush 15
if_icmpeq 30
25: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
ifnonnull 27
26: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
new sun.security.ssl.HandshakeHash
dup
iconst_0
invokespecial sun.security.ssl.HandshakeHash.<init>:(Z)V
putfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
27: StackMap locals: byte[]
StackMap stack:
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
iconst_0
bipush 12
invokevirtual sun.security.ssl.HandshakeHash.update:([BII)V
28: 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 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
invokevirtual sun.security.ssl.HandshakeHash.update:(Ljava/nio/ByteBuffer;)V
29: goto 34
30: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
getfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
ifnonnull 32
31: aload 0
getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.this$0:Lsun/security/ssl/DTLSInputRecord;
new sun.security.ssl.HandshakeHash
dup
iconst_0
invokespecial sun.security.ssl.HandshakeHash.<init>:(Z)V
putfield sun.security.ssl.DTLSInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
32: StackMap locals:
StackMap stack:
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
iconst_0
bipush 12
invokevirtual sun.security.ssl.HandshakeHash.reserve:([BII)V
33: 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 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
invokevirtual sun.security.ssl.HandshakeHash.reserve:(Ljava/nio/ByteBuffer;)V
34: StackMap locals:
StackMap stack:
aload 2
getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
iconst_0
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
35: return
end local 4 end local 3 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 hsFrag Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
0 36 2 plaintext Lsun/security/ssl/Plaintext;
1 36 3 hsType B
7 9 4 sidLen I
10 36 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