GPG.KeySig – gpgme Reference Manual
KeySig
Object Hierarchy:
GPG.KeySig
GPG.KeySig
GPG.KeySig
Description:
[
CCode
( cname =
"struct _gpgme_key_sig"
) ]
public
struct
KeySig
A signature on a UserID
Namespace:
GPG
Package:
gpgme
Content:
Fields:
public
KeySig
*
next
The next signature from the list
public
bool
revoked
public
bool
expired
public
bool
invalid
public
bool
exportable
public
PublicKeyAlgorithm
algo
public
string
keyid
public
long
timestamp
The creation timestamp. -1 = invalid, 0 = not available
public
long
expires
The expiration timestamp. 0 = key does not expire
public
Error
status
public
string
uid
public
string
name
public
string
email
public
string
comment
public
uint
sig_class
Crypto backend specific signature class
public
SigNotation
notations
2022 vala-language.org