Module io.github.mmm.crypto
Class SymmetricKeyGeneric<K extends SecretKey>
- java.lang.Object
-
- io.github.mmm.crypto.symmetric.key.SymmetricKeyGeneric<K>
-
- Type Parameters:
K
- type ofSecretKey
.
- All Implemented Interfaces:
KeySet
,SymmetricKey<K>
public class SymmetricKeyGeneric<K extends SecretKey> extends Object implements SymmetricKey<K>
Generic implementation ofSymmetricKey
.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SymmetricKeyGeneric(K key)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
K
getKey()
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.crypto.symmetric.key.SymmetricKey
getKeys
-
-