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

  private org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey originator;
    descriptor: Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
    flags: (0x0002) ACC_PRIVATE

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

  private org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey, org.bouncycastle.asn1.ASN1OctetString, org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;Lorg/bouncycastle/asn1/ASN1OctetString;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
        start local 1 // org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey originator
        start local 2 // org.bouncycastle.asn1.ASN1OctetString ukm
        start local 3 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm
        start local 4 // org.bouncycastle.asn1.ASN1Sequence recipientEncryptedKeys
         0: .line 39
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            new org.bouncycastle.asn1.ASN1Integer
            dup
            ldc 3
            invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
         2: .line 46
            aload 0 /* this */
            aload 1 /* originator */
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.originator:Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
         3: .line 47
            aload 0 /* this */
            aload 2 /* ukm */
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.ukm:Lorg/bouncycastle/asn1/ASN1OctetString;
         4: .line 48
            aload 0 /* this */
            aload 3 /* keyEncryptionAlgorithm */
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         5: .line 49
            aload 0 /* this */
            aload 4 /* recipientEncryptedKeys */
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.recipientEncryptedKeys:Lorg/bouncycastle/asn1/ASN1Sequence;
         6: .line 50
            return
        end local 4 // org.bouncycastle.asn1.ASN1Sequence recipientEncryptedKeys
        end local 3 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm
        end local 2 // org.bouncycastle.asn1.ASN1OctetString ukm
        end local 1 // org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey originator
        end local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;
            0    7     1              originator  Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
            0    7     2                     ukm  Lorg/bouncycastle/asn1/ASN1OctetString;
            0    7     3  keyEncryptionAlgorithm  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    7     4  recipientEncryptedKeys  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
                        Name  Flags
      originator              
      ukm                     
      keyEncryptionAlgorithm  
      recipientEncryptedKeys  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 55
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 58
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 60
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1Integer
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
         3: .line 61
            aload 0 /* this */
         4: .line 62
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
         5: .line 61
            invokestatic org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.originator:Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
         6: .line 64
            aload 1 /* seq */
            iload 2 /* index */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 10
         7: .line 66
            aload 0 /* this */
         8: .line 67
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
         9: .line 66
            invokestatic org.bouncycastle.asn1.ASN1OctetString.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1OctetString;
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.ukm:Lorg/bouncycastle/asn1/ASN1OctetString;
        10: .line 70
      StackMap locals: org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo org.bouncycastle.asn1.ASN1Sequence int
      StackMap stack:
            aload 0 /* this */
        11: .line 71
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
        12: .line 70
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
        13: .line 73
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1Sequence
            putfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.recipientEncryptedKeys:Lorg/bouncycastle/asn1/ASN1Sequence;
        14: .line 74
            return
        end local 2 // int index
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;
            0   15     1    seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2   15     2  index  I
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;
    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 89
            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.KeyAgreeRecipientInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;
            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.KeyAgreeRecipientInfo getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 108
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
            ifeq 2
         1: .line 110
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
            areturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 115
            new org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 118
      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 org.bouncycastle.asn1.ASN1Integer getVersion();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
         0: .line 123
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;

  public org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey getOriginator();
    descriptor: ()Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
         0: .line 128
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.originator:Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;

  public org.bouncycastle.asn1.ASN1OctetString getUserKeyingMaterial();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
         0: .line 133
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.ukm:Lorg/bouncycastle/asn1/ASN1OctetString;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;

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

  public org.bouncycastle.asn1.ASN1Sequence getRecipientEncryptedKeys();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Sequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
         0: .line 143
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.recipientEncryptedKeys:Lorg/bouncycastle/asn1/ASN1Sequence;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo this
         0: .line 151
            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 153
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 154
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.originator:Lorg/bouncycastle/asn1/cms/OriginatorIdentifierOrKey;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 156
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.ukm:Lorg/bouncycastle/asn1/ASN1OctetString;
            ifnull 5
         4: .line 158
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.ukm:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 161
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         6: .line 162
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo.recipientEncryptedKeys:Lorg/bouncycastle/asn1/ASN1Sequence;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         7: .line 164
            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.KeyAgreeRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/cms/KeyAgreeRecipientInfo;
            1    8     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "KeyAgreeRecipientInfo.java"