Class KeyTransRecipientInfo

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class KeyTransRecipientInfo
    extends ASN1Object
    RFC 5652: Content encryption key delivery mechanisms.
     KeyTransRecipientInfo ::= SEQUENCE {
         version CMSVersion,  -- always set to 0 or 2
         rid RecipientIdentifier,
         keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
         encryptedKey EncryptedKey 
     }