CmsSignedData Class

Definition

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

Constructors

CmsSignedData(Byte)Initializes a new instance of the CmsSignedData class
CmsSignedData(ContentInfo)Initializes a new instance of the CmsSignedData class
CmsSignedData(Stream)Initializes a new instance of the CmsSignedData class
CmsSignedData(CmsProcessable, ContentInfo)Initializes a new instance of the CmsSignedData class
CmsSignedData(CmsProcessable, Byte)Initializes a new instance of the CmsSignedData class
CmsSignedData(CmsProcessable, Stream)Initializes a new instance of the CmsSignedData class
CmsSignedData(IDictionaryString, Byte, ContentInfo)Initializes a new instance of the CmsSignedData class
CmsSignedData(IDictionaryString, Byte, Byte)Initializes a new instance of the CmsSignedData class

Properties

ContentInfo 
SignedContent 
SignedContentType Return the DerObjectIdentifier associated with the encapsulated content info structure carried in the signed data.
VersionReturn the version number for this object.

Methods

AddDigestAlgorithm(CmsSignedData, AlgorithmIdentifier) 
AddDigestAlgorithm(CmsSignedData, AlgorithmIdentifier, IDigestAlgorithmFinder) 
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)
GetAttributeCertificates 
GetCertificates 
GetCrls 
GetDigestAlgorithmIDs 
GetEncoded 
GetEncoded(String) 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetOtherRevInfos 
GetSignerInfos 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReplaceCertificatesAndCrls(CmsSignedData, IStoreX509Certificate, IStoreX509Crl) 
ReplaceCertificatesAndCrls(CmsSignedData, IStoreX509Certificate, IStoreX509Crl, IStoreX509V2AttributeCertificate) 
ReplaceCertificatesAndRevocations 
ReplaceSigners(CmsSignedData, SignerInformationStore) 
ReplaceSigners(CmsSignedData, SignerInformationStore, IDigestAlgorithmFinder) 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also