More jaxax.crypto stuff (#1495)
This commit is contained in:
parent
734ca577f6
commit
c5c8086dfe
2 changed files with 5 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
insn/insn {:mvn/version "0.5.2"}
|
||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||
org.babashka/cli {:mvn/version "0.6.45"}
|
||||
org.babashka/http-client {:mvn/version "0.0.3"}}
|
||||
org.babashka/http-client {:mvn/version "0.1.4"}}
|
||||
:aliases {:babashka/dev
|
||||
{:main-opts ["-m" "babashka.main"]}
|
||||
:profile
|
||||
|
|
|
|||
|
|
@ -195,7 +195,11 @@
|
|||
java.net.http.WebSocket$Builder
|
||||
java.net.http.WebSocket$Listener
|
||||
java.security.cert.X509Certificate
|
||||
javax.crypto.Cipher
|
||||
javax.crypto.Mac
|
||||
javax.crypto.SecretKeyFactory
|
||||
javax.crypto.spec.GCMParameterSpec
|
||||
javax.crypto.spec.PBEKeySpec
|
||||
javax.crypto.spec.SecretKeySpec
|
||||
javax.net.ssl.HostnameVerifier ;; clj-http-lite
|
||||
javax.net.ssl.HttpsURLConnection ;; clj-http-lite
|
||||
|
|
|
|||
Loading…
Reference in a new issue