GPG.Signature – gpgme Reference Manual
Signature
Object Hierarchy:
GPG.Signature
GPG.Signature
GPG.Signature
Description:
[
CCode
( cname =
"struct _gpgme_signature"
) ]
public
struct
Signature
A Signature
Namespace:
GPG
Package:
gpgme
Content:
Fields:
public
Signature
*
next
The next signature in the list
public
Sigsum
summary
A summary of the signature status
public
string
fpr
Fingerprint or key ID of the signature
public
Error
status
The Error status of the signature
public
SigNotation
notations
Notation data and policy URLs
public
ulong
timestamp
Signature creation time
public
ulong
exp_timestamp
Signature expiration time or 0
public
bool
wrong_key_usage
Key should not have been used for signing
public
PKAStatus
pka_trust
PKA status
public
bool
chain_model
Validity has been verified using the chain model
public
Validity
validity
Validity
public
Error
validity_reason
Validity reason
public
PublicKeyAlgorithm
pubkey_algo
public key algorithm used to create the signature
public
HashAlgorithm
hash_algo
The hash algorithm used to create the signature
public
string
?
pka_address
The mailbox from the PKA information or null
2022 vala-language.org