final class sun.security.pkcs11.P11Key$P11DHPrivateKey extends sun.security.pkcs11.P11Key implements javax.crypto.interfaces.DHPrivateKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11Key$P11DHPrivateKey
  super_class: sun.security.pkcs11.P11Key
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1698576167364928838

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

  private javax.crypto.spec.DHParameterSpec params;
    descriptor: Ljavax/crypto/spec/DHParameterSpec;
    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$P11DHPrivateKey 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 839
            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 840
            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$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;
            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$P11DHPrivateKey this
         0: .line 842
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 843
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.x:Ljava/math/BigInteger;
            ifnull 3
         2: .line 844
            return
         3: .line 846
      StackMap locals:
      StackMap stack:
            iconst_3
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         4: .line 847
            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 848
            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 849
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 306
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
         7: .line 846
            astore 1 /* attributes */
        start local 1 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         8: .line 851
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.security.pkcs11.P11Key$P11DHPrivateKey.fetchAttributes:([Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
         9: .line 852
            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$P11DHPrivateKey.x:Ljava/math/BigInteger;
        10: .line 853
            aload 0 /* this */
            new javax.crypto.spec.DHParameterSpec
            dup
        11: .line 854
            aload 1 /* attributes */
            iconst_1
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
        12: .line 855
            aload 1 /* attributes */
            iconst_2
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
            invokespecial javax.crypto.spec.DHParameterSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;)V
        13: .line 853
            putfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
        14: .line 857
            return
        end local 1 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;
            8   15     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$P11DHPrivateKey this
         0: .line 859
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 860
            ldc "PKCS#8"
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;

  synchronized byte[] getEncodedInternal();
    descriptor: ()[B
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
         0: .line 863
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 864
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.encoded:[B
            ifnonnull 13
         2: .line 865
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DHPrivateKey.fetchValues:()V
         3: .line 867
            new javax.crypto.spec.DHPrivateKeySpec
            dup
         4: .line 868
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.x:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            invokevirtual javax.crypto.spec.DHParameterSpec.getP:()Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            invokevirtual javax.crypto.spec.DHParameterSpec.getG:()Ljava/math/BigInteger;
         5: .line 867
            invokespecial javax.crypto.spec.DHPrivateKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 1 /* spec */
        start local 1 // javax.crypto.spec.DHPrivateKeySpec spec
         6: .line 870
            ldc "DH"
            invokestatic sun.security.pkcs11.P11Util.getSunJceProvider:()Ljava/security/Provider;
         7: .line 869
            invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyFactory;
            astore 2 /* kf */
        start local 2 // java.security.KeyFactory kf
         8: .line 871
            aload 2 /* kf */
            aload 1 /* spec */
            invokevirtual java.security.KeyFactory.generatePrivate:(Ljava/security/spec/KeySpec;)Ljava/security/PrivateKey;
            astore 3 /* key */
        start local 3 // java.security.Key key
         9: .line 872
            aload 0 /* this */
            aload 3 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            putfield sun.security.pkcs11.P11Key$P11DHPrivateKey.encoded:[B
        end local 3 // java.security.Key key
        end local 2 // java.security.KeyFactory kf
        end local 1 // javax.crypto.spec.DHPrivateKeySpec spec
        10: .line 873
            goto 13
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
        11: astore 1 /* e */
        start local 1 // java.security.GeneralSecurityException e
        12: .line 874
            new java.security.ProviderException
            dup
            aload 1 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.security.GeneralSecurityException e
        13: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.encoded:[B
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;
            6   10     1  spec  Ljavax/crypto/spec/DHPrivateKeySpec;
            8   10     2    kf  Ljava/security/KeyFactory;
            9   10     3   key  Ljava/security/Key;
           12   13     1     e  Ljava/security/GeneralSecurityException;
      Exception table:
        from    to  target  type
           3    10      11  Class java.security.GeneralSecurityException

  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$P11DHPrivateKey this
         0: .line 880
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DHPrivateKey.fetchValues:()V
         1: .line 881
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.x:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;

  public javax.crypto.spec.DHParameterSpec getParams();
    descriptor: ()Ljavax/crypto/spec/DHParameterSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
         0: .line 884
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DHPrivateKey.fetchValues:()V
         1: .line 885
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
         0: .line 888
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.isValid:()Z
            ifne 2
         1: .line 889
            iconst_0
            ireturn
         2: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DHPrivateKey.fetchValues:()V
         3: .line 892
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.x:Ljava/math/BigInteger;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            invokevirtual javax.crypto.spec.DHParameterSpec.getP:()Ljava/math/BigInteger;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            invokevirtual javax.crypto.spec.DHParameterSpec.getG:()Ljava/math/BigInteger;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
        start local 1 // java.lang.Object obj
         0: .line 895
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.isValid:()Z
            ifne 3
         2: .line 898
            iconst_0
            ireturn
         3: .line 900
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javax.crypto.interfaces.DHPrivateKey
            ifne 5
         4: .line 901
            iconst_0
            ireturn
         5: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11DHPrivateKey.fetchValues:()V
         6: .line 904
            aload 1 /* obj */
            checkcast javax.crypto.interfaces.DHPrivateKey
            astore 2 /* other */
        start local 2 // javax.crypto.interfaces.DHPrivateKey other
         7: .line 905
            aload 2 /* other */
            invokeinterface javax.crypto.interfaces.DHPrivateKey.getParams:()Ljavax/crypto/spec/DHParameterSpec;
            astore 3 /* otherParams */
        start local 3 // javax.crypto.spec.DHParameterSpec otherParams
         8: .line 906
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.x:Ljava/math/BigInteger;
            aload 2 /* other */
            invokeinterface javax.crypto.interfaces.DHPrivateKey.getX:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifne 12
         9: .line 907
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            invokevirtual javax.crypto.spec.DHParameterSpec.getP:()Ljava/math/BigInteger;
            aload 3 /* otherParams */
            invokevirtual javax.crypto.spec.DHParameterSpec.getP:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifne 12
        10: .line 908
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11DHPrivateKey.params:Ljavax/crypto/spec/DHParameterSpec;
            invokevirtual javax.crypto.spec.DHParameterSpec.getG:()Ljava/math/BigInteger;
            aload 3 /* otherParams */
            invokevirtual javax.crypto.spec.DHParameterSpec.getG:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifne 12
        11: .line 906
            iconst_1
            ireturn
      StackMap locals: javax.crypto.interfaces.DHPrivateKey javax.crypto.spec.DHParameterSpec
      StackMap stack:
        12: iconst_0
            ireturn
        end local 3 // javax.crypto.spec.DHParameterSpec otherParams
        end local 2 // javax.crypto.interfaces.DHPrivateKey other
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.pkcs11.P11Key$P11DHPrivateKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lsun/security/pkcs11/P11Key$P11DHPrivateKey;
            0   13     1          obj  Ljava/lang/Object;
            7   13     2        other  Ljavax/crypto/interfaces/DHPrivateKey;
            8   13     3  otherParams  Ljavax/crypto/spec/DHParameterSpec;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
  private final P11DHPrivateKey = sun.security.pkcs11.P11Key$P11DHPrivateKey of sun.security.pkcs11.P11Key