The CmsSignedDataStreamGenerator type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodAddAttributeCertificates (Inherited from CmsSignedGenerator.)
Public methodAddCertificates (Inherited from CmsSignedGenerator.)
Public methodAddCrls (Inherited from CmsSignedGenerator.)
Public methodAddDigests(IEnumerable)
Public methodAddDigests(array<String>[]()[][])
Public methodAddSigner(AsymmetricKeyParameter, X509Certificate, String)
Public methodAddSigner(AsymmetricKeyParameter, array<Byte>[]()[][], String)
Public methodAddSigner(AsymmetricKeyParameter, X509Certificate, String, AttributeTable, AttributeTable)
Public methodAddSigner(AsymmetricKeyParameter, X509Certificate, String, CmsAttributeTableGenerator, CmsAttributeTableGenerator)
Public methodAddSigner(AsymmetricKeyParameter, array<Byte>[]()[][], String, AttributeTable, AttributeTable)
Public methodAddSigner(AsymmetricKeyParameter, array<Byte>[]()[][], String, CmsAttributeTableGenerator, CmsAttributeTableGenerator)
Public methodAddSigners (Inherited from CmsSignedGenerator.)
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.)
Protected methodGetAttributeSet (Inherited from CmsSignedGenerator.)
Protected methodGetBaseParameters (Inherited from CmsSignedGenerator.)
Protected methodGetEncOid (Inherited from CmsSignedGenerator.)
Public methodGetGeneratedDigests (Inherited from CmsSignedGenerator.)
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 methodOpen(Stream)
Public methodOpen(Stream, Boolean)
Public methodOpen(Stream, Boolean, Stream)
Public methodOpen(Stream, String, Boolean)
Public methodOpen(Stream, String, Boolean, Stream)
Public methodSetBufferSize
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldrand (Inherited from CmsSignedGenerator.)

See Also