class sun.security.pkcs11.P11Key$P11TlsMasterSecretKey extends sun.security.pkcs11.P11Key$P11SecretKey implements sun.security.internal.interfaces.TlsMasterSecret
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.pkcs11.P11Key$P11TlsMasterSecretKey
super_class: sun.security.pkcs11.P11Key$P11SecretKey
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1318560923770573441
private final int majorVersion;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int minorVersion;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(sun.security.pkcs11.Session, long, java.lang.String, int, sun.security.pkcs11.wrapper.CK_ATTRIBUTE[], int, int);
descriptor: (Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;II)V
flags: (0x0000)
Code:
stack=7, locals=9, args_size=8
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
lload 2
aload 4
iload 5
aload 6
invokespecial sun.security.pkcs11.P11Key$P11SecretKey.<init>:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
1: aload 0
iload 7
putfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.majorVersion:I
2: aload 0
iload 8
putfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.minorVersion:I
3: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/pkcs11/P11Key$P11TlsMasterSecretKey;
0 4 1 session Lsun/security/pkcs11/Session;
0 4 2 keyID J
0 4 4 algorithm Ljava/lang/String;
0 4 5 keyLength I
0 4 6 attributes [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
0 4 7 major I
0 4 8 minor I
MethodParameters:
Name Flags
session
keyID
algorithm
keyLength
attributes
major
minor
public int getMajorVersion();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.majorVersion:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/pkcs11/P11Key$P11TlsMasterSecretKey;
public int getMinorVersion();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.minorVersion:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/pkcs11/P11Key$P11TlsMasterSecretKey;
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
private P11SecretKey = sun.security.pkcs11.P11Key$P11SecretKey of sun.security.pkcs11.P11Key
private P11TlsMasterSecretKey = sun.security.pkcs11.P11Key$P11TlsMasterSecretKey of sun.security.pkcs11.P11Key