blob: bf686beb8576e200e83b6ffb2e01fd6f91f6d31d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@deftypefun {const char *} {gnutls_pkcs_schema_get_name} (unsigned int @var{schema})
@var{schema}: Holds the PKCS @code{12} or PBES2 schema (@code{gnutls_pkcs_encrypt_flags_t} )
This function will return a human readable description of the
PKCS12 or PBES2 schema.
@strong{Returns:} a constraint string or @code{NULL} on error.
@strong{Since:} 3.4.0
@end deftypefun
|