OnePassSignaturePacket public class OnePassSignaturePacket : ContainedPacket Documentation Code public HashAlgorithmTag HashAlgorithm { get; } The hash algorithm tag. public PublicKeyAlgorithmTag KeyAlgorithm { get; } The encryption algorithm tag. public long KeyId { get; } public int SignatureType { get; } public OnePassSignaturePacket(int sigType, HashAlgorithmTag hashAlgorithm, PublicKeyAlgorithmTag keyAlgorithm, long keyId, bool isNested)