Blame doc/functions/gnutls_pkcs11_privkey_get_info

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_pkcs11_privkey_get_info} (gnutls_pkcs11_privkey_t @var{pkey}, gnutls_pkcs11_obj_info_t @var{itype}, void * @var{output}, size_t * @var{output_size})
Packit Service 4684c1
@var{pkey}: should contain a @code{gnutls_pkcs11_privkey_t}  type
Packit Service 4684c1
Packit Service 4684c1
@var{itype}: Denotes the type of information requested
Packit Service 4684c1
Packit Service 4684c1
@var{output}: where output will be stored
Packit Service 4684c1
Packit Service 4684c1
@var{output_size}: contains the maximum size of the output and will be overwritten with actual
Packit Service 4684c1
Packit Service 4684c1
This function will return information about the PKCS 11 private key such
Packit Service 4684c1
as the label, id as well as token information where the key is stored. When
Packit Service 4684c1
output is text it returns null terminated string although @code{output_size}  contains
Packit Service 4684c1
the size of the actual data only.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} @code{GNUTLS_E_SUCCESS}  (0) on success or a negative error code on error.
Packit Service 4684c1
@end deftypefun