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

  private java.math.BigInteger x;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.security.interfaces.DSAParams params;
    descriptor: Ljava/security/interfaces/DSAParams;
    flags: (0x0002) ACC_PRIVATE

  private byte[] encoded;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  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$P11DSAPrivateKey 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 781
            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 782
            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$P11DSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/pkcs11/P11Key$P11DSAPrivateKey;
            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  

  private synchronized void fetchValues();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
         0: .line 784
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 785
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.x:Ljava/math/BigInteger;
            ifnull 3
         2: .line 786
            return
         3: .line 788
      StackMap locals:
      StackMap stack:
            iconst_4
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         4: .line 789
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 17
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_1
         5: .line 790
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 304
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_2
         6: .line 791
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 305
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_3
         7: .line 792
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 306
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
         8: .line 788
            astore 1 /* attributes */
        start local 1 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         9: .line 794
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.security.pkcs11.P11Key$P11DSAPrivateKey.fetchAttributes:([Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
        10: .line 795
            aload 0 /* this */
            aload 1 /* attributes */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
            putfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.x:Ljava/math/BigInteger;
        11: .line 796
            aload 0 /* this */
            new java.security.spec.DSAParameterSpec
            dup
        12: .line 797
            aload 1 /* attributes */
            iconst_1
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        13: .line 798
            aload 1 /* attributes */
            iconst_2
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        14: .line 799
            aload 1 /* attributes */
            iconst_3
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
            invokespecial java.security.spec.DSAParameterSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
        15: .line 796
            putfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.params:Ljava/security/interfaces/DSAParams;
        16: .line 801
            return
        end local 1 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lsun/security/pkcs11/P11Key$P11DSAPrivateKey;
            9   17     1  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;

  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$P11DSAPrivateKey this
         0: .line 803
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 804
            ldc "PKCS#8"
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11DSAPrivateKey;

  synchronized byte[] getEncodedInternal();
    descriptor: ()[B
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
         0: .line 807
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 808
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.encoded:[B
            ifnonnull 10
         2: .line 809
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DSAPrivateKey.fetchValues:()V
         3: .line 811
            new sun.security.provider.DSAPrivateKey
            dup
         4: .line 812
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.x:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.params:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.params:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.params:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
         5: .line 811
            invokespecial sun.security.provider.DSAPrivateKey.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 1 /* key */
        start local 1 // java.security.Key key
         6: .line 813
            aload 0 /* this */
            aload 1 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            putfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.encoded:[B
        end local 1 // java.security.Key key
         7: .line 814
            goto 10
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         8: astore 1 /* e */
        start local 1 // java.security.InvalidKeyException e
         9: .line 815
            new java.security.ProviderException
            dup
            aload 1 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.security.InvalidKeyException e
        10: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.encoded:[B
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/security/pkcs11/P11Key$P11DSAPrivateKey;
            6    7     1   key  Ljava/security/Key;
            9   10     1     e  Ljava/security/InvalidKeyException;
      Exception table:
        from    to  target  type
           3     7       8  Class java.security.InvalidKeyException

  public java.math.BigInteger getX();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
         0: .line 821
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DSAPrivateKey.fetchValues:()V
         1: .line 822
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.x:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11DSAPrivateKey;

  public java.security.interfaces.DSAParams getParams();
    descriptor: ()Ljava/security/interfaces/DSAParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
         0: .line 825
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DSAPrivateKey.fetchValues:()V
         1: .line 826
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DSAPrivateKey.params:Ljava/security/interfaces/DSAParams;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11DSAPrivateKey;
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
  private final P11DSAPrivateKey = sun.security.pkcs11.P11Key$P11DSAPrivateKey of sun.security.pkcs11.P11Key