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 interface
AbstractDecryptor
Abstract implementation ofDecryptor
.interface
AbstractEncryptor
Abstract implementation ofEncryptor
.interface
Decryptor
ExtendsCryptor
with methods specific for decryption.interface
Encryptor
ExtendsCryptor
with methods specific for encryption.Classes in io.github.mmm.crypto.crypt that implement Cryptor Modifier and Type Class Description class
CryptorImplCipher
class
CryptorImplCombined
class
DecryptorImplCipher
class
DecryptorImplCombined
class
EncryptorImplCiper
class
EncryptorImplCombined
Methods in io.github.mmm.crypto.crypt that return Cryptor Modifier and Type Method Description protected Cryptor
CryptorImplCombined. 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.
-