DID Operations
Last updated
Was this helpful?
Last updated
Was this helpful?
All Sidtree-based DID operations require DID owners to generate specific data values and cryptographic material. These operations are:
Create: Used to generate a side tree based DID.
Update: Used to update the state of a DID.
Recover: Used to recover a DID.
Deactivate: Used to deactivate a DID.
Sidetree relies on JSON Web signatures(JWS)( ) for authentication and integrity protections of all DID operations, except with create operations which contain key material and are self certifying. More information on key singing can be found .
Sidetree operations are only valid when the JWS can be verified with the correct key pair for the type of operation that is invoked(with the exception of the create operation). These operations and associated key pairs keys are:
must be signed by a valid Update Key Pair.
: must be signed by a valid Recovery Key Pair.
: must be signed by a valid Recovery Key Pair.