Module io.github.mmm.crypto
Interface SymmetricCryptorFactory<K extends SecretKey>
-
- Type Parameters:
K
- type ofSecretKey
.
- All Superinterfaces:
AbstractCryptoFactory
,CryptorFactory
- All Known Implementing Classes:
PbeAccess
,SymmetricAccess
,SymmetricCryptorFactoryImpl
public interface SymmetricCryptorFactory<K extends SecretKey> extends CryptorFactory
ExtendsCryptorFactory
forsymmetric
encryption and decryption.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Decryptor
newDecryptor(K decryptionKey)
default Encryptor
newEncryptor(K encryptionKey)
-
Methods inherited from interface io.github.mmm.crypto.crypt.CryptorFactory
newDecryptorUnsafe, newEncryptorUnsafe
-
-