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
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1088859394025049194

  protected sun.security.mscapi.Key$NativeHandles handles;
    descriptor: Lsun/security/mscapi/Key$NativeHandles;
    flags: (0x0004) ACC_PROTECTED

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

  protected void <init>(sun.security.mscapi.Key$NativeHandles, int);
    descriptor: (Lsun/security/mscapi/Key$NativeHandles;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.mscapi.Key this
        start local 1 // sun.security.mscapi.Key$NativeHandles handles
        start local 2 // int keyLength
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            iconst_0
            putfield sun.security.mscapi.Key.keyLength:I
         2: .line 82
            aload 0 /* this */
            aload 1 /* handles */
            putfield sun.security.mscapi.Key.handles:Lsun/security/mscapi/Key$NativeHandles;
         3: .line 83
            aload 0 /* this */
            iload 2 /* keyLength */
            putfield sun.security.mscapi.Key.keyLength:I
         4: .line 84
            return
        end local 2 // int keyLength
        end local 1 // sun.security.mscapi.Key$NativeHandles handles
        end local 0 // sun.security.mscapi.Key this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/security/mscapi/Key;
            0    5     1    handles  Lsun/security/mscapi/Key$NativeHandles;
            0    5     2  keyLength  I
    MethodParameters:
           Name  Flags
      handles    
      keyLength  

  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 97
            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 106
            aload 0 /* this */
            getfield sun.security.mscapi.Key.handles:Lsun/security/mscapi/Key$NativeHandles;
            getfield sun.security.mscapi.Key$NativeHandles.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 114
            aload 0 /* this */
            getfield sun.security.mscapi.Key.handles:Lsun/security/mscapi/Key$NativeHandles;
            getfield sun.security.mscapi.Key$NativeHandles.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 148
            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 160
            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"
NestMembers:
  sun.security.mscapi.Key$NativeHandles
InnerClasses:
  NativeHandles = sun.security.mscapi.Key$NativeHandles of sun.security.mscapi.Key