class sun.security.mscapi.CKey$NativeHandles
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.mscapi.CKey$NativeHandles
super_class: java.lang.Object
{
long hCryptProv;
descriptor: J
flags: (0x0000)
long hCryptKey;
descriptor: J
flags: (0x0000)
public void <init>(long, long);
descriptor: (JJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lconst_0
putfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
2: aload 0
lconst_0
putfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
3: aload 0
lload 1
putfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
4: aload 0
lload 3
putfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
5: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/mscapi/CKey$NativeHandles;
0 6 1 hCryptProv J
0 6 3 hCryptKey J
MethodParameters:
Name Flags
hCryptProv
hCryptKey
protected void finalize();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
getfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
aload 0
getfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
invokestatic sun.security.mscapi.CKey.cleanUp:(JJ)V
2: aload 0
lconst_0
putfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
3: aload 0
lconst_0
putfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
4: aload 1
monitorexit
5: goto 11
StackMap locals: sun.security.mscapi.CKey$NativeHandles sun.security.mscapi.CKey$NativeHandles
StackMap stack: java.lang.Throwable
6: aload 1
monitorexit
7: athrow
8: StackMap locals: sun.security.mscapi.CKey$NativeHandles
StackMap stack: java.lang.Throwable
astore 2
9: aload 0
invokespecial java.lang.Object.finalize:()V
10: aload 2
athrow
11: StackMap locals:
StackMap stack:
aload 0
invokespecial java.lang.Object.finalize:()V
12: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/security/mscapi/CKey$NativeHandles;
Exception table:
from to target type
1 5 6 any
6 7 6 any
0 8 8 any
Exceptions:
throws java.lang.Throwable
}
SourceFile: "CKey.java"
NestHost: sun.security.mscapi.CKey
InnerClasses:
NativeHandles = sun.security.mscapi.CKey$NativeHandles of sun.security.mscapi.CKey