public class org.bouncycastle.asn1.x9.OtherInfo extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x9.OtherInfo
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private org.bouncycastle.asn1.x9.KeySpecificInfo keyInfo;
    descriptor: Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>(org.bouncycastle.asn1.x9.KeySpecificInfo, org.bouncycastle.asn1.ASN1OctetString, org.bouncycastle.asn1.ASN1OctetString);
    descriptor: (Lorg/bouncycastle/asn1/x9/KeySpecificInfo;Lorg/bouncycastle/asn1/ASN1OctetString;Lorg/bouncycastle/asn1/ASN1OctetString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.x9.OtherInfo this
        start local 1 // org.bouncycastle.asn1.x9.KeySpecificInfo keyInfo
        start local 2 // org.bouncycastle.asn1.ASN1OctetString partyAInfo
        start local 3 // org.bouncycastle.asn1.ASN1OctetString suppPubInfo
         0: .line 24
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* keyInfo */
            putfield org.bouncycastle.asn1.x9.OtherInfo.keyInfo:Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
         2: .line 30
            aload 0 /* this */
            aload 2 /* partyAInfo */
            putfield org.bouncycastle.asn1.x9.OtherInfo.partyAInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
         3: .line 31
            aload 0 /* this */
            aload 3 /* suppPubInfo */
            putfield org.bouncycastle.asn1.x9.OtherInfo.suppPubInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
         4: .line 32
            return
        end local 3 // org.bouncycastle.asn1.ASN1OctetString suppPubInfo
        end local 2 // org.bouncycastle.asn1.ASN1OctetString partyAInfo
        end local 1 // org.bouncycastle.asn1.x9.KeySpecificInfo keyInfo
        end local 0 // org.bouncycastle.asn1.x9.OtherInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/bouncycastle/asn1/x9/OtherInfo;
            0    5     1      keyInfo  Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
            0    5     2   partyAInfo  Lorg/bouncycastle/asn1/ASN1OctetString;
            0    5     3  suppPubInfo  Lorg/bouncycastle/asn1/ASN1OctetString;
    MethodParameters:
             Name  Flags
      keyInfo      
      partyAInfo   
      suppPubInfo  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.bouncycastle.asn1.x9.OtherInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 34
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 37
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         2: .line 39
            aload 0 /* this */
            new org.bouncycastle.asn1.x9.KeySpecificInfo
            dup
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.x9.KeySpecificInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            putfield org.bouncycastle.asn1.x9.OtherInfo.keyInfo:Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
         3: .line 41
            goto 10
         4: .line 43
      StackMap locals: org.bouncycastle.asn1.x9.OtherInfo org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.DERTaggedObject
            astore 3 /* o */
        start local 3 // org.bouncycastle.asn1.DERTaggedObject o
         5: .line 45
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.DERTaggedObject.getTagNo:()I
            ifne 8
         6: .line 47
            aload 0 /* this */
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.DERTaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            putfield org.bouncycastle.asn1.x9.OtherInfo.partyAInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
         7: .line 48
            goto 10
         8: .line 49
      StackMap locals: org.bouncycastle.asn1.DERTaggedObject
      StackMap stack:
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.DERTaggedObject.getTagNo:()I
            iconst_2
            if_icmpne 10
         9: .line 51
            aload 0 /* this */
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.DERTaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            putfield org.bouncycastle.asn1.x9.OtherInfo.suppPubInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
        end local 3 // org.bouncycastle.asn1.DERTaggedObject o
        10: .line 41
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
        11: .line 54
            return
        end local 2 // java.util.Enumeration e
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x9.OtherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/asn1/x9/OtherInfo;
            0   12     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2   12     2     e  Ljava/util/Enumeration;
            5   10     3     o  Lorg/bouncycastle/asn1/DERTaggedObject;
    MethodParameters:
      Name  Flags
      seq   

  public org.bouncycastle.asn1.x9.KeySpecificInfo getKeyInfo();
    descriptor: ()Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.OtherInfo this
         0: .line 58
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.keyInfo:Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
            areturn
        end local 0 // org.bouncycastle.asn1.x9.OtherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/OtherInfo;

  public org.bouncycastle.asn1.ASN1OctetString getPartyAInfo();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.OtherInfo this
         0: .line 63
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.partyAInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
            areturn
        end local 0 // org.bouncycastle.asn1.x9.OtherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/OtherInfo;

  public org.bouncycastle.asn1.ASN1OctetString getSuppPubInfo();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.OtherInfo this
         0: .line 68
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.suppPubInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
            areturn
        end local 0 // org.bouncycastle.asn1.x9.OtherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/OtherInfo;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.OtherInfo this
         0: .line 83
            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 85
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.keyInfo:Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 87
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.partyAInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
            ifnull 4
         3: .line 89
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.partyAInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         4: .line 92
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.OtherInfo.suppPubInfo:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         5: .line 94
            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.x9.OtherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/asn1/x9/OtherInfo;
            1    6     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "OtherInfo.java"