Module io.github.mmm.crypto
Class SymmetricCryptorConfig
- java.lang.Object
-
- io.github.mmm.crypto.CryptoConfig
-
- io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
-
- io.github.mmm.crypto.crypt.CryptorConfig
-
- io.github.mmm.crypto.symmetric.crypt.SymmetricCryptorConfig
-
- All Implemented Interfaces:
CryptoAlgorithm
,AbstractGetNonceSize
- Direct Known Subclasses:
SymmetricCryptorConfigAes
public class SymmetricCryptorConfig extends CryptorConfig
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
algorithm
-
Fields inherited from class io.github.mmm.crypto.CryptoConfig
provider
-
-
Constructor Summary
Constructors Constructor Description SymmetricCryptorConfig(CipherTransformation transformation, SecurityProvider provider, int nonceSize)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.crypto.crypt.CryptorConfig
getNonceSize, getTransformation, isCreateRandomNonce
-
Methods inherited from class io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
getAlgorithm
-
Methods inherited from class io.github.mmm.crypto.CryptoConfig
getProvider
-
-
-
-
Constructor Detail
-
SymmetricCryptorConfig
public SymmetricCryptorConfig(CipherTransformation transformation, SecurityProvider provider, int nonceSize)
The constructor.- Parameters:
transformation
- thetransfomation
for theCipher
.nonceSize
- thenonce size
.provider
- theSecurityProvider
.
-
-