Interface ZeroizableSecretKey

All Superinterfaces:
Destroyable, Key, SecretKey, Serializable

public interface ZeroizableSecretKey extends SecretKey
Interface for SecretKey's that can be explictly zeroized.

As this makes the key mutable, at the moment it only applies to MAC keys associated with key agreement schemes.

  • Method Details

    • zeroize

      void zeroize()
      Proactively zero out the key bytes.