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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_credential_public_key_from_json(
    credential_pub_key_json: *const c_char,
    credential_pub_key_p: *mut *const c_void
) -> ErrorCode

Creates and returns credential public key from json.

Note: Credential public key instance deallocation must be performed by calling indy_crypto_cl_credential_public_key_free

Arguments

  • credential_pub_key_json - Reference that contains credential public key json.
  • credential_pub_key_p - Reference that will contain credential public key instance pointer.