public interface PrivateKey
extends java.security.PrivateKey
| Modifier and Type | Method and Description |
|---|---|
void |
destroyCriticalData()
Clears all sensitive information held about this private key from system
memory.
|
java.lang.String |
getType()
Returns the type of this private key.
|
void destroyCriticalData()
Following this call, the key can no longer be used in cryptographic operations.
java.lang.String getType()
Currently, the following private key types are supported in the Toolkit:
ConfinedPrivateKeyTokenPrivateKeyCapiPrivateKeyCapiDummyPrivateKey