[][src]Function indy_crypto::ffi::cl::issuer::indy_crypto_cl_credential_private_key_to_json

#[no_mangle]
pub extern "C" fn indy_crypto_cl_credential_private_key_to_json(
    credential_priv_key: *const c_void,
    credential_priv_key_json_p: *mut *const c_char
) -> ErrorCode

Returns json representation of credential private key.

Arguments

  • credential_priv_key - Reference that contains credential private key instance pointer.
  • credential_pub_key_p - Reference that will contain credential private key json.