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)
(instantiate-provider class-or-method-name)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 |