Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 8
-
Fix Version/s: 8
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
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 ---
Attachments
Issue Links
- 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
-