-
Bug
-
Resolution: Fixed
-
P2
-
8
-
generic
-
generic
-
Verified
The API changes made in JDK8-b25 by CR 7064075 do not have a corresponding CCC request. JCK Team assumes that such changes should be CCC approved.
The changes in question are shown below (the sigtest output):
--- cut ---
Missing Methods
---------------
javax.crypto.SecretKeyFactory: method public final java.security.spec.KeySpec javax.crypto.SecretKeyFactory.getKeySpec(javax.crypto.SecretKey,java.lang.Class) throws java.security.spec.InvalidKeySpecException
javax.crypto.SecretKeyFactorySpi: method protected abstract java.security.spec.KeySpec javax.crypto.SecretKeyFactorySpi.engineGetKeySpec(javax.crypto.SecretKey,java.lang.Class) throws java.security.spec.InvalidKeySpecException
Added Methods
-------------
javax.crypto.SecretKeyFactory: method public final java.security.spec.KeySpec javax.crypto.SecretKeyFactory.getKeySpec(javax.crypto.SecretKey,java.lang.Class<?>) throws java.security.spec.InvalidKeySpecException
javax.crypto.SecretKeyFactorySpi: method protected abstract java.security.spec.KeySpec javax.crypto.SecretKeyFactorySpi.engineGetKeySpec(javax.crypto.SecretKey,java.lang.Class<?>) throws java.security.spec.InvalidKeySpecException
STATUS:Failed.4 errors
--- cut ---
The changes in question are shown below (the sigtest output):
--- cut ---
Missing Methods
---------------
javax.crypto.SecretKeyFactory: method public final java.security.spec.KeySpec javax.crypto.SecretKeyFactory.getKeySpec(javax.crypto.SecretKey,java.lang.Class) throws java.security.spec.InvalidKeySpecException
javax.crypto.SecretKeyFactorySpi: method protected abstract java.security.spec.KeySpec javax.crypto.SecretKeyFactorySpi.engineGetKeySpec(javax.crypto.SecretKey,java.lang.Class) throws java.security.spec.InvalidKeySpecException
Added Methods
-------------
javax.crypto.SecretKeyFactory: method public final java.security.spec.KeySpec javax.crypto.SecretKeyFactory.getKeySpec(javax.crypto.SecretKey,java.lang.Class<?>) throws java.security.spec.InvalidKeySpecException
javax.crypto.SecretKeyFactorySpi: method protected abstract java.security.spec.KeySpec javax.crypto.SecretKeyFactorySpi.engineGetKeySpec(javax.crypto.SecretKey,java.lang.Class<?>) throws java.security.spec.InvalidKeySpecException
STATUS:Failed.4 errors
--- cut ---
- relates to
-
JDK-8162344 The API changes made by CR 7064075 need to be reverted
- Resolved
-
JDK-7064075 Security libraries don't build with javac -Xlint:all,-deprecation -Werror
- Resolved