@hyperledger/identus-edge-agent-sdk / Exports / Domain / Usage
Enumeration: Usage
Domain.Usage
Table of contents
Enumeration Members
- AUTHENTICATION_KEY
- CAPABILITY_DELEGATION_KEY
- CAPABILITY_INVOCATION_KEY
- ISSUING_KEY
- KEY_AGREEMENT_KEY
- MASTER_KEY
- REVOCATION_KEY
- UNKNOWN_KEY
Enumeration Members
AUTHENTICATION_KEY
• AUTHENTICATION_KEY = "authenticationKey"
Defined in
src/domain/models/keyManagement/Key.ts:183
CAPABILITY_DELEGATION_KEY
• CAPABILITY_DELEGATION_KEY = "capabilityDelegationKey"
Defined in
src/domain/models/keyManagement/Key.ts:185
CAPABILITY_INVOCATION_KEY
• CAPABILITY_INVOCATION_KEY = "capabilityInvocationKey"
Defined in
src/domain/models/keyManagement/Key.ts:186
ISSUING_KEY
• ISSUING_KEY = "issuingKey"
Defined in
src/domain/models/keyManagement/Key.ts:182
KEY_AGREEMENT_KEY
• KEY_AGREEMENT_KEY = "keyAgreementKey"
Defined in
src/domain/models/keyManagement/Key.ts:187
MASTER_KEY
• MASTER_KEY = "masterKey"
Defined in
src/domain/models/keyManagement/Key.ts:181
REVOCATION_KEY
• REVOCATION_KEY = "revocationKey"
Defined in
src/domain/models/keyManagement/Key.ts:184
UNKNOWN_KEY
• UNKNOWN_KEY = "unknownKey"