public class org.bouncycastle.asn1.cms.PasswordRecipientInfo extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.cms.PasswordRecipientInfo
  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.x509.AlgorithmIdentifier keyDerivationAlgorithm;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    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.ASN1OctetString encryptedKey;
    descriptor: Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.ASN1OctetString);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/ASN1OctetString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm
        start local 2 // org.bouncycastle.asn1.ASN1OctetString encryptedKey
         0: .line 34
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            new org.bouncycastle.asn1.ASN1Integer
            dup
            lconst_0
            invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
         2: .line 39
            aload 0 /* this */
            aload 1 /* keyEncryptionAlgorithm */
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         3: .line 40
            aload 0 /* this */
            aload 2 /* encryptedKey */
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.encryptedKey:Lorg/bouncycastle/asn1/ASN1OctetString;
         4: .line 41
            return
        end local 2 // org.bouncycastle.asn1.ASN1OctetString encryptedKey
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm
        end local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lorg/bouncycastle/asn1/cms/PasswordRecipientInfo;
            0    5     1  keyEncryptionAlgorithm  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    5     2            encryptedKey  Lorg/bouncycastle/asn1/ASN1OctetString;
    MethodParameters:
                        Name  Flags
      keyEncryptionAlgorithm  
      encryptedKey            

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.ASN1OctetString);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/ASN1OctetString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyDerivationAlgorithm
        start local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm
        start local 3 // org.bouncycastle.asn1.ASN1OctetString encryptedKey
         0: .line 43
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            new org.bouncycastle.asn1.ASN1Integer
            dup
            lconst_0
            invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
         2: .line 49
            aload 0 /* this */
            aload 1 /* keyDerivationAlgorithm */
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyDerivationAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         3: .line 50
            aload 0 /* this */
            aload 2 /* keyEncryptionAlgorithm */
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         4: .line 51
            aload 0 /* this */
            aload 3 /* encryptedKey */
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.encryptedKey:Lorg/bouncycastle/asn1/ASN1OctetString;
         5: .line 52
            return
        end local 3 // org.bouncycastle.asn1.ASN1OctetString encryptedKey
        end local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier keyDerivationAlgorithm
        end local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    6     0                    this  Lorg/bouncycastle/asn1/cms/PasswordRecipientInfo;
            0    6     1  keyDerivationAlgorithm  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    6     2  keyEncryptionAlgorithm  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    6     3            encryptedKey  Lorg/bouncycastle/asn1/ASN1OctetString;
    MethodParameters:
                        Name  Flags
      keyDerivationAlgorithm  
      keyEncryptionAlgorithm  
      encryptedKey            

  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.PasswordRecipientInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 57
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1Integer
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
         2: .line 61
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 7
         3: .line 63
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyDerivationAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         4: .line 64
            aload 0 /* this */
            aload 1 /* seq */
            iconst_2
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         5: .line 65
            aload 0 /* this */
            aload 1 /* seq */
            iconst_3
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.encryptedKey:Lorg/bouncycastle/asn1/ASN1OctetString;
         6: .line 66
            goto 9
         7: .line 69
      StackMap locals: org.bouncycastle.asn1.cms.PasswordRecipientInfo org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         8: .line 70
            aload 0 /* this */
            aload 1 /* seq */
            iconst_2
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            putfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.encryptedKey:Lorg/bouncycastle/asn1/ASN1OctetString;
         9: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/asn1/cms/PasswordRecipientInfo;
            0   10     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

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

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKeyDerivationAlgorithm();
    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.PasswordRecipientInfo this
         0: .line 126
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyDerivationAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/PasswordRecipientInfo;

  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.PasswordRecipientInfo this
         0: .line 131
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.PasswordRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/PasswordRecipientInfo;

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

  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.PasswordRecipientInfo this
         0: .line 144
            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 146
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.version:Lorg/bouncycastle/asn1/ASN1Integer;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         2: .line 148
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyDerivationAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            ifnull 4
         3: .line 150
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyDerivationAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 152
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.keyEncryptionAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 153
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.PasswordRecipientInfo.encryptedKey:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         6: .line 155
            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.PasswordRecipientInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/asn1/cms/PasswordRecipientInfo;
            1    7     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "PasswordRecipientInfo.java"