Liking cljdoc? Tell your friends :D

co.gaiwan.oak.system.security-providers

Allow adding Java security providers through configuration

E.g. you might want to set BouncyCastle as the default, for FIPS Compliance.

Config keys: :java.security.provider/prepend / :java.security.provider/append. Both take a collection of strings, which are either a class name (assuming a zero-arg constructor), or className/methodName, assuming a zero-arg static method for initialization (e.g. Conscrypt)

Allow adding Java security providers through configuration

E.g. you might want to set BouncyCastle as the default, for FIPS Compliance.

Config keys: `:java.security.provider/prepend` /
`:java.security.provider/append`. Both take a collection of strings, which are
either a class name (assuming a zero-arg constructor), or
className/methodName, assuming a zero-arg static method for
initialization (e.g. Conscrypt)
raw docstring

componentclj


instantiate-providerclj

(instantiate-provider class-or-method-name)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close