class sun.security.ssl.Authenticator$DTLSAuthenticator extends sun.security.ssl.Authenticator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.ssl.Authenticator$DTLSAuthenticator
super_class: sun.security.ssl.Authenticator
{
private void <init>(byte[]);
descriptor: ([B)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.security.ssl.Authenticator.<init>:([B)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Authenticator$DTLSAuthenticator;
0 2 1 block [B
MethodParameters:
Name Flags
block
boolean seqNumOverflow();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
arraylength
ifeq 5
1: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_2
baload
iconst_m1
if_icmpne 5
aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_3
baload
iconst_m1
if_icmpne 5
2: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_4
baload
iconst_m1
if_icmpne 5
aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_5
baload
iconst_m1
if_icmpne 5
3: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
bipush 6
baload
iconst_m1
if_icmpne 5
4: iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/Authenticator$DTLSAuthenticator;
boolean seqNumIsHuge();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
arraylength
ifeq 3
1: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_2
baload
iconst_m1
if_icmpne 3
aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_3
baload
iconst_m1
if_icmpne 3
2: iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Authenticator$DTLSAuthenticator;
void setEpochNumber(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_0
iload 1
bipush 8
ishr
sipush 255
iand
i2b
bastore
1: aload 0
getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
iconst_1
iload 1
sipush 255
iand
i2b
bastore
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Authenticator$DTLSAuthenticator;
0 3 1 epoch I
MethodParameters:
Name Flags
epoch
}
SourceFile: "Authenticator.java"
NestHost: sun.security.ssl.Authenticator
InnerClasses:
private DTLSAuthenticator = sun.security.ssl.Authenticator$DTLSAuthenticator of sun.security.ssl.Authenticator