CmsAuthenticatedDataStreamGenerator(SecureRandom) Constructor
Constructor allowing specific source of randomness
Namespace: Org.BouncyCastle.CmsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public CmsAuthenticatedDataStreamGenerator(
SecureRandom random
)
public:
CmsAuthenticatedDataStreamGenerator(
SecureRandom^ random
)
Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator = function(random);
Parameters
- random SecureRandom
- Instance of SecureRandom to use.