Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
com.sun.crypto.provider.JceKeyStore uses com.sun.crypto.provider.KeyProtector to protect access to private keys. The KeyProtector class uses a PBEKey for that purpose. Given that the short life usage in some of these keys, the JDK can better manage when internal PBEKey buffers could get discarded. PBEKeys handed to external API calls will have to rely on the Cleaner mechanism for such discards.
|