public interface CryptorFactory extends AbstractCryptoFactory
factory to create instances of Cryptor for
asymmetric cryptography. Please use typesafe methods newEncryptor for encryption and newDecryptor for
decryption from the according sub-interfaces instead of newEncryptorUnsafe(Key) and
newDecryptorUnsafe(Key).| Modifier and Type | Method and Description |
|---|---|
Decryptor |
newDecryptorUnsafe(Key decryptionKey)
Please use typesafe
newEncryptor method instead to avoid mistakes (passing wrong Key). |
Encryptor |
newEncryptorUnsafe(Key encryptionKey)
Please use typesafe
newDecryptor method instead to avoid mistakes (passing wrong Key). |
Copyright © 2001–2019 mmm-Team. All rights reserved.