Uses of Class
io.github.mmm.crypto.crypt.CipherTransformation
-
Packages that use CipherTransformation Package Description io.github.mmm.crypto.asymmetric.crypt io.github.mmm.crypto.crypt io.github.mmm.crypto.symmetric.crypt io.github.mmm.crypto.symmetric.crypt.aes -
-
Uses of CipherTransformation in io.github.mmm.crypto.asymmetric.crypt
Constructors in io.github.mmm.crypto.asymmetric.crypt with parameters of type CipherTransformation Constructor Description AsymmetricCryptorConfig(CipherTransformation transformation, int nonceSize, SecurityProvider provider)
The constructor. -
Uses of CipherTransformation in io.github.mmm.crypto.crypt
Methods in io.github.mmm.crypto.crypt that return CipherTransformation Modifier and Type Method Description CipherTransformation
CryptorConfig. getTransformation()
static CipherTransformation
CipherTransformation. of(String transformation)
Constructors in io.github.mmm.crypto.crypt with parameters of type CipherTransformation Constructor Description CryptorConfig(CipherTransformation transformation, SecurityProvider provider, int nonceSize)
The constructor. -
Uses of CipherTransformation in io.github.mmm.crypto.symmetric.crypt
Constructors in io.github.mmm.crypto.symmetric.crypt with parameters of type CipherTransformation Constructor Description SymmetricCryptorConfig(CipherTransformation transformation, SecurityProvider provider, int nonceSize)
The constructor. -
Uses of CipherTransformation in io.github.mmm.crypto.symmetric.crypt.aes
Fields in io.github.mmm.crypto.symmetric.crypt.aes declared as CipherTransformation Modifier and Type Field Description static CipherTransformation
SymmetricCryptorConfigAes. TRANSFORMATION_AES_GCM_NOPADDING
-