JDK-8158824 : sun.security.rsa.RSAPrivateCrtKeyImpl & RSAPrivateKeyImpl should provide destroy() and isDestroyed() implementations
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2016-06-06
  • Updated: 2016-06-08
  • Resolved: 2016-06-08
Related Reports
Duplicate :  
Description
Currently they do not override the default implementations from the Destroyable interface which throw DestroyFailedException.