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
randomSecureRandomInstance of
SecureRandomto use.