Class RecipientEncryptedKey

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class RecipientEncryptedKey
    extends ASN1Object
    RFC 5652: Content encryption key delivery mechanisms.
     RecipientEncryptedKey ::= SEQUENCE {
         rid KeyAgreeRecipientIdentifier,
         encryptedKey EncryptedKey
     }