public class org.bouncycastle.jce.provider.JDKDSAPrivateKey implements java.security.interfaces.DSAPrivateKey, org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.JDKDSAPrivateKey
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4677259546958385734

  java.math.BigInteger x;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0000) 

  java.security.interfaces.DSAParams dsaSpec;
    descriptor: Ljava/security/interfaces/DSAParams;
    flags: (0x0000) 

  private org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl attrCarrier;
    descriptor: Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl
            dup
            invokespecial org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
         2: .line 36
            return
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  void <init>(java.security.interfaces.DSAPrivateKey);
    descriptor: (Ljava/security/interfaces/DSAPrivateKey;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // java.security.interfaces.DSAPrivateKey key
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl
            dup
            invokespecial org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
         2: .line 41
            aload 0 /* this */
            aload 1 /* key */
            invokeinterface java.security.interfaces.DSAPrivateKey.getX:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
         3: .line 42
            aload 0 /* this */
            aload 1 /* key */
            invokeinterface java.security.interfaces.DSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
         4: .line 43
            return
        end local 1 // java.security.interfaces.DSAPrivateKey key
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    5     1   key  Ljava/security/interfaces/DSAPrivateKey;
    MethodParameters:
      Name  Flags
      key   

  void <init>(java.security.spec.DSAPrivateKeySpec);
    descriptor: (Ljava/security/spec/DSAPrivateKeySpec;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // java.security.spec.DSAPrivateKeySpec spec
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl
            dup
            invokespecial org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
         2: .line 48
            aload 0 /* this */
            aload 1 /* spec */
            invokevirtual java.security.spec.DSAPrivateKeySpec.getX:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
         3: .line 49
            aload 0 /* this */
            new java.security.spec.DSAParameterSpec
            dup
            aload 1 /* spec */
            invokevirtual java.security.spec.DSAPrivateKeySpec.getP:()Ljava/math/BigInteger;
            aload 1 /* spec */
            invokevirtual java.security.spec.DSAPrivateKeySpec.getQ:()Ljava/math/BigInteger;
            aload 1 /* spec */
            invokevirtual java.security.spec.DSAPrivateKeySpec.getG:()Ljava/math/BigInteger;
            invokespecial java.security.spec.DSAParameterSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
         4: .line 50
            return
        end local 1 // java.security.spec.DSAPrivateKeySpec spec
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    5     1  spec  Ljava/security/spec/DSAPrivateKeySpec;
    MethodParameters:
      Name  Flags
      spec  

  void <init>(org.bouncycastle.asn1.pkcs.PrivateKeyInfo);
    descriptor: (Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo info
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl
            dup
            invokespecial org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
         2: .line 55
            new org.bouncycastle.asn1.x509.DSAParameter
            dup
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.pkcs.PrivateKeyInfo.getAlgorithmId:()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.x509.AlgorithmIdentifier.getParameters:()Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.x509.DSAParameter.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            astore 2 /* params */
        start local 2 // org.bouncycastle.asn1.x509.DSAParameter params
         3: .line 56
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.pkcs.PrivateKeyInfo.getPrivateKey:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.DERInteger
            astore 3 /* derX */
        start local 3 // org.bouncycastle.asn1.DERInteger derX
         4: .line 58
            aload 0 /* this */
            aload 3 /* derX */
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
         5: .line 59
            aload 0 /* this */
            new java.security.spec.DSAParameterSpec
            dup
            aload 2 /* params */
            invokevirtual org.bouncycastle.asn1.x509.DSAParameter.getP:()Ljava/math/BigInteger;
            aload 2 /* params */
            invokevirtual org.bouncycastle.asn1.x509.DSAParameter.getQ:()Ljava/math/BigInteger;
            aload 2 /* params */
            invokevirtual org.bouncycastle.asn1.x509.DSAParameter.getG:()Ljava/math/BigInteger;
            invokespecial java.security.spec.DSAParameterSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
         6: .line 60
            return
        end local 3 // org.bouncycastle.asn1.DERInteger derX
        end local 2 // org.bouncycastle.asn1.x509.DSAParameter params
        end local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo info
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    7     1    info  Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
            3    7     2  params  Lorg/bouncycastle/asn1/x509/DSAParameter;
            4    7     3    derX  Lorg/bouncycastle/asn1/DERInteger;
    MethodParameters:
      Name  Flags
      info  

  void <init>(org.bouncycastle.crypto.params.DSAPrivateKeyParameters);
    descriptor: (Lorg/bouncycastle/crypto/params/DSAPrivateKeyParameters;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // org.bouncycastle.crypto.params.DSAPrivateKeyParameters params
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl
            dup
            invokespecial org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
         2: .line 65
            aload 0 /* this */
            aload 1 /* params */
            invokevirtual org.bouncycastle.crypto.params.DSAPrivateKeyParameters.getX:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
         3: .line 66
            aload 0 /* this */
            new java.security.spec.DSAParameterSpec
            dup
            aload 1 /* params */
            invokevirtual org.bouncycastle.crypto.params.DSAPrivateKeyParameters.getParameters:()Lorg/bouncycastle/crypto/params/DSAParameters;
            invokevirtual org.bouncycastle.crypto.params.DSAParameters.getP:()Ljava/math/BigInteger;
            aload 1 /* params */
            invokevirtual org.bouncycastle.crypto.params.DSAPrivateKeyParameters.getParameters:()Lorg/bouncycastle/crypto/params/DSAParameters;
            invokevirtual org.bouncycastle.crypto.params.DSAParameters.getQ:()Ljava/math/BigInteger;
            aload 1 /* params */
            invokevirtual org.bouncycastle.crypto.params.DSAPrivateKeyParameters.getParameters:()Lorg/bouncycastle/crypto/params/DSAParameters;
            invokevirtual org.bouncycastle.crypto.params.DSAParameters.getG:()Ljava/math/BigInteger;
            invokespecial java.security.spec.DSAParameterSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
         4: .line 67
            return
        end local 1 // org.bouncycastle.crypto.params.DSAPrivateKeyParameters params
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    5     1  params  Lorg/bouncycastle/crypto/params/DSAPrivateKeyParameters;
    MethodParameters:
        Name  Flags
      params  

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 71
            ldc "DSA"
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 81
            ldc "PKCS#8"
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=2, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 92
            new org.bouncycastle.asn1.pkcs.PrivateKeyInfo
            dup
            new org.bouncycastle.asn1.x509.AlgorithmIdentifier
            dup
            getstatic org.bouncycastle.asn1.x9.X9ObjectIdentifiers.id_dsa:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            new org.bouncycastle.asn1.x509.DSAParameter
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
            invokespecial org.bouncycastle.asn1.x509.DSAParameter.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            invokevirtual org.bouncycastle.asn1.x509.DSAParameter.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            invokespecial org.bouncycastle.asn1.x509.AlgorithmIdentifier.<init>:(Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
            new org.bouncycastle.asn1.DERInteger
            dup
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getX:()Ljava/math/BigInteger;
            invokespecial org.bouncycastle.asn1.DERInteger.<init>:(Ljava/math/BigInteger;)V
            invokespecial org.bouncycastle.asn1.pkcs.PrivateKeyInfo.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/DERObject;)V
            astore 1 /* info */
        start local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo info
         1: .line 94
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.pkcs.PrivateKeyInfo.getDEREncoded:()[B
            areturn
        end local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo info
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            1    2     1  info  Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;

  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 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 99
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  public java.math.BigInteger getX();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 104
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // java.lang.Object o
         0: .line 110
            aload 1 /* o */
            instanceof java.security.interfaces.DSAPrivateKey
            ifne 2
         1: .line 112
            iconst_0
            ireturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.security.interfaces.DSAPrivateKey
            astore 2 /* other */
        start local 2 // java.security.interfaces.DSAPrivateKey other
         3: .line 117
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getX:()Ljava/math/BigInteger;
            aload 2 /* other */
            invokeinterface java.security.interfaces.DSAPrivateKey.getX:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 8
         4: .line 118
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
            aload 2 /* other */
            invokeinterface java.security.interfaces.DSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 119
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            aload 2 /* other */
            invokeinterface java.security.interfaces.DSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 120
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            aload 2 /* other */
            invokeinterface java.security.interfaces.DSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 117
            iconst_1
            ireturn
      StackMap locals: java.security.interfaces.DSAPrivateKey
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // java.security.interfaces.DSAPrivateKey other
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    9     1      o  Ljava/lang/Object;
            3    9     2  other  Ljava/security/interfaces/DSAPrivateKey;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 125
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getX:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            ixor
         1: .line 126
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
         2: .line 125
            ixor
         3: .line 126
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKDSAPrivateKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
         4: .line 125
            ixor
            ireturn
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  public void setBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.DEREncodable);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier oid
        start local 2 // org.bouncycastle.asn1.DEREncodable attribute
         0: .line 133
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
            aload 1 /* oid */
            aload 2 /* attribute */
            invokevirtual org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.setBagAttribute:(Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
         1: .line 134
            return
        end local 2 // org.bouncycastle.asn1.DEREncodable attribute
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier oid
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    2     1        oid  Lorg/bouncycastle/asn1/DERObjectIdentifier;
            0    2     2  attribute  Lorg/bouncycastle/asn1/DEREncodable;
    MethodParameters:
           Name  Flags
      oid        
      attribute  

  public org.bouncycastle.asn1.DEREncodable getBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;)Lorg/bouncycastle/asn1/DEREncodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier oid
         0: .line 139
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
            aload 1 /* oid */
            invokevirtual org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.getBagAttribute:(Lorg/bouncycastle/asn1/DERObjectIdentifier;)Lorg/bouncycastle/asn1/DEREncodable;
            areturn
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier oid
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    1     1   oid  Lorg/bouncycastle/asn1/DERObjectIdentifier;
    MethodParameters:
      Name  Flags
      oid   

  public java.util.Enumeration getBagAttributeKeys();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
         0: .line 144
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
            invokevirtual org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.getBagAttributeKeys:()Ljava/util/Enumeration;
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // java.io.ObjectInputStream in
         0: .line 151
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast java.math.BigInteger
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
         1: .line 152
            aload 0 /* this */
            new java.security.spec.DSAParameterSpec
            dup
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast java.math.BigInteger
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast java.math.BigInteger
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast java.math.BigInteger
            invokespecial java.security.spec.DSAParameterSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
         2: .line 153
            aload 0 /* this */
            new org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl
            dup
            invokespecial org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.<init>:()V
            putfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
         3: .line 155
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
            aload 1 /* in */
            invokevirtual org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.readObject:(Ljava/io/ObjectInputStream;)V
         4: .line 156
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    5     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 162
            aload 1 /* out */
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.x:Ljava/math/BigInteger;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         1: .line 163
            aload 1 /* out */
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         2: .line 164
            aload 1 /* out */
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         3: .line 165
            aload 1 /* out */
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.dsaSpec:Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         4: .line 167
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKDSAPrivateKey.attrCarrier:Lorg/bouncycastle/jce/provider/PKCS12BagAttributeCarrierImpl;
            aload 1 /* out */
            invokevirtual org.bouncycastle.jce.provider.PKCS12BagAttributeCarrierImpl.writeObject:(Ljava/io/ObjectOutputStream;)V
         5: .line 168
            return
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // org.bouncycastle.jce.provider.JDKDSAPrivateKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/jce/provider/JDKDSAPrivateKey;
            0    6     1   out  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "JDKDSAPrivateKey.java"