public class org.bouncycastle.asn1.cms.OtherRecipientInfo extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.cms.OtherRecipientInfo
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private org.bouncycastle.asn1.DERObjectIdentifier oriType;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.DEREncodable);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/DEREncodable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier oriType
        start local 2 // org.bouncycastle.asn1.DEREncodable oriValue
         0: .line 18
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* oriType */
            putfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriType:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 23
            aload 0 /* this */
            aload 2 /* oriValue */
            putfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriValue:Lorg/bouncycastle/asn1/DEREncodable;
         3: .line 24
            return
        end local 2 // org.bouncycastle.asn1.DEREncodable oriValue
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier oriType
        end local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;
            0    4     1   oriType  Lorg/bouncycastle/asn1/DERObjectIdentifier;
            0    4     2  oriValue  Lorg/bouncycastle/asn1/DEREncodable;
    MethodParameters:
          Name  Flags
      oriType   
      oriValue  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 26
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.DERObjectIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERObjectIdentifier;
            putfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriType:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 30
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            putfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriValue:Lorg/bouncycastle/asn1/DEREncodable;
         3: .line 31
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;
            0    4     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.cms.OtherRecipientInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;
    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 46
            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.cms.OtherRecipientInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;
            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.cms.OtherRecipientInfo getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 58
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.cms.OtherRecipientInfo
            ifeq 2
         1: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.cms.OtherRecipientInfo
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 65
            new org.bouncycastle.asn1.cms.OtherRecipientInfo
            dup
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.cms.OtherRecipientInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 68
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid OtherRecipientInfo: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        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 org.bouncycastle.asn1.DERObjectIdentifier getType();
    descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
         0: .line 73
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriType:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;

  public org.bouncycastle.asn1.DEREncodable getValue();
    descriptor: ()Lorg/bouncycastle/asn1/DEREncodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
         0: .line 78
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriValue:Lorg/bouncycastle/asn1/DEREncodable;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.OtherRecipientInfo this
         0: .line 91
            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 93
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriType:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 94
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.OtherRecipientInfo.oriValue:Lorg/bouncycastle/asn1/DEREncodable;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 96
            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.cms.OtherRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/cms/OtherRecipientInfo;
            1    4     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "OtherRecipientInfo.java"