Class KeyTransRecipientInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.KeyTransRecipientInfo
All Implemented Interfaces:
ASN1Encodable, Encodable

public class KeyTransRecipientInfo extends ASN1Object
RFC 5652: Content encryption key delivery mechanisms.
 KeyTransRecipientInfo ::= SEQUENCE {
     version CMSVersion,  -- always set to 0 or 2
     rid RecipientIdentifier,
     keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
     encryptedKey EncryptedKey 
 }