Constructs a new Attester using an existing private and public key pair.
The public key for the Attester.
The private key for the Attester.
Creates a new accumulator.
A new Accumulator.
Creates an Attestation for the claim inside the AttestationRequest.
The Attestation object which should be sent to the Claimer and a Witness which can be used to revoke the attestation.
Revokes an Attestation which corresponds to the provided Witness.
An updated version of the Accumulator.
Initiates the attestation session.
A session and a message object. The message should be sent over to the Claimer.
Generates a new key pair and returns a new Attester.
An optional object containing options for the key generation.
A new Attester.
Generates a new key pair.
A newly generated key pair.
Generated using TypeDoc
The Attester can be used to create and revoke Attestations of Credentials.