[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.8.2 Private keys
An abstract gnutls_privkey_t
can be initialized
using the functions below. It can be imported through
an existing structure like gnutls_x509_privkey_t
,
but unlike public keys it cannot be exported. That is
to allow abstraction over PKCS #11 keys that
are not extractable.
In order to support cryptographic operations using an external API, the following function is provided. This allows for a simple extensibility API without resorting to PKCS #11.
This document was generated on March 23, 2012 using texi2html 5.0.