Liking cljdoc? Tell your friends :D

magnet.secrets-storage.core


deserializeclj

(deserialize encryption-key)
source

serializeclj

(serialize encryption-key)
source

UserEncryptionKeyStorecljprotocol

Abstraction for managing encryption keys used for PII encryption/decryption

Abstraction for managing encryption keys used for PII encryption/decryption

delete-keyclj

(delete-key this user-id)

Delete encryption key assigned to user-id

Delete encryption key assigned to user-id

get-keyclj

(get-key this user-id)

Get encryption key of the user specified by user-id

Get encryption key of the user specified by user-id

put-keyclj

(put-key this user-id encryption-key)

Put encryption key assigned to the user specified by user-id

Put encryption key assigned to the user specified by user-id
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close