KeyDIDProvider class
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
DIDManager identifier provider for did:key identifiers
This API may change without a BREAKING CHANGE notice.
Signature:
export declare class KeyDIDProvider extends AbstractIdentifierProvider
Extends: AbstractIdentifierProvider
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | (BETA) Constructs a new instance of the KeyDIDProvider class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| addKey({ identifier, key, options }, context) | (BETA) | |
| addService({ identifier, service, options }, context) | (BETA) | |
| createIdentifier({ kms, options }, context) | (BETA) | |
| deleteIdentifier(identifier, context) | (BETA) | |
| removeKey(args, context) | (BETA) | |
| removeService(args, context) | (BETA) | |
| updateIdentifier(args, context) | (BETA) |