Liking cljdoc? Tell your friends :D

hara.config.gpg


resolve-type-gpgclj

(resolve-type-gpg _ content)

resolves content to a PGP pair

(resolve-type-gpg :gpg (slurp "config/keys/test@test.com")) => (contains {:public org.bouncycastle.openpgp.PGPPublicKey :private org.bouncycastle.openpgp.PGPPrivateKey})

resolves content to a PGP pair

(resolve-type-gpg :gpg (slurp "config/keys/test@test.com"))
=> (contains {:public  org.bouncycastle.openpgp.PGPPublicKey
              :private org.bouncycastle.openpgp.PGPPrivateKey})
raw docstring

resolve-type-gpg-publicclj

(resolve-type-gpg-public _ content)

resolves content to a PGP public key

(resolve-type-gpg-public :gpg.public (slurp "config/keys/test@test.com.public")) => org.bouncycastle.openpgp.PGPPublicKey

resolves content to a PGP public key

(resolve-type-gpg-public :gpg.public (slurp "config/keys/test@test.com.public"))
=> org.bouncycastle.openpgp.PGPPublicKey
raw docstring

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

× close