Table of Contents

Class CmsAuthenticatedDataGenerator

Namespace
Org.BouncyCastle.Cms
Assembly
BouncyCastle.Cryptography.dll
public class CmsAuthenticatedDataGenerator : CmsAuthenticatedGenerator
Inheritance
CmsAuthenticatedDataGenerator
Inherited Members

Constructors

CmsAuthenticatedDataGenerator()

public CmsAuthenticatedDataGenerator()

CmsAuthenticatedDataGenerator(SecureRandom)

Constructor allowing specific source of randomness

public CmsAuthenticatedDataGenerator(SecureRandom random)

Parameters

random SecureRandom

Instance of SecureRandom to use.

Methods

Generate(CmsProcessable, string)

public CmsAuthenticatedData Generate(CmsProcessable content, string encryptionOid)

Parameters

content CmsProcessable
encryptionOid string

Returns

CmsAuthenticatedData