class sun.security.pkcs11.P11KeyStore$THandle
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.pkcs11.P11KeyStore$THandle
super_class: java.lang.Object
{
private final long handle;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final sun.security.pkcs11.wrapper.CK_ATTRIBUTE type;
descriptor: Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(long, sun.security.pkcs11.wrapper.CK_ATTRIBUTE);
descriptor: (JLsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lload 1
putfield sun.security.pkcs11.P11KeyStore$THandle.handle:J
2: aload 0
aload 3
putfield sun.security.pkcs11.P11KeyStore$THandle.type:Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/pkcs11/P11KeyStore$THandle;
0 4 1 handle J
0 4 3 type Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
MethodParameters:
Name Flags
handle
type
}
SourceFile: "P11KeyStore.java"
NestHost: sun.security.pkcs11.P11KeyStore
InnerClasses:
private THandle = sun.security.pkcs11.P11KeyStore$THandle of sun.security.pkcs11.P11KeyStore