CmsSignedDataStreamGenerator Class

Definition

Namespace: Org.BouncyCastle.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class CmsSignedDataStreamGenerator : CmsSignedGenerator
Inheritance
Object    CmsSignedGenerator    CmsSignedDataStreamGenerator

Constructors

CmsSignedDataStreamGeneratorInitializes a new instance of the CmsSignedDataStreamGenerator class
CmsSignedDataStreamGenerator(SecureRandom)Constructor allowing specific source of randomness

Properties

Methods

AddAttributeCertificate
(Inherited from CmsSignedGenerator)
AddAttributeCertificates
(Inherited from CmsSignedGenerator)
AddCertificate
(Inherited from CmsSignedGenerator)
AddCertificates
(Inherited from CmsSignedGenerator)
AddCrl
(Inherited from CmsSignedGenerator)
AddCrls
(Inherited from CmsSignedGenerator)
AddDigests(IEnumerableString) 
AddDigests(String) 
AddOtherRevocationInfo
(Inherited from CmsSignedGenerator)
AddOtherRevocationInfos(IStoreOtherRevocationInfoFormat)
(Inherited from CmsSignedGenerator)
AddOtherRevocationInfos(DerObjectIdentifier, IStoreAsn1Encodable)
(Inherited from CmsSignedGenerator)
AddSigner(AsymmetricKeyParameter, X509Certificate, String) 
AddSigner(AsymmetricKeyParameter, Byte, String) 
AddSigner(AsymmetricKeyParameter, X509Certificate, String, String) 
AddSigner(AsymmetricKeyParameter, Byte, String, String) 
AddSigner(AsymmetricKeyParameter, X509Certificate, String, AttributeTable, AttributeTable) 
AddSigner(AsymmetricKeyParameter, X509Certificate, String, CmsAttributeTableGenerator, CmsAttributeTableGenerator) 
AddSigner(AsymmetricKeyParameter, Byte, String, AttributeTable, AttributeTable) 
AddSigner(AsymmetricKeyParameter, Byte, String, CmsAttributeTableGenerator, CmsAttributeTableGenerator) 
AddSigner(AsymmetricKeyParameter, X509Certificate, String, String, AttributeTable, AttributeTable) 
AddSigner(AsymmetricKeyParameter, X509Certificate, String, String, CmsAttributeTableGenerator, CmsAttributeTableGenerator) 
AddSigner(AsymmetricKeyParameter, Byte, String, String, CmsAttributeTableGenerator, CmsAttributeTableGenerator) 
AddSigners
(Inherited from CmsSignedGenerator)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAttributeSet
(Inherited from CmsSignedGenerator)
GetBaseParameters
(Inherited from CmsSignedGenerator)
GetGeneratedDigests
(Inherited from CmsSignedGenerator)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Open(Stream) 
Open(Stream, Boolean) 
Open(Stream, Boolean, Stream) 
Open(Stream, String, Boolean) 
Open(Stream, String, Boolean, Stream) 
SetBufferSize 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also