Initialise the generator for signing.

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

Syntax

C#
public void InitSign(
	int sigType,
	PgpPrivateKey key,
	SecureRandom random
)
Visual Basic
Public Sub InitSign ( _
	sigType As Integer, _
	key As PgpPrivateKey, _
	random As SecureRandom _
)
Visual C++
public:
void InitSign(
	int sigType, 
	PgpPrivateKey^ key, 
	SecureRandom^ random
)

See Also