Skip to main content

@bloock/sdk / KeyProtectionLevel

Enumeration: KeyProtectionLevel

Represents the protection level of a cryptographic key.

Table of contents

Enumeration Members

Enumeration Members

HSM

HSM = 1

Indicates that the key is protected by a Hardware Security Module (HSM).

Defined in

entity/key/key_protection_level.ts:14


SOFTWARE

SOFTWARE = 0

Indicates that the key is protected by software.

Defined in

entity/key/key_protection_level.ts:10