public class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
  super_class: org.bouncycastle.asn1.ASN1Object
{
  private org.bouncycastle.asn1.x509.AlgorithmIdentifier algId;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.DERBitString keyData;
    descriptor: Lorg/bouncycastle/asn1/DERBitString;
    flags: (0x0002) ACC_PRIVATE

  public static org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
        start local 1 // boolean explicit
         0: .line 31
            aload 0 /* obj */
            iload 1 /* explicit */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokestatic org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            areturn
        end local 1 // boolean explicit
        end local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0       obj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
            0    1     1  explicit  Z
    MethodParameters:
          Name  Flags
      obj       
      explicit  

  public static org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 37
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
            ifeq 2
         1: .line 39
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
            areturn
         2: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 43
            new org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 46
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.ASN1Encodable);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        start local 2 // org.bouncycastle.asn1.ASN1Encodable publicKey
         0: .line 49
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            new org.bouncycastle.asn1.DERBitString
            dup
            aload 2 /* publicKey */
            invokespecial org.bouncycastle.asn1.DERBitString.<init>:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
            putfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
         2: .line 55
            aload 0 /* this */
            aload 1 /* algId */
            putfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.algId:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         3: .line 56
            return
        end local 2 // org.bouncycastle.asn1.ASN1Encodable publicKey
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            0    4     1      algId  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    4     2  publicKey  Lorg/bouncycastle/asn1/ASN1Encodable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      algId      
      publicKey  

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, byte[]);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        start local 2 // byte[] publicKey
         0: .line 58
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            new org.bouncycastle.asn1.DERBitString
            dup
            aload 2 /* publicKey */
            invokespecial org.bouncycastle.asn1.DERBitString.<init>:([B)V
            putfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
         2: .line 63
            aload 0 /* this */
            aload 1 /* algId */
            putfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.algId:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         3: .line 64
            return
        end local 2 // byte[] publicKey
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            0    4     1      algId  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    4     2  publicKey  [B
    MethodParameters:
           Name  Flags
      algId      
      publicKey  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 69
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 72
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_2
            if_icmpeq 5
         2: .line 74
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad sequence size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 75
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 74
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 78
      StackMap locals: org.bouncycastle.asn1.x509.SubjectPublicKeyInfo org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         6: .line 80
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.algId:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         7: .line 81
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            invokestatic org.bouncycastle.asn1.DERBitString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERBitString;
            putfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
         8: .line 82
            return
        end local 2 // java.util.Enumeration e
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            0    9     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            6    9     2     e  Ljava/util/Enumeration;
    MethodParameters:
      Name  Flags
      seq   

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithm();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
         0: .line 86
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.algId:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmId();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
         0: .line 95
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.algId:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;

  public org.bouncycastle.asn1.ASN1Primitive parsePublicKey();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
         0: .line 109
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
            invokevirtual org.bouncycastle.asn1.DERBitString.getOctets:()[B
            invokestatic org.bouncycastle.asn1.ASN1Primitive.fromByteArray:([B)Lorg/bouncycastle/asn1/ASN1Primitive;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
    Exceptions:
      throws java.io.IOException

  public org.bouncycastle.asn1.ASN1Primitive getPublicKey();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
         0: .line 124
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
            invokevirtual org.bouncycastle.asn1.DERBitString.getOctets:()[B
            invokestatic org.bouncycastle.asn1.ASN1Primitive.fromByteArray:([B)Lorg/bouncycastle/asn1/ASN1Primitive;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
    Exceptions:
      throws java.io.IOException

  public org.bouncycastle.asn1.DERBitString getPublicKeyData();
    descriptor: ()Lorg/bouncycastle/asn1/DERBitString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
         0: .line 134
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
         0: .line 147
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 149
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.algId:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 150
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.keyData:Lorg/bouncycastle/asn1/DERBitString;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 152
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.x509.SubjectPublicKeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
            1    4     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "SubjectPublicKeyInfo.java"