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

  void <init>(org.bouncycastle.asn1.cms.KEKRecipientInfo, org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.cms.CMSSecureReadable, org.bouncycastle.cms.AuthAttributesProvider);
    descriptor: (Lorg/bouncycastle/asn1/cms/KEKRecipientInfo;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/cms/CMSSecureReadable;Lorg/bouncycastle/cms/AuthAttributesProvider;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.bouncycastle.cms.KEKRecipientInformation this
        start local 1 // org.bouncycastle.asn1.cms.KEKRecipientInfo info
        start local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier messageAlgorithm
        start local 3 // org.bouncycastle.cms.CMSSecureReadable secureReadable
        start local 4 // org.bouncycastle.cms.AuthAttributesProvider additionalData
         0: .line 24
            aload 0 /* this */
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.cms.KEKRecipientInfo.getKeyEncryptionAlgorithm:()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            aload 2 /* messageAlgorithm */
            aload 3 /* secureReadable */
            aload 4 /* additionalData */
            invokespecial org.bouncycastle.cms.RecipientInformation.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/cms/CMSSecureReadable;Lorg/bouncycastle/cms/AuthAttributesProvider;)V
         1: .line 26
            aload 0 /* this */
            aload 1 /* info */
            putfield org.bouncycastle.cms.KEKRecipientInformation.info:Lorg/bouncycastle/asn1/cms/KEKRecipientInfo;
         2: .line 28
            aload 1 /* info */
            invokevirtual org.bouncycastle.asn1.cms.KEKRecipientInfo.getKekid:()Lorg/bouncycastle/asn1/cms/KEKIdentifier;
            astore 5 /* kekId */
        start local 5 // org.bouncycastle.asn1.cms.KEKIdentifier kekId
         3: .line 30
            aload 0 /* this */
            new org.bouncycastle.cms.KEKRecipientId
            dup
            aload 5 /* kekId */
            invokevirtual org.bouncycastle.asn1.cms.KEKIdentifier.getKeyIdentifier:()Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.ASN1OctetString.getOctets:()[B
            invokespecial org.bouncycastle.cms.KEKRecipientId.<init>:([B)V
            putfield org.bouncycastle.cms.KEKRecipientInformation.rid:Lorg/bouncycastle/cms/RecipientId;
         4: .line 31
            return
        end local 5 // org.bouncycastle.asn1.cms.KEKIdentifier kekId
        end local 4 // org.bouncycastle.cms.AuthAttributesProvider additionalData
        end local 3 // org.bouncycastle.cms.CMSSecureReadable secureReadable
        end local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier messageAlgorithm
        end local 1 // org.bouncycastle.asn1.cms.KEKRecipientInfo info
        end local 0 // org.bouncycastle.cms.KEKRecipientInformation this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/bouncycastle/cms/KEKRecipientInformation;
            0    5     1              info  Lorg/bouncycastle/asn1/cms/KEKRecipientInfo;
            0    5     2  messageAlgorithm  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    5     3    secureReadable  Lorg/bouncycastle/cms/CMSSecureReadable;
            0    5     4    additionalData  Lorg/bouncycastle/cms/AuthAttributesProvider;
            3    5     5             kekId  Lorg/bouncycastle/asn1/cms/KEKIdentifier;
    MethodParameters:
                  Name  Flags
      info              
      messageAlgorithm  
      secureReadable    
      additionalData    

  protected org.bouncycastle.cms.RecipientOperator getRecipientOperator(org.bouncycastle.cms.Recipient);
    descriptor: (Lorg/bouncycastle/cms/Recipient;)Lorg/bouncycastle/cms/RecipientOperator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.KEKRecipientInformation this
        start local 1 // org.bouncycastle.cms.Recipient recipient
         0: .line 36
            aload 1 /* recipient */
            checkcast org.bouncycastle.cms.KEKRecipient
            aload 0 /* this */
            getfield org.bouncycastle.cms.KEKRecipientInformation.keyEncAlg:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            aload 0 /* this */
            getfield org.bouncycastle.cms.KEKRecipientInformation.messageAlgorithm:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            aload 0 /* this */
            getfield org.bouncycastle.cms.KEKRecipientInformation.info:Lorg/bouncycastle/asn1/cms/KEKRecipientInfo;
            invokevirtual org.bouncycastle.asn1.cms.KEKRecipientInfo.getEncryptedKey:()Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.ASN1OctetString.getOctets:()[B
            invokeinterface org.bouncycastle.cms.KEKRecipient.getRecipientOperator:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)Lorg/bouncycastle/cms/RecipientOperator;
            areturn
        end local 1 // org.bouncycastle.cms.Recipient recipient
        end local 0 // org.bouncycastle.cms.KEKRecipientInformation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/bouncycastle/cms/KEKRecipientInformation;
            0    1     1  recipient  Lorg/bouncycastle/cms/Recipient;
    Exceptions:
      throws org.bouncycastle.cms.CMSException, java.io.IOException
    MethodParameters:
           Name  Flags
      recipient  
}
SourceFile: "KEKRecipientInformation.java"