Open gmulhearn opened 1 month ago
Closes #1290
Implementation of DidJwk, which pretty much identical to the style of DidKey https://github.com/hyperledger/aries-vcx/blob/main/did_core/did_methods/did_key/src/lib.rs . This provides an easy way to map from a Key into a DidJwk etc.
DidJwk
DidKey
Key
Implements a DidResolvable for did-jwk method, which utilizes the did-jwk spec
DidResolvable
FWIW, Anonyome was able to consume this successfully. including testing against processing/resolving credo openid4vc issuer did:jwk's and credo processing our holder did:jwk's (derived from Key with DidJwk)
Closes #1290
Implementation of
DidJwk
, which pretty much identical to the style ofDidKey
https://github.com/hyperledger/aries-vcx/blob/main/did_core/did_methods/did_key/src/lib.rs . This provides an easy way to map from aKey
into aDidJwk
etc.Implements a
DidResolvable
for did-jwk method, which utilizes the did-jwk spec