Add java.security.KeyFactory
This commit is contained in:
parent
7ecd2fe59e
commit
79a133ee13
2 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,12 @@ A preview of the next release can be installed from
|
||||||
|
|
||||||
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
|
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- Add `java.security.KeyFactory`
|
||||||
|
- Fix babashka.process/exec wrt `babashka.process/*defaults*`
|
||||||
|
- #1632: Partial fix for `(.readPassword (System/console))`
|
||||||
|
|
||||||
## 1.3.185 (2023-09-28)
|
## 1.3.185 (2023-09-28)
|
||||||
|
|
||||||
- [#1624](https://github.com/babashka/babashka/pull/1624): Use Oracle GraalVM 21 ([@lispyclouds](https://github.com/lispyclouds))
|
- [#1624](https://github.com/babashka/babashka/pull/1624): Use Oracle GraalVM 21 ([@lispyclouds](https://github.com/lispyclouds))
|
||||||
|
|
|
||||||
|
|
@ -397,6 +397,7 @@
|
||||||
java.security.MessageDigest
|
java.security.MessageDigest
|
||||||
java.security.DigestInputStream
|
java.security.DigestInputStream
|
||||||
java.security.Provider
|
java.security.Provider
|
||||||
|
java.security.KeyFactory
|
||||||
java.security.KeyStore
|
java.security.KeyStore
|
||||||
java.security.SecureRandom
|
java.security.SecureRandom
|
||||||
java.security.Security
|
java.security.Security
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue