Liking cljdoc? Tell your friends :D

baskeboler.hsm.protocol


HmsProtocolcljprotocol

Protocol for Hardware Security Module (HSM) This protocol defines the operations that can be performed on the HSM The HSM is a secure device that can generate, store and manage cryptographic keys The HSM can also perform cryptographic operations such as encryption and decryption

Protocol for Hardware Security Module (HSM)
This protocol defines the operations that can be performed on the HSM
The HSM is a secure device that can generate, store and manage cryptographic keys
The HSM can also perform cryptographic operations such as encryption and decryption

decryptclj

(decrypt this kbytes data)

Decrypt data using a key in the HSM

Decrypt data using a key in the HSM

encryptclj

(encrypt this kbytes data)

Encrypt data using a key in the HSM

Encrypt data using a key in the HSM

generate-keyclj

(generate-key this)

Generate a key in the HSM

Generate a key in the HSM

import-keyclj

(import-key this key-bytes alias)

Import a key into the HSM

Import a key into the HSM

initclj

(init this)
(init this mkey)

Initialize the HSM with a master key

Initialize the HSM with a master key
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close