public class SymmetricCryptorConfigAes extends SymmetricCryptorConfig
BouncyCastle.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_AES
Cipher algorithm "AES". |
static CipherTransformation |
TRANSFORMATION_AES_GCM_NOPADDING
|
algorithmprovider| Constructor and Description |
|---|
SymmetricCryptorConfigAes(SecurityProvider provider)
The constructor.
|
SymmetricCryptorConfigAes(SecurityProvider provider,
int nonceSize)
The constructor.
|
SymmetricCryptorConfigAes(String mode,
String padding,
SecurityProvider provider,
int nonceSize)
The constructor.
|
getNonceSize, getTransformation, isCreateRandomNoncegetAlgorithmgetProviderpublic static final String ALGORITHM_AES
Cipher algorithm "AES".public static final CipherTransformation TRANSFORMATION_AES_GCM_NOPADDING
public SymmetricCryptorConfigAes(String mode, String padding, SecurityProvider provider, int nonceSize)
mode - the cipher mode.padding - the cipher padding.provider - the SecurityProvider.nonceSize - the nonce-size.public SymmetricCryptorConfigAes(SecurityProvider provider)
provider - the SecurityProvider.public SymmetricCryptorConfigAes(SecurityProvider provider, int nonceSize)
provider - the SecurityProvider.nonceSize - the nonce-size.Copyright © 2001–2019 mmm-Team. All rights reserved.