SP800SecureRandomBuilderBuildCtr Method

Definition

Namespace: Org.BouncyCastle.Crypto.Prng
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SP800SecureRandom BuildCtr(
	IBlockCipher cipher,
	int keySizeInBits,
	byte[] nonce,
	bool predictionResistant
)

Parameters

cipher  IBlockCipher
 
keySizeInBits  Int32
 
nonce  Byte
 
predictionResistant  Boolean
 

Return Value

SP800SecureRandom

See Also