public class org.bouncycastle.jce.provider.JDKGOST3410PublicKey implements org.bouncycastle.jce.interfaces.GOST3410PublicKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.JDKGOST3410PublicKey
  super_class: java.lang.Object
{
  private java.math.BigInteger y;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.jce.interfaces.GOST3410Params gost3410Spec;
    descriptor: Lorg/bouncycastle/jce/interfaces/GOST3410Params;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.bouncycastle.jce.spec.GOST3410PublicKeySpec);
    descriptor: (Lorg/bouncycastle/jce/spec/GOST3410PublicKeySpec;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
        start local 1 // org.bouncycastle.jce.spec.GOST3410PublicKeySpec spec
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* spec */
            invokevirtual org.bouncycastle.jce.spec.GOST3410PublicKeySpec.getY:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
         2: .line 30
            aload 0 /* this */
            new org.bouncycastle.jce.spec.GOST3410ParameterSpec
            dup
            new org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
            dup
            aload 1 /* spec */
            invokevirtual org.bouncycastle.jce.spec.GOST3410PublicKeySpec.getP:()Ljava/math/BigInteger;
            aload 1 /* spec */
            invokevirtual org.bouncycastle.jce.spec.GOST3410PublicKeySpec.getQ:()Ljava/math/BigInteger;
            aload 1 /* spec */
            invokevirtual org.bouncycastle.jce.spec.GOST3410PublicKeySpec.getA:()Ljava/math/BigInteger;
            invokespecial org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            invokespecial org.bouncycastle.jce.spec.GOST3410ParameterSpec.<init>:(Lorg/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec;)V
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
         3: .line 31
            return
        end local 1 // org.bouncycastle.jce.spec.GOST3410PublicKeySpec spec
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            0    4     1  spec  Lorg/bouncycastle/jce/spec/GOST3410PublicKeySpec;
    MethodParameters:
      Name  Flags
      spec  

  void <init>(org.bouncycastle.jce.interfaces.GOST3410PublicKey);
    descriptor: (Lorg/bouncycastle/jce/interfaces/GOST3410PublicKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
        start local 1 // org.bouncycastle.jce.interfaces.GOST3410PublicKey key
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* key */
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410PublicKey.getY:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
         2: .line 37
            aload 0 /* this */
            aload 1 /* key */
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410PublicKey.getParameters:()Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
         3: .line 38
            return
        end local 1 // org.bouncycastle.jce.interfaces.GOST3410PublicKey key
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            0    4     1   key  Lorg/bouncycastle/jce/interfaces/GOST3410PublicKey;
    MethodParameters:
      Name  Flags
      key   

  void <init>(org.bouncycastle.crypto.params.GOST3410PublicKeyParameters, org.bouncycastle.jce.spec.GOST3410ParameterSpec);
    descriptor: (Lorg/bouncycastle/crypto/params/GOST3410PublicKeyParameters;Lorg/bouncycastle/jce/spec/GOST3410ParameterSpec;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
        start local 1 // org.bouncycastle.crypto.params.GOST3410PublicKeyParameters params
        start local 2 // org.bouncycastle.jce.spec.GOST3410ParameterSpec spec
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* params */
            invokevirtual org.bouncycastle.crypto.params.GOST3410PublicKeyParameters.getY:()Ljava/math/BigInteger;
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
         2: .line 45
            aload 0 /* this */
            aload 2 /* spec */
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
         3: .line 46
            return
        end local 2 // org.bouncycastle.jce.spec.GOST3410ParameterSpec spec
        end local 1 // org.bouncycastle.crypto.params.GOST3410PublicKeyParameters params
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            0    4     1  params  Lorg/bouncycastle/crypto/params/GOST3410PublicKeyParameters;
            0    4     2    spec  Lorg/bouncycastle/jce/spec/GOST3410ParameterSpec;
    MethodParameters:
        Name  Flags
      params  
      spec    

  void <init>(java.math.BigInteger, org.bouncycastle.jce.spec.GOST3410ParameterSpec);
    descriptor: (Ljava/math/BigInteger;Lorg/bouncycastle/jce/spec/GOST3410ParameterSpec;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
        start local 1 // java.math.BigInteger y
        start local 2 // org.bouncycastle.jce.spec.GOST3410ParameterSpec gost3410Spec
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* y */
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
         2: .line 53
            aload 0 /* this */
            aload 2 /* gost3410Spec */
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
         3: .line 54
            return
        end local 2 // org.bouncycastle.jce.spec.GOST3410ParameterSpec gost3410Spec
        end local 1 // java.math.BigInteger y
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            0    4     1             y  Ljava/math/BigInteger;
            0    4     2  gost3410Spec  Lorg/bouncycastle/jce/spec/GOST3410ParameterSpec;
    MethodParameters:
              Name  Flags
      y             
      gost3410Spec  

  void <init>(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo);
    descriptor: (Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
        start local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            new org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
            dup
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.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.cryptopro.GOST3410PublicKeyAlgParameters.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            astore 2 /* params */
        start local 2 // org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters params
         2: .line 64
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKey:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.DEROctetString
            astore 3 /* derY */
        start local 3 // org.bouncycastle.asn1.DEROctetString derY
         3: .line 66
            aload 3 /* derY */
            invokevirtual org.bouncycastle.asn1.DEROctetString.getOctets:()[B
            astore 4 /* keyEnc */
        start local 4 // byte[] keyEnc
         4: .line 67
            aload 4 /* keyEnc */
            arraylength
            newarray 8
            astore 5 /* keyBytes */
        start local 5 // byte[] keyBytes
         5: .line 69
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 9
         7: .line 71
      StackMap locals: org.bouncycastle.jce.provider.JDKGOST3410PublicKey org.bouncycastle.asn1.x509.SubjectPublicKeyInfo org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters org.bouncycastle.asn1.DEROctetString byte[] byte[] int
      StackMap stack:
            aload 5 /* keyBytes */
            iload 6 /* i */
            aload 4 /* keyEnc */
            aload 4 /* keyEnc */
            arraylength
            iconst_1
            isub
            iload 6 /* i */
            isub
            baload
            bastore
         8: .line 69
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            aload 4 /* keyEnc */
            arraylength
            if_icmpne 7
        end local 6 // int i
        10: .line 74
            aload 0 /* this */
            new java.math.BigInteger
            dup
            iconst_1
            aload 5 /* keyBytes */
            invokespecial java.math.BigInteger.<init>:(I[B)V
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
        end local 5 // byte[] keyBytes
        end local 4 // byte[] keyEnc
        11: .line 75
            goto 14
        end local 3 // org.bouncycastle.asn1.DEROctetString derY
        12: .line 76
      StackMap locals: org.bouncycastle.jce.provider.JDKGOST3410PublicKey org.bouncycastle.asn1.x509.SubjectPublicKeyInfo org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
      StackMap stack: java.io.IOException
            pop
        13: .line 78
            new java.lang.IllegalArgumentException
            dup
            ldc "invalid info structure in GOST3410 public key"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        start local 3 // org.bouncycastle.asn1.DEROctetString derY
        14: .line 81
      StackMap locals: org.bouncycastle.asn1.DEROctetString
      StackMap stack:
            aload 0 /* this */
            aload 2 /* params */
            invokestatic org.bouncycastle.jce.spec.GOST3410ParameterSpec.fromPublicKeyAlg:(Lorg/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters;)Lorg/bouncycastle/jce/spec/GOST3410ParameterSpec;
            putfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
        15: .line 82
            return
        end local 3 // org.bouncycastle.asn1.DEROctetString derY
        end local 2 // org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters params
        end local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            0   16     1      info  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            2   16     2    params  Lorg/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters;
            3   12     3      derY  Lorg/bouncycastle/asn1/DEROctetString;
           14   16     3      derY  Lorg/bouncycastle/asn1/DEROctetString;
            4   11     4    keyEnc  [B
            5   11     5  keyBytes  [B
            6   10     6         i  I
      Exception table:
        from    to  target  type
           2    11      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      info  

  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.JDKGOST3410PublicKey this
         0: .line 86
            ldc "GOST3410"
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;

  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.JDKGOST3410PublicKey this
         0: .line 91
            ldc "X.509"
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=5, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
         0: .line 97
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKGOST3410PublicKey.getY:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 2 /* keyEnc */
        start local 2 // byte[] keyEnc
         1: .line 100
            aload 2 /* keyEnc */
            iconst_0
            baload
            ifne 4
         2: .line 102
            aload 2 /* keyEnc */
            arraylength
            iconst_1
            isub
            newarray 8
            astore 3 /* keyBytes */
        start local 3 // byte[] keyBytes
         3: .line 103
            goto 5
        end local 3 // byte[] keyBytes
         4: .line 106
      StackMap locals: org.bouncycastle.jce.provider.JDKGOST3410PublicKey top byte[]
      StackMap stack:
            aload 2 /* keyEnc */
            arraylength
            newarray 8
            astore 3 /* keyBytes */
        start local 3 // byte[] keyBytes
         5: .line 109
      StackMap locals: byte[]
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 111
      StackMap locals: int
      StackMap stack:
            aload 3 /* keyBytes */
            iload 4 /* i */
            aload 2 /* keyEnc */
            aload 2 /* keyEnc */
            arraylength
            iconst_1
            isub
            iload 4 /* i */
            isub
            baload
            bastore
         8: .line 109
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 3 /* keyBytes */
            arraylength
            if_icmpne 7
        end local 4 // int i
        10: .line 114
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            instanceof org.bouncycastle.jce.spec.GOST3410ParameterSpec
            ifeq 16
        11: .line 116
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410Params.getEncryptionParamSetOID:()Ljava/lang/String;
            ifnull 14
        12: .line 118
            new org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
            dup
            new org.bouncycastle.asn1.x509.AlgorithmIdentifier
            dup
            getstatic org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers.gostR3410_94:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            new org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
            dup
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410Params.getPublicKeyParamSetOID:()Ljava/lang/String;
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410Params.getDigestParamSetOID:()Ljava/lang/String;
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410Params.getEncryptionParamSetOID:()Ljava/lang/String;
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            invokespecial org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters.<init>:(Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DERObjectIdentifier;)V
            invokevirtual org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters.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.DEROctetString
            dup
            aload 3 /* keyBytes */
            invokespecial org.bouncycastle.asn1.DEROctetString.<init>:([B)V
            invokespecial org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
            astore 1 /* info */
        start local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        13: .line 119
            goto 17
        end local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        14: .line 122
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
            dup
            new org.bouncycastle.asn1.x509.AlgorithmIdentifier
            dup
            getstatic org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers.gostR3410_94:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            new org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
            dup
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410Params.getPublicKeyParamSetOID:()Ljava/lang/String;
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokeinterface org.bouncycastle.jce.interfaces.GOST3410Params.getDigestParamSetOID:()Ljava/lang/String;
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            invokespecial org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters.<init>:(Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DERObjectIdentifier;)V
            invokevirtual org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters.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.DEROctetString
            dup
            aload 3 /* keyBytes */
            invokespecial org.bouncycastle.asn1.DEROctetString.<init>:([B)V
            invokespecial org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
            astore 1 /* info */
        start local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        15: .line 124
            goto 17
        end local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        16: .line 127
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
            dup
            new org.bouncycastle.asn1.x509.AlgorithmIdentifier
            dup
            getstatic org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers.gostR3410_94:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            invokespecial org.bouncycastle.asn1.x509.AlgorithmIdentifier.<init>:(Lorg/bouncycastle/asn1/DERObjectIdentifier;)V
            new org.bouncycastle.asn1.DEROctetString
            dup
            aload 3 /* keyBytes */
            invokespecial org.bouncycastle.asn1.DEROctetString.<init>:([B)V
            invokespecial org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
            astore 1 /* info */
        start local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        17: .line 130
      StackMap locals: org.bouncycastle.jce.provider.JDKGOST3410PublicKey org.bouncycastle.asn1.x509.SubjectPublicKeyInfo byte[] byte[]
      StackMap stack:
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getDEREncoded:()[B
            areturn
        end local 3 // byte[] keyBytes
        end local 2 // byte[] keyEnc
        end local 1 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo info
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
           13   14     1      info  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
           15   16     1      info  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
           17   18     1      info  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            1   18     2    keyEnc  [B
            3    4     3  keyBytes  [B
            5   18     3  keyBytes  [B
            6   10     4         i  I

  public org.bouncycastle.jce.interfaces.GOST3410Params getParameters();
    descriptor: ()Lorg/bouncycastle/jce/interfaces/GOST3410Params;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
         0: .line 135
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            areturn
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
         0: .line 145
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 146
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* nl */
        start local 2 // java.lang.String nl
         2: .line 148
            aload 1 /* buf */
            ldc "GOST3410 Public Key"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 2 /* nl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 149
            aload 1 /* buf */
            ldc "            y: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.bouncycastle.jce.provider.JDKGOST3410PublicKey.getY:()Ljava/math/BigInteger;
            bipush 16
            invokevirtual java.math.BigInteger.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 2 /* nl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 151
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String nl
        end local 1 // java.lang.StringBuffer buf
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            1    5     1   buf  Ljava/lang/StringBuffer;
            2    5     2    nl  Ljava/lang/String;

  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.JDKGOST3410PublicKey this
        start local 1 // java.lang.Object o
         0: .line 156
            aload 1 /* o */
            instanceof org.bouncycastle.jce.provider.JDKGOST3410PublicKey
            ifeq 4
         1: .line 158
            aload 1 /* o */
            checkcast org.bouncycastle.jce.provider.JDKGOST3410PublicKey
            astore 2 /* other */
        start local 2 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey other
         2: .line 160
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
            aload 2 /* other */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            aload 2 /* other */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: org.bouncycastle.jce.provider.JDKGOST3410PublicKey
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey other
         4: .line 163
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
            0    5     1      o  Ljava/lang/Object;
            2    4     2  other  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
    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.JDKGOST3410PublicKey this
         0: .line 168
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.y:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            aload 0 /* this */
            getfield org.bouncycastle.jce.provider.JDKGOST3410PublicKey.gost3410Spec:Lorg/bouncycastle/jce/interfaces/GOST3410Params;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            ireturn
        end local 0 // org.bouncycastle.jce.provider.JDKGOST3410PublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/provider/JDKGOST3410PublicKey;
}
SourceFile: "JDKGOST3410PublicKey.java"