class sun.security.ssl.Authenticator$TLS10Authenticator extends sun.security.ssl.Authenticator$SSLAuthenticator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.Authenticator$TLS10Authenticator
  super_class: sun.security.ssl.Authenticator$SSLAuthenticator
{
  private static final int BLOCK_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  private void <init>(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.Authenticator$TLS10Authenticator this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 239
            aload 0 /* this */
            bipush 13
            newarray 8
            invokespecial sun.security.ssl.Authenticator$SSLAuthenticator.<init>:([B)V
         1: .line 240
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$TLS10Authenticator.block:[B
            bipush 9
            aload 1 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            bastore
         2: .line 241
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$TLS10Authenticator.block:[B
            bipush 10
            aload 1 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.minor:B
            bastore
         3: .line 242
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Authenticator$TLS10Authenticator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lsun/security/ssl/Authenticator$TLS10Authenticator;
            0    4     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  byte[] acquireAuthenticationBytes(byte, int, byte[]);
    descriptor: (BI[B)[B
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.security.ssl.Authenticator$TLS10Authenticator this
        start local 1 // byte type
        start local 2 // int length
        start local 3 // byte[] sequence
         0: .line 247
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$TLS10Authenticator.block:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            astore 4 /* ad */
        start local 4 // byte[] ad
         1: .line 248
            aload 3 /* sequence */
            ifnull 8
         2: .line 249
            aload 3 /* sequence */
            arraylength
            bipush 8
            if_icmpeq 6
         3: .line 250
            new java.lang.RuntimeException
            dup
         4: .line 251
            ldc "Insufficient explicit sequence number bytes"
         5: .line 250
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 254
      StackMap locals: byte[]
      StackMap stack:
            aload 3 /* sequence */
            iconst_0
            aload 4 /* ad */
            iconst_0
            aload 3 /* sequence */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 255
            goto 9
         8: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.Authenticator$TLS10Authenticator.increaseSequenceNumber:()V
         9: .line 260
      StackMap locals:
      StackMap stack:
            aload 4 /* ad */
            bipush 8
            iload 1 /* type */
            bastore
        10: .line 261
            aload 4 /* ad */
            bipush 11
            iload 2 /* length */
            bipush 8
            ishr
            i2b
            bastore
        11: .line 262
            aload 4 /* ad */
            bipush 12
            iload 2 /* length */
            i2b
            bastore
        12: .line 264
            aload 4 /* ad */
            areturn
        end local 4 // byte[] ad
        end local 3 // byte[] sequence
        end local 2 // int length
        end local 1 // byte type
        end local 0 // sun.security.ssl.Authenticator$TLS10Authenticator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lsun/security/ssl/Authenticator$TLS10Authenticator;
            0   13     1      type  B
            0   13     2    length  I
            0   13     3  sequence  [B
            1   13     4        ad  [B
    MethodParameters:
          Name  Flags
      type      
      length    
      sequence  
}
SourceFile: "Authenticator.java"
NestHost: sun.security.ssl.Authenticator
InnerClasses:
  private SSLAuthenticator = sun.security.ssl.Authenticator$SSLAuthenticator of sun.security.ssl.Authenticator
  private TLS10Authenticator = sun.security.ssl.Authenticator$TLS10Authenticator of sun.security.ssl.Authenticator