Initializes a new instance of the OnePassSignaturePacket class

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

Collapse imageSyntax

C#
public OnePassSignaturePacket(
	int sigType,
	HashAlgorithmTag hashAlgorithm,
	PublicKeyAlgorithmTag keyAlgorithm,
	long keyId,
	bool isNested
)
Visual Basic
Public Sub New ( _
	sigType As Integer, _
	hashAlgorithm As HashAlgorithmTag, _
	keyAlgorithm As PublicKeyAlgorithmTag, _
	keyId As Long, _
	isNested As Boolean _
)
Visual C++
public:
OnePassSignaturePacket(
	int sigType, 
	HashAlgorithmTag hashAlgorithm, 
	PublicKeyAlgorithmTag keyAlgorithm, 
	long long keyId, 
	bool isNested
)

Collapse imageSee Also