final class sun.security.ssl.Authenticator$DTLS10Mac extends sun.security.ssl.Authenticator$DTLS10Authenticator 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$DTLS10Mac
  super_class: sun.security.ssl.Authenticator$DTLS10Authenticator
{
  private final sun.security.ssl.Authenticator$MacImpl macImpl;
    descriptor: Lsun/security/ssl/Authenticator$MacImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(sun.security.ssl.ProtocolVersion, sun.security.ssl.CipherSuite$MacAlg, javax.crypto.SecretKey);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite$MacAlg;Ljavax/crypto/SecretKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // sun.security.ssl.Authenticator$DTLS10Mac this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.CipherSuite$MacAlg macAlg
        start local 3 // javax.crypto.SecretKey key
         0: .line 613
            aload 0 /* this */
            aload 1 /* protocolVersion */
            invokespecial sun.security.ssl.Authenticator$DTLS10Authenticator.<init>:(Lsun/security/ssl/ProtocolVersion;)V
         1: .line 614
            aload 0 /* this */
            new sun.security.ssl.Authenticator$MacImpl
            dup
            aload 0 /* this */
            aload 1 /* protocolVersion */
            aload 2 /* macAlg */
            aload 3 /* key */
            invokespecial sun.security.ssl.Authenticator$MacImpl.<init>:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite$MacAlg;Ljavax/crypto/SecretKey;)V
            putfield sun.security.ssl.Authenticator$DTLS10Mac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
         2: .line 615
            return
        end local 3 // javax.crypto.SecretKey key
        end local 2 // sun.security.ssl.CipherSuite$MacAlg macAlg
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Authenticator$DTLS10Mac this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lsun/security/ssl/Authenticator$DTLS10Mac;
            0    3     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    3     2           macAlg  Lsun/security/ssl/CipherSuite$MacAlg;
            0    3     3              key  Ljavax/crypto/SecretKey;
    Exceptions:
      throws java.security.NoSuchAlgorithmException, java.security.InvalidKeyException
    MethodParameters:
                 Name  Flags
      protocolVersion  
      macAlg           
      key              

  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$DTLS10Mac this
         0: .line 619
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLS10Mac.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$DTLS10Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Authenticator$DTLS10Mac;

  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$DTLS10Mac 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 625
            aload 0 /* this */
            getfield sun.security.ssl.Authenticator$DTLS10Mac.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$DTLS10Mac this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/security/ssl/Authenticator$DTLS10Mac;
            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:
  private DTLS10Authenticator = sun.security.ssl.Authenticator$DTLS10Authenticator of sun.security.ssl.Authenticator
  private final DTLS10Mac = sun.security.ssl.Authenticator$DTLS10Mac of sun.security.ssl.Authenticator
  abstract MAC = sun.security.ssl.Authenticator$MAC of sun.security.ssl.Authenticator
  private MacImpl = sun.security.ssl.Authenticator$MacImpl of sun.security.ssl.Authenticator
  final MacAlg = sun.security.ssl.CipherSuite$MacAlg of sun.security.ssl.CipherSuite