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 // sun.security.ssl.Authenticator$DTLSAuthenticator this
        start local 1 // byte[] block
         0: .line 298
            aload 0 /* this */
            aload 1 /* block */
            invokespecial sun.security.ssl.Authenticator.<init>:([B)V
         1: .line 299
            return
        end local 1 // byte[] block
        end local 0 // sun.security.ssl.Authenticator$DTLSAuthenticator this
      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 // sun.security.ssl.Authenticator$DTLSAuthenticator this
         0: .line 307
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            arraylength
            ifeq 5
         1: .line 309
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_2
            baload
            iconst_m1
            if_icmpne 5
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_3
            baload
            iconst_m1
            if_icmpne 5
         2: .line 310
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_4
            baload
            iconst_m1
            if_icmpne 5
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_5
            baload
            iconst_m1
            if_icmpne 5
         3: .line 311
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            bipush 6
            baload
            iconst_m1
            if_icmpne 5
         4: .line 307
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Authenticator$DTLSAuthenticator this
      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 // sun.security.ssl.Authenticator$DTLSAuthenticator this
         0: .line 316
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            arraylength
            ifeq 3
         1: .line 318
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_2
            baload
            iconst_m1
            if_icmpne 3
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_3
            baload
            iconst_m1
            if_icmpne 3
         2: .line 316
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Authenticator$DTLSAuthenticator this
      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 // sun.security.ssl.Authenticator$DTLSAuthenticator this
        start local 1 // int epoch
         0: .line 323
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_0
            iload 1 /* epoch */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         1: .line 324
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLSAuthenticator.block:[B
            iconst_1
            iload 1 /* epoch */
            sipush 255
            iand
            i2b
            bastore
         2: .line 325
            return
        end local 1 // int epoch
        end local 0 // sun.security.ssl.Authenticator$DTLSAuthenticator this
      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