@atala/prism-wallet-sdk / Exports / Domain / KeyUsage
Enumeration: KeyUsage
Domain.KeyUsage
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 = 4
Defined in
src/domain/models/keyManagement/Key.ts:18
CAPABILITY_DELEGATION_KEY
• CAPABILITY_DELEGATION_KEY = 7
Defined in
src/domain/models/keyManagement/Key.ts:21
CAPABILITY_INVOCATION_KEY
• CAPABILITY_INVOCATION_KEY = 6
Defined in
src/domain/models/keyManagement/Key.ts:20
ISSUING_KEY
• ISSUING_KEY = 2
Defined in
src/domain/models/keyManagement/Key.ts:16
KEY_AGREEMENT_KEY
• KEY_AGREEMENT_KEY = 3
Defined in
src/domain/models/keyManagement/Key.ts:17
MASTER_KEY
• MASTER_KEY = 1
Defined in
src/domain/models/keyManagement/Key.ts:15
REVOCATION_KEY
• REVOCATION_KEY = 5
Defined in
src/domain/models/keyManagement/Key.ts:19
UNKNOWN_KEY
• UNKNOWN_KEY = 0