This namespace handles interactions with PGP keyrings.
Literal keyring files are directly supported, and key servers and other
stores can extend the KeyRing
protocol for further extension.
This namespace handles interactions with PGP keyrings. Literal keyring files are directly supported, and key servers and other stores can extend the `KeyRing` protocol for further extension.
Protocol for obtaining PGP keys.
Protocol for obtaining PGP keys.
(get-public-key this id)
Loads a public key by id.
Loads a public key by id.
(get-secret-key this id)
Loads a secret key by id.
Loads a secret key by id.
(list-public-keys this)
Enumerates the available public keys.
Enumerates the available public keys.
(list-secret-keys this)
Enumerates the available secret keys.
Enumerates the available secret keys.
(load-public-keyring source)
Loads a public keyring collection from a data source.
Loads a public keyring collection from a data source.
(load-secret-keyring source)
Loads a secret keyring collection from a data source.
Loads a secret keyring collection from a data source.
(public-keyring-coll)
(public-keyring-coll keyrings)
Wraps the collection of public keyrings in a PGPPublicKeyRingCollection
.
Wraps the collection of public keyrings in a `PGPPublicKeyRingCollection`.
(secret-keyring-coll)
(secret-keyring-coll keyrings)
Wraps the collection of public keyrings in a PGPPublicKeyRingCollection
.
Wraps the collection of public keyrings in a `PGPPublicKeyRingCollection`.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |