Class KEKRecipientInfo

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

public class KEKRecipientInfo extends ASN1Object
RFC 5652: Content encryption key delivery mechanisms.

 KEKRecipientInfo ::= SEQUENCE {
     version CMSVersion,  -- always set to 4
     kekid KEKIdentifier,
     keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
     encryptedKey EncryptedKey 
 }