qcrypto_key_is_private()
Check if a key is private
Synopsis:
#include <qcrypto/qcrypto_keys.h>int qcrypto_key_is_private(qcrypto_key_t *key)Arguments:
- key
- The key handle.
Library:
libqcryptoReturns:
1 if the key is private or 0 otherwise.
Page updated:
