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
ExtendsCryptorFactoryforsymmetricencryption 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 DecryptornewDecryptor(K decryptionKey)default EncryptornewEncryptor(K encryptionKey)- 
Methods inherited from interface io.github.mmm.crypto.crypt.CryptorFactory
newDecryptorUnsafe, newEncryptorUnsafe 
 - 
 
 -