Table of Contents

Class CmsAuthenticatedGenerator

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

Constructors

CmsAuthenticatedGenerator()

public CmsAuthenticatedGenerator()

CmsAuthenticatedGenerator(SecureRandom)

Constructor allowing specific source of randomness

public CmsAuthenticatedGenerator(SecureRandom random)

Parameters

random SecureRandom

Instance of SecureRandom to use.