File tree Expand file tree Collapse file tree
src/main/java/com/apicatalog/did/key Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * Provides support for expressing {@code did:key} verification methods in JSON
33 * Web Key (JWK) format.
44 *
5- * <p>
65 * The {@code jwk} subpackage contains:
7- * </p>
86 * <ul>
97 * <li>{@link com.apicatalog.did.key.jwk.DidKeyJwkMethodProvider} – a provider
108 * that maps supported {@code did:key} codecs to JWK representations.</li>
Original file line number Diff line number Diff line change 11/**
22 * Provides support for the {@code did:key} method.
33 *
4- * <p>
54 * This package contains:
65 * <ul>
76 * <li>{@link com.apicatalog.did.key.DidKey} — an immutable representation of a
1312 * {@link com.apicatalog.did.document.DidVerificationMethod} instances from
1413 * {@link com.apicatalog.did.key.DidKey} identifiers.</li>
1514 * </ul>
16- * </p>
1715 *
1816 * @see <a href="https://w3c-ccg.github.io/did-key-spec/">DID Key Method
1917 * Specification</a>
You can’t perform that action at this time.
0 commit comments