Relates :
|
A DESCRIPTION OF THE PROBLEM : Similar to JDK-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()
|