Class KeyAgreeRecipientIdentifier

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

public class KeyAgreeRecipientIdentifier extends ASN1Object implements ASN1Choice
RFC 5652: Content encryption key delivery mechanisms.

 KeyAgreeRecipientIdentifier ::= CHOICE {
     issuerAndSerialNumber IssuerAndSerialNumber,
     rKeyId [0] IMPLICIT RecipientKeyIdentifier }