Liking cljdoc? Tell your friends :D

clj-pgp.keyring

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.
raw docstring

KeyRingcljprotocol

Protocol for obtaining PGP keys.

Protocol for obtaining PGP keys.

get-public-keyclj

(get-public-key this id)

Loads a public key by id.

Loads a public key by id.

get-secret-keyclj

(get-secret-key this id)

Loads a secret key by id.

Loads a secret key by id.

list-public-keysclj

(list-public-keys this)

Enumerates the available public keys.

Enumerates the available public keys.

list-secret-keysclj

(list-secret-keys this)

Enumerates the available secret keys.

Enumerates the available secret keys.
sourceraw docstring

load-public-keyringclj

(load-public-keyring source)

Loads a public keyring collection from a data source.

Loads a public keyring collection from a data source.
sourceraw docstring

load-secret-keyringclj

(load-secret-keyring source)

Loads a secret keyring collection from a data source.

Loads a secret keyring collection from a data source.
sourceraw docstring

public-keyring-collclj

(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`.
sourceraw docstring

secret-keyring-collclj

(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`.
sourceraw docstring

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

× close