Initializes a new instance of the OnePassSignaturePacket class
Namespace: Org.BouncyCastle.Bcpg
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
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 ) |
Parameters
- sigType
- Type: System..::..Int32
- hashAlgorithm
- Type: Org.BouncyCastle.Bcpg..::..HashAlgorithmTag
- keyAlgorithm
- Type: Org.BouncyCastle.Bcpg..::..PublicKeyAlgorithmTag
- keyId
- Type: System..::..Int64
- isNested
- Type: System..::..Boolean