public final class sun.security.pkcs11.P11TlsMasterSecretGenerator extends javax.crypto.KeyGeneratorSpi
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.security.pkcs11.P11TlsMasterSecretGenerator
super_class: javax.crypto.KeyGeneratorSpi
{
private static final java.lang.String MSG;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
private final sun.security.pkcs11.Token token;
descriptor: Lsun/security/pkcs11/Token;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String algorithm;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private long mechanism;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private int tlsVersion;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private sun.security.internal.spec.TlsMasterSecretParameterSpec spec;
descriptor: Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
flags: (0x0002) ACC_PRIVATE
private sun.security.pkcs11.P11Key p11Key;
descriptor: Lsun/security/pkcs11/P11Key;
flags: (0x0002) ACC_PRIVATE
sun.security.pkcs11.wrapper.CK_VERSION ckVersion;
descriptor: Lsun/security/pkcs11/wrapper/CK_VERSION;
flags: (0x0000)
private final boolean supportSSLv3;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(sun.security.pkcs11.Token, java.lang.String, long);
descriptor: (Lsun/security/pkcs11/Token;Ljava/lang/String;J)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial javax.crypto.KeyGeneratorSpi.<init>:()V
1: aload 0
aload 1
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
2: aload 0
aload 2
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.algorithm:Ljava/lang/String;
3: aload 0
lload 3
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
4: aload 0
lload 3
ldc 881
lcmp
ifne 5
iconst_1
goto 6
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator sun.security.pkcs11.Token java.lang.String long
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
5: iconst_0
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator sun.security.pkcs11.Token java.lang.String long
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator int
6: putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.supportSSLv3:Z
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
0 8 1 token Lsun/security/pkcs11/Token;
0 8 2 algorithm Ljava/lang/String;
0 8 3 mechanism J
Exceptions:
throws sun.security.pkcs11.wrapper.PKCS11Exception
MethodParameters:
Name Flags
token
algorithm
mechanism
protected void engineInit(java.security.SecureRandom);
descriptor: (Ljava/security/SecureRandom;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.security.InvalidParameterException
dup
ldc "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
0 1 1 random Ljava/security/SecureRandom;
MethodParameters:
Name Flags
random
protected void engineInit(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
descriptor: (Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 1
instanceof sun.security.internal.spec.TlsMasterSecretParameterSpec
ifne 2
1: new java.security.InvalidAlgorithmParameterException
dup
ldc "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
checkcast sun.security.internal.spec.TlsMasterSecretParameterSpec
astore 3
start local 3 3: aload 0
aload 3
invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getMajorVersion:()I
bipush 8
ishl
aload 3
invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getMinorVersion:()I
ior
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
4: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 768
if_icmpne 5
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.supportSSLv3:Z
ifeq 6
5: StackMap locals: sun.security.internal.spec.TlsMasterSecretParameterSpec
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 768
if_icmplt 6
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 771
if_icmple 14
6: StackMap locals:
StackMap stack:
new java.security.InvalidAlgorithmParameterException
dup
7: new java.lang.StringBuilder
dup
ldc "Only"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.supportSSLv3:Z
ifeq 8
ldc " SSL 3.0,"
goto 9
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec
StackMap stack: new 6 new 6 java.lang.StringBuilder
8: ldc ""
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec
StackMap stack: new 6 new 6 java.lang.StringBuilder java.lang.String
9: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
10: ldc " TLS 1.0, TLS 1.1 and TLS 1.2 are supported ("
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
11: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
12: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
13: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 3
invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getPremasterSecret:()Ljavax/crypto/SecretKey;
astore 4
start local 4 15: aload 0
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
aload 4
aconst_null
invokestatic sun.security.pkcs11.P11SecretKeyFactory.convertKey:(Lsun/security/pkcs11/Token;Ljava/security/Key;Ljava/lang/String;)Lsun/security/pkcs11/P11Key;
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
16: goto 19
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey
StackMap stack: java.security.InvalidKeyException
17: astore 5
start local 5 18: new java.security.InvalidAlgorithmParameterException
dup
ldc "init() failed"
aload 5
invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 19: StackMap locals:
StackMap stack:
aload 0
aload 3
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
20: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
invokevirtual sun.security.pkcs11.P11Key.getAlgorithm:()Ljava/lang/String;
ldc "TlsRsaPremasterSecret"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
21: istore 5
start local 5 22: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 768
if_icmpne 28
23: aload 0
iload 5
ifeq 25
24: ldc 881
goto 26
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
25: ldc 883
26: StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator long
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
27: goto 39
StackMap locals:
StackMap stack:
28: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 769
if_icmpeq 29
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 770
if_icmpne 34
29: StackMap locals:
StackMap stack:
aload 0
iload 5
ifeq 31
30: ldc 885
goto 32
StackMap locals:
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
31: ldc 887
32: StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator long
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
33: goto 39
StackMap locals:
StackMap stack:
34: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 771
if_icmpne 39
35: aload 0
iload 5
ifeq 37
36: ldc 992
goto 38
StackMap locals:
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator
37: ldc 994
38: StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator java.security.spec.AlgorithmParameterSpec java.security.SecureRandom sun.security.internal.spec.TlsMasterSecretParameterSpec javax.crypto.SecretKey int
StackMap stack: sun.security.pkcs11.P11TlsMasterSecretGenerator long
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
39: StackMap locals:
StackMap stack:
iload 5
ifeq 42
40: aload 0
new sun.security.pkcs11.wrapper.CK_VERSION
dup
iconst_0
iconst_0
invokespecial sun.security.pkcs11.wrapper.CK_VERSION.<init>:(II)V
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
41: goto 43
42: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
43: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 44 0 this Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
0 44 1 params Ljava/security/spec/AlgorithmParameterSpec;
0 44 2 random Ljava/security/SecureRandom;
3 44 3 spec Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
15 44 4 key Ljavax/crypto/SecretKey;
18 19 5 e Ljava/security/InvalidKeyException;
22 44 5 isTlsRsaPremasterSecret Z
Exception table:
from to target type
15 16 17 Class java.security.InvalidKeyException
Exceptions:
throws java.security.InvalidAlgorithmParameterException
MethodParameters:
Name Flags
params
random
protected void engineInit(int, java.security.SecureRandom);
descriptor: (ILjava/security/SecureRandom;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.security.InvalidParameterException
dup
ldc "TlsMasterSecretGenerator must be initialized using a TlsMasterSecretParameterSpec"
invokespecial java.security.InvalidParameterException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
0 1 1 keysize I
0 1 2 random Ljava/security/SecureRandom;
MethodParameters:
Name Flags
keysize
random
protected javax.crypto.SecretKey engineGenerateKey();
descriptor: ()Ljavax/crypto/SecretKey;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=15, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
ifnonnull 4
1: new java.lang.IllegalStateException
dup
2: ldc "TlsMasterSecretGenerator must be initialized"
3: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getClientRandom:()[B
astore 1
start local 1 5: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getServerRandom:()[B
astore 2
start local 2 6: new sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
dup
aload 1
aload 2
invokespecial sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA.<init>:([B[B)V
7: astore 3
start local 3 8: aconst_null
astore 4
start local 4 9: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 771
if_icmpge 14
10: new sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
dup
aload 3
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
invokespecial sun.security.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS.<init>:(Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;Lsun/security/pkcs11/wrapper/CK_VERSION;)V
11: astore 5
start local 5 12: new sun.security.pkcs11.wrapper.CK_MECHANISM
dup
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
aload 5
invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(JLsun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS;)V
astore 4
end local 5 13: goto 20
StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator byte[] byte[] sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_MECHANISM
StackMap stack:
14: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.tlsVersion:I
sipush 771
if_icmpne 20
15: new sun.security.pkcs11.wrapper.CK_TLS12_MASTER_KEY_DERIVE_PARAMS
dup
aload 3
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
16: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.spec:Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
invokevirtual sun.security.internal.spec.TlsMasterSecretParameterSpec.getPRFHashAlg:()Ljava/lang/String;
invokestatic sun.security.pkcs11.wrapper.Functions.getHashMechId:(Ljava/lang/String;)J
17: invokespecial sun.security.pkcs11.wrapper.CK_TLS12_MASTER_KEY_DERIVE_PARAMS.<init>:(Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;Lsun/security/pkcs11/wrapper/CK_VERSION;J)V
18: astore 5
start local 5 19: new sun.security.pkcs11.wrapper.CK_MECHANISM
dup
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.mechanism:J
aload 5
invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(JLsun/security/pkcs11/wrapper/CK_TLS12_MASTER_KEY_DERIVE_PARAMS;)V
astore 4
end local 5 20: StackMap locals:
StackMap stack:
aconst_null
astore 5
start local 5 21: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
lstore 6
start local 6 22: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
invokevirtual sun.security.pkcs11.Token.getObjSession:()Lsun/security/pkcs11/Session;
astore 5
23: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
ldc "generate"
24: ldc 4
ldc 16
iconst_0
anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
25: invokevirtual sun.security.pkcs11.Token.getAttributes:(Ljava/lang/String;JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
astore 8
start local 8 26: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
aload 5
invokevirtual sun.security.pkcs11.Session.id:()J
27: aload 4
lload 6
aload 8
28: invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_DeriveKey:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J
lstore 9
start local 9 29: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
ifnonnull 33
30: iconst_m1
istore 11
start local 11 31: iconst_m1
istore 12
start local 12 32: goto 35
end local 12 end local 11 33: StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator byte[] byte[] sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_MECHANISM sun.security.pkcs11.Session long sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] long
StackMap stack:
aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
getfield sun.security.pkcs11.wrapper.CK_VERSION.major:B
istore 11
start local 11 34: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.ckVersion:Lsun/security/pkcs11/wrapper/CK_VERSION;
getfield sun.security.pkcs11.wrapper.CK_VERSION.minor:B
istore 12
start local 12 35: StackMap locals: int int
StackMap stack:
aload 5
lload 9
36: ldc "TlsMasterSecret"
sipush 384
aload 8
iload 11
iload 12
37: invokestatic sun.security.pkcs11.P11Key.masterSecretKey:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;II)Ljavax/crypto/SecretKey;
astore 14
38: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
39: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
aload 5
invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
pop
40: aload 14
areturn
end local 12 end local 11 end local 9 end local 8 41: StackMap locals: sun.security.pkcs11.P11TlsMasterSecretGenerator byte[] byte[] sun.security.pkcs11.wrapper.CK_SSL3_RANDOM_DATA sun.security.pkcs11.wrapper.CK_MECHANISM sun.security.pkcs11.Session long
StackMap stack: java.lang.Exception
astore 8
start local 8 42: new java.security.ProviderException
dup
ldc "Could not generate key"
aload 8
invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 8 43: StackMap locals:
StackMap stack: java.lang.Throwable
astore 13
44: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.p11Key:Lsun/security/pkcs11/P11Key;
invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
45: aload 0
getfield sun.security.pkcs11.P11TlsMasterSecretGenerator.token:Lsun/security/pkcs11/Token;
aload 5
invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
pop
46: aload 13
athrow
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 47 0 this Lsun/security/pkcs11/P11TlsMasterSecretGenerator;
5 47 1 clientRandom [B
6 47 2 serverRandom [B
8 47 3 random Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;
9 47 4 ckMechanism Lsun/security/pkcs11/wrapper/CK_MECHANISM;
12 13 5 params Lsun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS;
19 20 5 params Lsun/security/pkcs11/wrapper/CK_TLS12_MASTER_KEY_DERIVE_PARAMS;
21 47 5 session Lsun/security/pkcs11/Session;
22 47 6 p11KeyID J
26 41 8 attributes [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
29 41 9 keyID J
31 33 11 major I
34 41 11 major I
32 33 12 minor I
35 41 12 minor I
42 43 8 e Ljava/lang/Exception;
Exception table:
from to target type
22 38 41 Class java.lang.Exception
22 38 43 any
41 43 43 any
}
SourceFile: "P11TlsMasterSecretGenerator.java"