Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8228414

KeyStore.PrivateKeyEntry and KeyStore.SecretKeyEntry should implement Destroyable

XMLWordPrintable

      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()

            mullan Sean Mullan
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: