(deserialize encryption-key)
(serialize encryption-key)
Abstraction for managing encryption keys used for PII encryption/decryption
Abstraction for managing encryption keys used for PII encryption/decryption
(delete-key this user-id)
Delete encryption key assigned to user-id
Delete encryption key assigned to user-id
(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-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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close