public interface ZeroizableSecretKey
extends javax.crypto.SecretKey
As this makes the key mutable, at the moment it only applies to MAC keys associated with key agreement schemes.
Modifier and Type | Method and Description |
---|---|
void |
zeroize()
Proactively zero out the key bytes.
|