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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.Authenticator$SSL30Authenticator this
         0: .line 213
            aload 0 /* this */
            bipush 11
            newarray 8
            invokespecial sun.security.ssl.Authenticator$SSLAuthenticator.<init>:([B)V
         1: .line 214
            return
        end local 0 // sun.security.ssl.Authenticator$SSL30Authenticator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/Authenticator$SSL30Authenticator;

  byte[] acquireAuthenticationBytes(byte, int, byte[]);
    descriptor: (BI[B)[B
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.ssl.Authenticator$SSL30Authenticator this
        start local 1 // byte type
        start local 2 // int length
        start local 3 // byte[] sequence
         0: .line 219
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSL30Authenticator.block:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            astore 4 /* ad */
        start local 4 // byte[] ad
         1: .line 222
            aload 0 /* this */
            invokevirtual sun.security.ssl.Authenticator$SSL30Authenticator.increaseSequenceNumber:()V
         2: .line 224
            aload 4 /* ad */
            bipush 8
            iload 1 /* type */
            bastore
         3: .line 225
            aload 4 /* ad */
            bipush 9
            iload 2 /* length */
            bipush 8
            ishr
            i2b
            bastore
         4: .line 226
            aload 4 /* ad */
            bipush 10
            iload 2 /* length */
            i2b
            bastore
         5: .line 228
            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$SSL30Authenticator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/security/ssl/Authenticator$SSL30Authenticator;
            0    6     1      type  B
            0    6     2    length  I
            0    6     3  sequence  [B
            1    6     4        ad  [B
    MethodParameters:
          Name  Flags
      type      
      length    
      sequence  
}
SourceFile: "Authenticator.java"
NestHost: sun.security.ssl.Authenticator
InnerClasses:
  private SSL30Authenticator = sun.security.ssl.Authenticator$SSL30Authenticator of sun.security.ssl.Authenticator
  private SSLAuthenticator = sun.security.ssl.Authenticator$SSLAuthenticator of sun.security.ssl.Authenticator