Functions | |
| const ops_public_key_t * | ops_get_public_key_from_data (const ops_keydata_t *keydata) |
| Returns the public key in the given keydata. | |
| ops_boolean_t | ops_is_key_secret (const ops_keydata_t *data) |
| Check whether this is a secret key or not. | |
| const ops_secret_key_t * | ops_get_secret_key_from_data (const ops_keydata_t *data) |
| Returns the secret key in the given keydata. | |
| ops_secret_key_t * | ops_get_writable_secret_key_from_data (ops_keydata_t *data) |
| Returns the secret key in the given keydata. | |
|
|
Returns the public key in the given keydata.
|
|
|
Returns the secret key in the given keydata.
|
|
|
Returns the secret key in the given keydata.
|
1.4.6