(->b64 x)
Converts the input string to base64
Converts the input string to base64
(b64-> x)
Decodes from base64, returns a byte array.
Decodes from base64, returns a byte array.
Utility function that retrieves the crypto endpoint for a vault.
Utility function that retrieves the crypto endpoint for a vault.
(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.
(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.
Utility function that retrieves the mgmt endpoint for a vault.
Utility function that retrieves the mgmt endpoint for a vault.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close