Uses of Class
io.github.mmm.crypto.crypt.CryptorConfig
-
-
Uses of CryptorConfig in io.github.mmm.crypto.asymmetric.crypt
Subclasses of CryptorConfig in io.github.mmm.crypto.asymmetric.crypt Modifier and Type Class Description class
AsymmetricCryptorConfig<PR extends PrivateKey,PU extends PublicKey>
-
Uses of CryptorConfig in io.github.mmm.crypto.asymmetric.crypt.ec
Subclasses of CryptorConfig in io.github.mmm.crypto.asymmetric.crypt.ec Modifier and Type Class Description class
AsymmetricCryptorConfigEcIes<PR extends ECPrivateKey,PU extends ECPublicKey>
AsymmetricCryptorConfig
for ECIES (Elliptic Curve Integrated Encryption Scheme). -
Uses of CryptorConfig in io.github.mmm.crypto.asymmetric.crypt.rsa
Subclasses of CryptorConfig in io.github.mmm.crypto.asymmetric.crypt.rsa Modifier and Type Class Description class
AsymmetricCryptorConfigRsa
-
Uses of CryptorConfig in io.github.mmm.crypto.crypt
Methods in io.github.mmm.crypto.crypt that return CryptorConfig Modifier and Type Method Description abstract CryptorConfig
CryptorFactoryImpl. getConfig()
CryptorConfig
CryptorImplCipher. getConfig()
Constructors in io.github.mmm.crypto.crypt with parameters of type CryptorConfig Constructor Description CryptorImplCipher(RandomFactory randomFactory, CryptorConfig config, Key key)
The constructor.DecryptorImplCipher(RandomFactory randomFactory, CryptorConfig config, Key key)
The constructor.EncryptorImplCiper(RandomFactory randomFactory, CryptorConfig config, Key key)
The constructor. -
Uses of CryptorConfig in io.github.mmm.crypto.symmetric.access
Methods in io.github.mmm.crypto.symmetric.access that return CryptorConfig Modifier and Type Method Description CryptorConfig
SymmetricAccess. getCryptorConfig()
Constructors in io.github.mmm.crypto.symmetric.access with parameters of type CryptorConfig Constructor Description SymmetricAccess(SymmetricKeyConfig keyConfig, CryptorConfig cryptorConfig)
The constructor. -
Uses of CryptorConfig in io.github.mmm.crypto.symmetric.crypt
Subclasses of CryptorConfig in io.github.mmm.crypto.symmetric.crypt Modifier and Type Class Description class
SymmetricCryptorConfig
-
Uses of CryptorConfig in io.github.mmm.crypto.symmetric.crypt.aes
Subclasses of CryptorConfig in io.github.mmm.crypto.symmetric.crypt.aes 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.).
-