Add java.security.spec.PKCS8EncodedKeySpec
This commit is contained in:
parent
79a133ee13
commit
dbc766f58a
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ A preview of the next release can be installed from
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Add `java.security.KeyFactory`
|
||||
- Add `java.security.KeyFactory`, `java.security.spec.PKCS8EncodedKeySpec`
|
||||
- Fix babashka.process/exec wrt `babashka.process/*defaults*`
|
||||
- #1632: Partial fix for `(.readPassword (System/console))`
|
||||
|
||||
|
|
|
|||
|
|
@ -394,6 +394,7 @@
|
|||
java.nio.file.attribute.FileTime
|
||||
java.nio.file.attribute.PosixFilePermission
|
||||
java.nio.file.attribute.PosixFilePermissions])
|
||||
java.security.spec.PKCS8EncodedKeySpec
|
||||
java.security.MessageDigest
|
||||
java.security.DigestInputStream
|
||||
java.security.Provider
|
||||
|
|
|
|||
Loading…
Reference in a new issue