GnuTLS.OpenPGP.Keyring – gnutls Reference Manual
Packages
gnutls
GnuTLS
OpenPGP
Keyring
create
check_id
get_crt
get_crt_count
import
Keyring
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"struct gnutls_openpgp_keyring_int"
, cprefix =
"gnutls_openpgp_keyring_"
, free_function =
"gnutls_openpgp_keyring_deinit"
) ]
public
class
Keyring
Namespace:
GnuTLS.OpenPGP
Package:
gnutls
Content:
Static methods:
public
static
Keyring
create
()
Methods:
public
int
check_id
(
uchar
* keyid,
uint
flags)
public
int
get_crt
(
uint
index,
out
Certificate
cert)
public
int
get_crt_count
()
public
int
import
(
ref
Datum
data,
CertificateFormat
format)