Packages
gpgme
GPG
SubKey
algo
can_authenticate
can_certify
can_encrypt
can_sign
card_number
disabled
expired
expires
fpr
invalid
is_cardkey
is_qualified
keyid
length
next
revoked
secret
timestamp
SubKey
Object Hierarchy:
GPG.SubKey
GPG.SubKey
GPG.SubKey
Description:
[
CCode
( cname =
"struct _gpgme_subkey"
) ]
public
struct
SubKey
A subkey from a Key
Namespace:
GPG
Package:
gpgme
Content:
Fields:
public
SubKey
*
next
public
bool
revoked
public
bool
expired
public
bool
disabled
public
bool
invalid
public
bool
can_encrypt
public
bool
can_sign
public
bool
can_certify
public
bool
secret
public
bool
can_authenticate
public
bool
is_qualified
public
bool
is_cardkey
public
PublicKeyAlgorithm
algo
public
uint
length
public
string
keyid
public
string
fpr
Fingerprint of the key in hex form
public
long
timestamp
The creation timestamp. -1 = invalid, 0 = not available
public
long
expires
The expiration timestamp. 0 = key does not expire
public
string
?
card_number
The serial number of the smartcard holding this key or null