Class RecipientInfo

  • All Implemented Interfaces:
    ASN1Choice, ASN1Encodable, Encodable

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

     RecipientInfo ::= CHOICE {
         ktri      KeyTransRecipientInfo,
         kari  [1] KeyAgreeRecipientInfo,
         kekri [2] KEKRecipientInfo,
         pwri  [3] PasswordRecipientInfo,
         ori   [4] OtherRecipientInfo }