Module io.github.mmm.crypto
Package io.github.mmm.crypto.crypt
-
Interface Summary Interface Description AbstractDecryptor Abstract implementation ofDecryptor
.AbstractEncryptor Abstract implementation ofEncryptor
.AbstractGetCryptorFactory<C extends CryptorFactory> Abstract interface toget
theCryptorFactory
.AbstractGetNonceSize Interface toget
the nonce size.Cryptor The abstract interface for an encryption or decryption function of an cryptographic algorithm.CryptorFactory Decryptor ExtendsCryptor
with methods specific for decryption.Encryptor ExtendsCryptor
with methods specific for encryption. -
Class Summary Class Description CipherTransformation Simple representation of aCipher
transformation
.CryptorConfig CryptorFactoryImpl The implementation ofCryptorFactory
based onCipher
.CryptorImplCipher CryptorImplCombined CryptorInputStream CryptorOutputStream DecryptorImplCipher DecryptorImplCombined EncryptedData Simple datatype as container for aencrypted data
.EncryptorImplCiper EncryptorImplCombined