Package com.storedobject.core
Interface Secret.MasterKeyProvider
- Enclosing class:
Secret
public static interface Secret.MasterKeyProvider
Definition of the Master Key supplier. The key should be an AES key.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionGet the active key that is currently in use.Get the key that was previously active.
-
Method Details
-
getCurrentKey
SecretKey getCurrentKey()Get the active key that is currently in use.- Returns:
- Currently active key.
-
getPreviousKey
-