Class OnePassSignaturePacket
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class OnePassSignaturePacket : ContainedPacket
- Inheritance
-
OnePassSignaturePacket
- Inherited Members
Constructors
OnePassSignaturePacket(int, HashAlgorithmTag, PublicKeyAlgorithmTag, long, bool)
public OnePassSignaturePacket(int sigType, HashAlgorithmTag hashAlgorithm, PublicKeyAlgorithmTag keyAlgorithm, long keyId, bool isNested)
Parameters
sigType
inthashAlgorithm
HashAlgorithmTagkeyAlgorithm
PublicKeyAlgorithmTagkeyId
longisNested
bool
Properties
HashAlgorithm
public HashAlgorithmTag HashAlgorithm { get; }
Property Value
KeyAlgorithm
public PublicKeyAlgorithmTag KeyAlgorithm { get; }
Property Value
KeyId
public long KeyId { get; }
Property Value
SignatureType
public int SignatureType { get; }
Property Value
Methods
Encode(BcpgOutputStream)
public override void Encode(BcpgOutputStream bcpgOut)
Parameters
bcpgOut
BcpgOutputStream