final class sun.security.ssl.Authenticator$TLS10Mac extends sun.security.ssl.Authenticator$TLS10Authenticator 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$TLS10Mac
super_class: sun.security.ssl.Authenticator$TLS10Authenticator
{
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial sun.security.ssl.Authenticator$TLS10Authenticator.<init>:(Lsun/security/ssl/ProtocolVersion;)V
1: aload 0
new sun.security.ssl.Authenticator$MacImpl
dup
aload 0
aload 1
aload 2
aload 3
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$TLS10Mac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Authenticator$TLS10Mac;
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 0: aload 0
getfield sun.security.ssl.Authenticator$TLS10Mac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
getfield sun.security.ssl.Authenticator$MacImpl.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Authenticator$TLS10Mac;
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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield sun.security.ssl.Authenticator$TLS10Mac.macImpl:Lsun/security/ssl/Authenticator$MacImpl;
iload 1
aload 2
aload 3
iload 4
invokevirtual sun.security.ssl.Authenticator$MacImpl.compute:(BLjava/nio/ByteBuffer;[BZ)[B
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Authenticator$TLS10Mac;
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 TLS10Authenticator = sun.security.ssl.Authenticator$TLS10Authenticator of sun.security.ssl.Authenticator
private final TLS10Mac = sun.security.ssl.Authenticator$TLS10Mac of sun.security.ssl.Authenticator
final MacAlg = sun.security.ssl.CipherSuite$MacAlg of sun.security.ssl.CipherSuite