Existing SecureRandom constructor.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PgpEncryptedDataGenerator(
	SymmetricKeyAlgorithmTag encAlgorithm,
	SecureRandom rand
)
Visual Basic
Public Sub New ( _
	encAlgorithm As SymmetricKeyAlgorithmTag, _
	rand As SecureRandom _
)
Visual C++
public:
PgpEncryptedDataGenerator(
	SymmetricKeyAlgorithmTag encAlgorithm, 
	SecureRandom^ rand
)

Parameters

encAlgorithm
Type: Org.BouncyCastle.Bcpg..::..SymmetricKeyAlgorithmTag
The symmetric algorithm to use.
rand
Type: Org.BouncyCastle.Security..::..SecureRandom
Source of randomness.

See Also