final class sun.security.ssl.Authenticator$SSLNullMac extends sun.security.ssl.Authenticator$SSLNullAuthenticator implements sun.security.ssl.Authenticator$MAC
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.Authenticator$SSLNullMac
  super_class: sun.security.ssl.Authenticator$SSLNullAuthenticator
{
  private final sun.security.ssl.Authenticator$MacImpl macImpl;
    descriptor: Lsun/security/ssl/Authenticator$MacImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.Authenticator$SSLNullMac this
         0: .line 523
            aload 0 /* this */
            invokespecial sun.security.ssl.Authenticator$SSLNullAuthenticator.<init>:()V
         1: .line 524
            aload 0 /* this */
            new sun.security.ssl.Authenticator$MacImpl
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.Authenticator$MacImpl.<init>:(Lsun/security/ssl/Authenticator;)V
            putfield sun.security.ssl.Authenticator$SSLNullMac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
         2: .line 525
            return
        end local 0 // sun.security.ssl.Authenticator$SSLNullMac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Authenticator$SSLNullMac;

  public sun.security.ssl.CipherSuite$MacAlg macAlg();
    descriptor: ()Lsun/security/ssl/CipherSuite$MacAlg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Authenticator$SSLNullMac this
         0: .line 529
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLNullMac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
            getfield sun.security.ssl.Authenticator$MacImpl.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
            areturn
        end local 0 // sun.security.ssl.Authenticator$SSLNullMac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Authenticator$SSLNullMac;

  public byte[] compute(byte, java.nio.ByteBuffer, byte[], boolean);
    descriptor: (BLjava/nio/ByteBuffer;[BZ)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.security.ssl.Authenticator$SSLNullMac this
        start local 1 // byte type
        start local 2 // java.nio.ByteBuffer bb
        start local 3 // byte[] sequence
        start local 4 // boolean isSimulated
         0: .line 535
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$SSLNullMac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
            iload 1 /* type */
            aload 2 /* bb */
            aload 3 /* sequence */
            iload 4 /* isSimulated */
            invokevirtual sun.security.ssl.Authenticator$MacImpl.compute:(BLjava/nio/ByteBuffer;[BZ)[B
            areturn
        end local 4 // boolean isSimulated
        end local 3 // byte[] sequence
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // byte type
        end local 0 // sun.security.ssl.Authenticator$SSLNullMac this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/security/ssl/Authenticator$SSLNullMac;
            0    1     1         type  B
            0    1     2           bb  Ljava/nio/ByteBuffer;
            0    1     3     sequence  [B
            0    1     4  isSimulated  Z
    MethodParameters:
             Name  Flags
      type         
      bb           
      sequence     
      isSimulated  
}
SourceFile: "Authenticator.java"
NestHost: sun.security.ssl.Authenticator
InnerClasses:
  abstract MAC = sun.security.ssl.Authenticator$MAC of sun.security.ssl.Authenticator
  private MacImpl = sun.security.ssl.Authenticator$MacImpl of sun.security.ssl.Authenticator
  private SSLNullAuthenticator = sun.security.ssl.Authenticator$SSLNullAuthenticator of sun.security.ssl.Authenticator
  private final SSLNullMac = sun.security.ssl.Authenticator$SSLNullMac of sun.security.ssl.Authenticator
  final MacAlg = sun.security.ssl.CipherSuite$MacAlg of sun.security.ssl.CipherSuite