class sun.security.ssl.Authenticator$SSLAuthenticator extends sun.security.ssl.Authenticator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.Authenticator$SSLAuthenticator
  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$SSLAuthenticator this
        start local 1 // byte[] block
         0: .line 175
            aload 0 /* this */
            aload 1 /* block */
            invokespecial sun.security.ssl.Authenticator.<init>:([B)V
         1: .line 176
            return
        end local 1 // byte[] block
        end local 0 // sun.security.ssl.Authenticator$SSLAuthenticator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/ssl/Authenticator$SSLAuthenticator;
            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$SSLAuthenticator this
         0: .line 184
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            arraylength
            ifeq 6
         1: .line 185
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_0
            baload
            iconst_m1
            if_icmpne 6
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_1
            baload
            iconst_m1
            if_icmpne 6
         2: .line 186
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_2
            baload
            iconst_m1
            if_icmpne 6
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_3
            baload
            iconst_m1
            if_icmpne 6
         3: .line 187
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_4
            baload
            iconst_m1
            if_icmpne 6
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_5
            baload
            iconst_m1
            if_icmpne 6
         4: .line 188
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            bipush 6
            baload
            iconst_m1
            if_icmpne 6
         5: .line 184
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Authenticator$SSLAuthenticator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/Authenticator$SSLAuthenticator;

  boolean seqNumIsHuge();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.Authenticator$SSLAuthenticator this
         0: .line 193
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            arraylength
            ifeq 4
         1: .line 194
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_0
            baload
            iconst_m1
            if_icmpne 4
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_1
            baload
            iconst_m1
            if_icmpne 4
         2: .line 195
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_2
            baload
            iconst_m1
            if_icmpne 4
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLAuthenticator.block:[B
            iconst_3
            baload
            iconst_m1
            if_icmpne 4
         3: .line 193
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Authenticator$SSLAuthenticator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/Authenticator$SSLAuthenticator;
}
SourceFile: "Authenticator.java"
NestHost: sun.security.ssl.Authenticator
InnerClasses:
  private SSLAuthenticator = sun.security.ssl.Authenticator$SSLAuthenticator of sun.security.ssl.Authenticator