Liking cljdoc? Tell your friends :D

monkey.oci.vault


->b64clj

(->b64 x)

Converts the input string to base64

Converts the input string to base64
sourceraw docstring

api-routeclj

(api-route opts)
source

b64->clj

(b64-> x)

Decodes from base64, returns a byte array.

Decodes from base64, returns a byte array.
sourceraw docstring

crypto-endpointclj

Utility function that retrieves the crypto endpoint for a vault.

Utility function that retrieves the crypto endpoint for a vault.
sourceraw docstring

crypto-routesclj

source

decryptclj

source

encryptclj

source

get-vaultclj

source

hostclj

source

Idclj

source

jsonclj

source

list-keysclj

source

list-vaultsclj

source

make-clientclj

(make-client conf)
source

make-crypto-clientclj

(make-crypto-client conf)

Creates a client that can be used to invoke crypto endpoints. This means first retrieving the crypto endpoint for the vault specified in the config. Alternatively, you can specify a :crypto-endpoint in the config.

Creates a client that can be used to invoke crypto endpoints.  This means first
retrieving the crypto endpoint for the vault specified in the config.  Alternatively,
you can specify a `:crypto-endpoint` in the config.
sourceraw docstring

make-mgmt-clientclj

(make-mgmt-client conf)

Creates a client that can be used to invoke vault management endpoints. This means first retrieving the management endpoint for the vault specified in the config, or using the one specified.

Creates a client that can be used to invoke vault management endpoints.  This 
means first retrieving the management endpoint for the vault specified in the config,
or using the one specified.
sourceraw docstring

mgmt-endpointclj

Utility function that retrieves the mgmt endpoint for a vault.

Utility function that retrieves the mgmt endpoint for a vault.
sourceraw docstring

mgmt-routesclj

source

paged-routeclj

(paged-route opts)
source

routesclj

source

versionclj

source

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

× close