Class KeyAgreeRecipientInfo

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

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

 KeyAgreeRecipientInfo ::= SEQUENCE {
     version CMSVersion,  -- always set to 3
     originator [0] EXPLICIT OriginatorIdentifierOrKey,
     ukm [1] EXPLICIT UserKeyingMaterial OPTIONAL,
     keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
     recipientEncryptedKeys RecipientEncryptedKeys 
 }

 UserKeyingMaterial ::= OCTET STRING