Hierarchy

  • Hsm

Properties

blockchain: Blockchain

Description

Object for manipulating Bip 32 keys

connected: boolean

Description

Indicates whether the client is connected to the HSM

Default

false

connecting: boolean

Description

Indicates whether the client is connecting to the HSM

Default

false

cryptography: Cryptography

Description

Object for manipulating cryptography

key: Key

Description

Object for manipulating keys

management: Management

Description

Object for handling management

ocra: Ocra

Description

Object for handling OCRA

user: User

Description

Object for user manipulation

Methods

  • Description

    Ends the connection with the HSM

    Returns

    • Returns true if the connection was successfully terminated

    Throws

    • Throws exception if client is not connected to HSM

    Returns Promise<boolean>