[8] Code review request for 6263419: No way to clean the memory for a java.security.Key (original) (raw)
Vincent Ryan vincent.x.ryan at oracle.com
Thu Jan 17 17:04:43 UTC 2013
- Previous message (by thread): hg: jdk8/tl/langtools: 8006228: Doclint doesn't detect
{@code nested inline}
- Next message (by thread): [8] Code review request for 6263419: No way to clean the memory for a java.security.Key
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
Please review the fix for 6263419. It introduces a mechanism to destroy the sensitive data associated with private keys and secret keys. It is a component of the JEP-166 delivery.
Webrev: http://cr.openjdk.java.net/~vinnie/6263419/webrev.00/
Implementers of JCE security providers can override the default method implementations in the Destroyable interface to allow applications to take advantage of this new facility. We intend to update our key implementation classes soon.
Thanks.
- Previous message (by thread): hg: jdk8/tl/langtools: 8006228: Doclint doesn't detect
{@code nested inline}
- Next message (by thread): [8] Code review request for 6263419: No way to clean the memory for a java.security.Key
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]