Uses of Interface
io.github.mmm.crypto.crypt.Cryptor
-
Packages that use Cryptor Package Description io.github.mmm.crypto.crypt -
-
Uses of Cryptor in io.github.mmm.crypto.crypt
Subinterfaces of Cryptor in io.github.mmm.crypto.crypt Modifier and Type Interface Description interfaceAbstractDecryptorAbstract implementation ofDecryptor.interfaceAbstractEncryptorAbstract implementation ofEncryptor.interfaceDecryptorExtendsCryptorwith methods specific for decryption.interfaceEncryptorExtendsCryptorwith methods specific for encryption.Classes in io.github.mmm.crypto.crypt that implement Cryptor Modifier and Type Class Description classCryptorImplCipherclassCryptorImplCombinedclassDecryptorImplCipherclassDecryptorImplCombinedclassEncryptorImplCiperclassEncryptorImplCombinedMethods in io.github.mmm.crypto.crypt that return Cryptor Modifier and Type Method Description protected CryptorCryptorImplCombined. getLastCryptor()Constructors in io.github.mmm.crypto.crypt with parameters of type Cryptor Constructor Description CryptorImplCombined(Cryptor[] cryptors)The constructor.CryptorInputStream(Cryptor cryptor, InputStream delegate)The constructor.CryptorOutputStream(Cryptor cryptor, OutputStream delegate)The constructor.
-