The CmsEnvelopedDataGenerator type exposes the following members.

Constructors

  NameDescription
Public methodCmsEnvelopedDataGenerator()()()()
Public methodCmsEnvelopedDataGenerator(SecureRandom)
Constructor allowing specific source of randomness

Methods

  NameDescription
Public methodAddKekRecipient (Inherited from CmsEnvelopedGenerator.)
Public methodAddKeyAgreementRecipient (Inherited from CmsEnvelopedGenerator.)
Public methodAddKeyTransRecipient(X509Certificate) (Inherited from CmsEnvelopedGenerator.)
Public methodAddKeyTransRecipient(AsymmetricKeyParameter, array<Byte>[]()[][]) (Inherited from CmsEnvelopedGenerator.)
Public methodAddPasswordRecipient (Inherited from CmsEnvelopedGenerator.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerate(CmsProcessable, String)
Generate an enveloped object that contains an CMS Enveloped Data object.
Public methodGenerate(CmsProcessable, String, Int32)
Generate an enveloped object that contains an CMS Enveloped Data object.
Protected methodGenerateAsn1Parameters (Inherited from CmsEnvelopedGenerator.)
Protected methodGetAlgorithmIdentifier (Inherited from CmsEnvelopedGenerator.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also