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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_revocation_key_private_from_json(
    rev_key_priv_json: *const c_char,
    rev_key_priv_p: *mut *const c_void
) -> ErrorCode

Creates and returns revocation key private from json.

Note: Revocation registry private instance deallocation must be performed by calling indy_crypto_cl_revocation_key_private_free

Arguments

  • rev_key_priv_json - Reference that contains revocation key private json.
  • rev_key_priv_p - Reference that will contain revocation key private instance pointer