GnuTLS.X509.PKCS7 – gnutls Reference Manual
PKCS7
Object Hierarchy:
GnuTLS.X509.PKCS7
GnuTLS.X509.PKCS7
GnuTLS.X509.PKCS7
Description:
[
Compact
]
[
CCode
( cname =
"struct gnutls_pkcs7_int"
, cprefix =
"gnutls_pkcs7_"
, free_function =
"gnutls_pkcs7_deinit"
) ]
public
class
PKCS7
Namespace:
GnuTLS.X509
Package:
gnutls
Content:
Static methods:
public
static
PKCS7
create
()
Methods:
public
int
delete_crl
(
int
index)
public
int
delete_crt
(
int
index)
public
int
export
(
CertificateFormat
format,
void
* output,
ref
size_t
output_size)
public
int
get_crl_count
()
public
int
get_crl_raw
(
int
index,
void
* crl,
ref
size_t
crl_size)
public
int
get_crt_count
()
public
int
get_crt_raw
(
int
index,
void
* certificate,
ref
size_t
certificate_size)
public
int
import
(
ref
Datum
data,
CertificateFormat
format)
public
int
set_crl
(
CRL
crl)
public
int
set_crl_raw
(
ref
Datum
crt)
public
int
set_crt
(
Certificate
crt)
public
int
set_crt_raw
(
ref
Datum
crt)
2022 vala-language.org