[][src]Module indy_crypto::ffi::cl::issuer

Modules

mocks

Functions

indy_crypto_cl_credential_key_correctness_proof_free

Deallocates credential key correctness proof instance.

indy_crypto_cl_credential_key_correctness_proof_from_json

Creates and returns credential key correctness proof from json.

indy_crypto_cl_credential_key_correctness_proof_to_json

Returns json representation of credential key correctness proof.

indy_crypto_cl_credential_private_key_free

Deallocates credential private key instance.

indy_crypto_cl_credential_private_key_from_json

Creates and returns credential private key from json.

indy_crypto_cl_credential_private_key_to_json

Returns json representation of credential private key.

indy_crypto_cl_credential_public_key_free

Deallocates credential public key instance.

indy_crypto_cl_credential_public_key_from_json

Creates and returns credential public key from json.

indy_crypto_cl_credential_public_key_to_json

Returns json representation of credential public key.

indy_crypto_cl_credential_signature_free

Deallocates credential signature signature instance.

indy_crypto_cl_credential_signature_from_json

Creates and returns credential signature from json.

indy_crypto_cl_credential_signature_to_json

Returns json representation of credential signature.

indy_crypto_cl_issuer_merge_revocation_registry_deltas
indy_crypto_cl_issuer_new_credential_def

Creates and returns credential definition (public and private keys, correctness proof) entities.

indy_crypto_cl_issuer_new_revocation_registry_def

Creates and returns revocation registries definition (public and private keys, accumulator, tails generator) entities.

indy_crypto_cl_issuer_recovery_credential

Recovery a credential by a rev_idx in a given revocation registry

indy_crypto_cl_issuer_revoke_credential

Revokes a credential by a rev_idx in a given revocation registry.

indy_crypto_cl_issuer_sign_credential

Signs credential values with primary keys only.

indy_crypto_cl_issuer_sign_credential_with_revoc

Signs credential values with both primary and revocation keys.

indy_crypto_cl_revocation_key_private_free

Deallocates revocation key private instance.

indy_crypto_cl_revocation_key_private_from_json

Creates and returns revocation key private from json.

indy_crypto_cl_revocation_key_private_to_json

Returns json representation of revocation key private.

indy_crypto_cl_revocation_key_public_free

Deallocates revocation key public instance.

indy_crypto_cl_revocation_key_public_from_json

Creates and returns revocation key public from json.

indy_crypto_cl_revocation_key_public_to_json

Returns json representation of revocation key public.

indy_crypto_cl_revocation_registry_delta_free

Deallocates revocation registry delta instance.

indy_crypto_cl_revocation_registry_delta_from_json

Creates and returns revocation registry delta from json.

indy_crypto_cl_revocation_registry_delta_to_json

Returns json representation of revocation registry delta.

indy_crypto_cl_revocation_registry_free

Deallocates revocation registry instance.

indy_crypto_cl_revocation_registry_from_json

Creates and returns revocation registry from json.

indy_crypto_cl_revocation_registry_to_json

Returns json representation of revocation registry.

indy_crypto_cl_revocation_tails_generator_free

Deallocates revocation tails generator instance.

indy_crypto_cl_revocation_tails_generator_from_json

Creates and returns revocation tails generator from json.

indy_crypto_cl_revocation_tails_generator_to_json

Returns json representation of revocation tails generator.

indy_crypto_cl_signature_correctness_proof_free

Deallocates signature correctness proof instance.

indy_crypto_cl_signature_correctness_proof_from_json

Creates and returns signature correctness proof from json.

indy_crypto_cl_signature_correctness_proof_to_json

Returns json representation of signature correctness proof.

indy_crypto_revocation_registry_delta_from_parts