-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
11, 13
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
-