final class sun.security.pkcs11.P11Key$P11PrivateKey extends sun.security.pkcs11.P11Key implements java.security.PrivateKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11Key$P11PrivateKey
  super_class: sun.security.pkcs11.P11Key
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2138581185214187615

  void <init>(sun.security.pkcs11.Session, long, java.lang.String, int, sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]);
    descriptor: (Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // sun.security.pkcs11.P11Key$P11PrivateKey this
        start local 1 // sun.security.pkcs11.Session session
        start local 2 // long keyID
        start local 4 // java.lang.String algorithm
        start local 5 // int keyLength
        start local 6 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         0: .line 430
            aload 0 /* this */
            ldc "private"
            aload 1 /* session */
            lload 2 /* keyID */
            aload 4 /* algorithm */
            iload 5 /* keyLength */
            aload 6 /* attributes */
            invokespecial sun.security.pkcs11.P11Key.<init>:(Ljava/lang/String;Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
         1: .line 431
            return
        end local 6 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 5 // int keyLength
        end local 4 // java.lang.String algorithm
        end local 2 // long keyID
        end local 1 // sun.security.pkcs11.Session session
        end local 0 // sun.security.pkcs11.P11Key$P11PrivateKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/pkcs11/P11Key$P11PrivateKey;
            0    2     1     session  Lsun/security/pkcs11/Session;
            0    2     2       keyID  J
            0    2     4   algorithm  Ljava/lang/String;
            0    2     5   keyLength  I
            0    2     6  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
    MethodParameters:
            Name  Flags
      session     
      keyID       
      algorithm   
      keyLength   
      attributes  

  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.pkcs11.P11Key$P11PrivateKey this
         0: .line 434
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11PrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 435
            aconst_null
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11PrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11PrivateKey;

  byte[] getEncodedInternal();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11PrivateKey this
         0: .line 438
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11PrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 439
            aconst_null
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11PrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11PrivateKey;
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
  private final P11PrivateKey = sun.security.pkcs11.P11Key$P11PrivateKey of sun.security.pkcs11.P11Key