CmsEnvelopedDataStreamGenerator(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 CmsEnvelopedDataStreamGenerator(
SecureRandom random
)
public:
CmsEnvelopedDataStreamGenerator(
SecureRandom^ random
)
Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator = function(random);
Parameters
- random SecureRandom
- Instance of SecureRandom to use.