DID Operations

All Sidtree-based DID operations require DID owners to generate specific data values and cryptographic material. These operations are:

Signing

Sidetree relies on JSON Web signatures(JWS)( RFC7515arrow-up-right) 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 herearrow-up-right.

Verification

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:

Last updated