Module io.github.mmm.crypto
Interface SymmetricKey<K extends SecretKey>
-
- Type Parameters:
K
- type ofSecretKey
.
- All Superinterfaces:
KeySet
- All Known Implementing Classes:
SymmetricKeyGeneric
public interface SymmetricKey<K extends SecretKey> extends KeySet
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description K
getKey()
default Set<Key>
getKeys()
-