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

            Assignee:
            Sean Mullan
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: