Skip to main content

@atala/prism-wallet-sdk / Exports / Domain / KeyUsage

Enumeration: KeyUsage

Domain.KeyUsage

Table of contents

Enumeration Members

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

Defined in

src/domain/models/keyManagement/Key.ts:14