Uses of Interface
io.github.mmm.crypto.crypt.AbstractGetNonceSize
-
-
Uses of AbstractGetNonceSize in io.github.mmm.crypto.asymmetric.crypt
Classes in io.github.mmm.crypto.asymmetric.crypt that implement AbstractGetNonceSize Modifier and Type Class Description class
AsymmetricCryptorConfig<PR extends PrivateKey,PU extends PublicKey>
-
Uses of AbstractGetNonceSize in io.github.mmm.crypto.asymmetric.crypt.ec
Classes in io.github.mmm.crypto.asymmetric.crypt.ec that implement AbstractGetNonceSize Modifier and Type Class Description class
AsymmetricCryptorConfigEcIes<PR extends ECPrivateKey,PU extends ECPublicKey>
AsymmetricCryptorConfig
for ECIES (Elliptic Curve Integrated Encryption Scheme). -
Uses of AbstractGetNonceSize in io.github.mmm.crypto.asymmetric.crypt.rsa
Classes in io.github.mmm.crypto.asymmetric.crypt.rsa that implement AbstractGetNonceSize Modifier and Type Class Description class
AsymmetricCryptorConfigRsa
-
Uses of AbstractGetNonceSize in io.github.mmm.crypto.crypt
Subinterfaces of AbstractGetNonceSize in io.github.mmm.crypto.crypt Modifier and Type Interface Description interface
AbstractDecryptor
Abstract implementation ofDecryptor
.interface
AbstractEncryptor
Abstract implementation ofEncryptor
.interface
Cryptor
The abstract interface for an encryption or decryption function of an cryptographic algorithm.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 AbstractGetNonceSize Modifier and Type Class Description class
CryptorConfig
class
CryptorImplCipher
class
CryptorImplCombined
class
DecryptorImplCipher
class
DecryptorImplCombined
class
EncryptorImplCiper
class
EncryptorImplCombined
-
Uses of AbstractGetNonceSize in io.github.mmm.crypto.symmetric.crypt
Classes in io.github.mmm.crypto.symmetric.crypt that implement AbstractGetNonceSize Modifier and Type Class Description class
SymmetricCryptorConfig
-
Uses of AbstractGetNonceSize in io.github.mmm.crypto.symmetric.crypt.aes
Classes in io.github.mmm.crypto.symmetric.crypt.aes that implement AbstractGetNonceSize Modifier and Type Class Description class
SymmetricCryptorConfigAes
SecurityCryptorAlgorithmSymmetricConfig for AES.
Attention: JCA/JCE is buggy (creates a nonce of 12 on encryption but expects 16 bytes nonce on decryption, etc.).
-