CmsAuthenticatedDataStreamGenerator Class

Definition

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

Constructors

CmsAuthenticatedDataStreamGeneratorInitializes a new instance of the CmsAuthenticatedDataStreamGenerator class
CmsAuthenticatedDataStreamGenerator(SecureRandom)Constructor allowing specific source of randomness

Properties

Methods

AddKekRecipient(String, KeyParameter, KekIdentifier)
(Inherited from CmsEnvelopedGenerator)
AddKekRecipient(String, KeyParameter, Byte)
(Inherited from CmsEnvelopedGenerator)
AddKeyAgreementRecipient(String, AsymmetricKeyParameter, AsymmetricKeyParameter, X509Certificate, String)
(Inherited from CmsEnvelopedGenerator)
AddKeyAgreementRecipient(String, AsymmetricKeyParameter, AsymmetricKeyParameter, Byte, AsymmetricKeyParameter, String)
(Inherited from CmsEnvelopedGenerator)
AddKeyAgreementRecipients
(Inherited from CmsEnvelopedGenerator)
AddKeyTransRecipient(X509Certificate)
(Inherited from CmsEnvelopedGenerator)
AddKeyTransRecipient(AsymmetricKeyParameter, Byte)
(Inherited from CmsEnvelopedGenerator)
AddPasswordRecipient
(Inherited from CmsEnvelopedGenerator)
AddRecipientInfoGenerator Add a generator to produce the recipient info required.
(Inherited from CmsEnvelopedGenerator)
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)
GenerateAsn1Parameters
(Inherited from CmsEnvelopedGenerator)
GetAlgorithmIdentifier
(Inherited from CmsEnvelopedGenerator)
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, String) 
Open(Stream, String, Int32) 
Open(Stream, AlgorithmIdentifier, ICipherParameters, Asn1EncodableVector) 
SetBerEncodeRecipients 
SetBufferSize 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also