mailCmsEnvelopedData

The mailCmsEnvelopedData object represents data structured in the Cryptographic Message Syntax (CMS) EnvelopedData format.  This object contains the encrypted content and information that allows the protected content to be decrypted.  The syntax of the fields follow the Abstract Syntax Notation 1 (ASN.1) standard.

CMS Version is the CMS syntax version number.

Originator Info is information about the sender of the data.  It may contain a collection of certificates, and/or a collection of CRLs.

Recipient Infos is a collection of information of final recievers of the data.  The recipient contain the information to decrypt the data.

Encrypted ContentInfo is the actual encrypted content.

Unprotected Attributes is a collection of values not encrypted.

 

Properties