Namespace: Org.BouncyCastle.Crypto.Paddings
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
void Init(
	SecureRandom random
)
Visual Basic
Sub Init ( _
	random As SecureRandom _
)
Visual C++
void Init(
	SecureRandom^ random
)

See Also