(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})
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close