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 // sun.security.mscapi.CKey$NativeHandles this
        start local 1 // long hCryptProv
        start local 3 // long hCryptKey
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
         2: .line 51
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
         3: .line 54
            aload 0 /* this */
            lload 1 /* hCryptProv */
            putfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
         4: .line 55
            aload 0 /* this */
            lload 3 /* hCryptKey */
            putfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
         5: .line 56
            return
        end local 3 // long hCryptKey
        end local 1 // long hCryptProv
        end local 0 // sun.security.mscapi.CKey$NativeHandles this
      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 // sun.security.mscapi.CKey$NativeHandles this
         0: .line 61
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 62
            aload 0 /* this */
            getfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
            aload 0 /* this */
            getfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
            invokestatic sun.security.mscapi.CKey.cleanUp:(JJ)V
         2: .line 63
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.CKey$NativeHandles.hCryptProv:J
         3: .line 64
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.CKey$NativeHandles.hCryptKey:J
         4: .line 61
            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: .line 66
      StackMap locals: sun.security.mscapi.CKey$NativeHandles
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
        10: .line 68
            aload 2
            athrow
        11: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
        12: .line 69
            return
        end local 0 // sun.security.mscapi.CKey$NativeHandles this
      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