-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 11, 13
-
Component/s: security-libs
A DESCRIPTION OF THE PROBLEM :
Similar toJDK-8158689
KeyStore.PrivateKeyEntry and KeyStore.SecretKeyEntry contain a Destroyable, but do not themselves implement Destroyable.
CUSTOMER SUBMITTED WORKAROUND :
Retrieve the key and destroy it
secretKeyEntry.getSecretKey().destroy()
Similar to
KeyStore.PrivateKeyEntry and KeyStore.SecretKeyEntry contain a Destroyable, but do not themselves implement Destroyable.
CUSTOMER SUBMITTED WORKAROUND :
Retrieve the key and destroy it
secretKeyEntry.getSecretKey().destroy()
- relates to
-
JDK-8158689 java.security.KeyPair should implement Destroyable
-
- Closed
-