K - type of SecretKey.public interface SymmetricCryptorFactory<K extends SecretKey> extends CryptorFactory
CryptorFactory for symmetric encryption and decryption.| Modifier and Type | Method and Description |
|---|---|
default Decryptor |
newDecryptor(K decryptionKey) |
default Encryptor |
newEncryptor(K encryptionKey) |
newDecryptorUnsafe, newEncryptorUnsafeCopyright © 2001–2019 mmm-Team. All rights reserved.