-
Type:
Sub-task
-
Resolution: Withdrawn
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: security-libs
To make destroying the privateKey object easier with java.security.KeyPair, Destroyable methods can be called directly on the KeyPair. The multi-step process of calling getPrivateKey() to call the Destroyable methods is still supported.