abstract class sun.security.mscapi.Key implements java.security.Key, sun.security.util.Length
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.security.mscapi.Key
  super_class: java.lang.Object
{
  protected long hCryptProv;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long hCryptKey;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected int keyLength;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(long, long, int);
    descriptor: (JJI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // sun.security.mscapi.Key this
        start local 1 // long hCryptProv
        start local 3 // long hCryptKey
        start local 5 // int keyLength
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.Key.hCryptProv:J
         2: .line 45
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.Key.hCryptKey:J
         3: .line 48
            aload 0 /* this */
            iconst_0
            putfield sun.security.mscapi.Key.keyLength:I
         4: .line 55
            aload 0 /* this */
            lload 1 /* hCryptProv */
            putfield sun.security.mscapi.Key.hCryptProv:J
         5: .line 56
            aload 0 /* this */
            lload 3 /* hCryptKey */
            putfield sun.security.mscapi.Key.hCryptKey:J
         6: .line 57
            aload 0 /* this */
            iload 5 /* keyLength */
            putfield sun.security.mscapi.Key.keyLength:I
         7: .line 58
            return
        end local 5 // int keyLength
        end local 3 // long hCryptKey
        end local 1 // long hCryptProv
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/security/mscapi/Key;
            0    8     1  hCryptProv  J
            0    8     3   hCryptKey  J
            0    8     5   keyLength  I
    MethodParameters:
            Name  Flags
      hCryptProv  
      hCryptKey   
      keyLength   

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.security.mscapi.Key this
         0: .line 66
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 68
            aload 0 /* this */
            getfield sun.security.mscapi.Key.hCryptProv:J
            aload 0 /* this */
            getfield sun.security.mscapi.Key.hCryptKey:J
            invokestatic sun.security.mscapi.Key.cleanUp:(JJ)V
         2: .line 69
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.Key.hCryptProv:J
         3: .line 70
            aload 0 /* this */
            lconst_0
            putfield sun.security.mscapi.Key.hCryptKey:J
         4: .line 66
            aload 1
            monitorexit
         5: goto 11
      StackMap locals: sun.security.mscapi.Key sun.security.mscapi.Key
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 73
      StackMap locals: sun.security.mscapi.Key
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
        10: .line 75
            aload 2
            athrow
        11: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
        12: .line 76
            return
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/security/mscapi/Key;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
           0     8       8  any
    Exceptions:
      throws java.lang.Throwable

  private static native void cleanUp(long, long);
    descriptor: (JJ)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
            Name  Flags
      hCryptProv  
      hCryptKey   

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.mscapi.Key this
         0: .line 89
            aload 0 /* this */
            getfield sun.security.mscapi.Key.keyLength:I
            ireturn
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/mscapi/Key;

  public long getHCryptKey();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.mscapi.Key this
         0: .line 98
            aload 0 /* this */
            getfield sun.security.mscapi.Key.hCryptKey:J
            lreturn
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/mscapi/Key;

  public long getHCryptProvider();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.mscapi.Key this
         0: .line 106
            aload 0 /* this */
            getfield sun.security.mscapi.Key.hCryptProv:J
            lreturn
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/mscapi/Key;

  public abstract java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.mscapi.Key this
         0: .line 140
            aconst_null
            areturn
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/mscapi/Key;

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.mscapi.Key this
         0: .line 152
            aconst_null
            areturn
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/mscapi/Key;

  protected static native java.lang.String getContainerName(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x010c) ACC_PROTECTED, ACC_STATIC, ACC_NATIVE
    MethodParameters:
            Name  Flags
      hCryptProv  

  protected static native java.lang.String getKeyType(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x010c) ACC_PROTECTED, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      hCryptKey  
}
SourceFile: "Key.java"