public abstract class CryptoAlgorithmConfig extends CryptoConfig implements CryptoAlgorithm
security algorithm together with its according
parameters.| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
provider| Constructor and Description |
|---|
CryptoAlgorithmConfig(String algorithm,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
getProviderprotected final String algorithm
getAlgorithm()public CryptoAlgorithmConfig(String algorithm, SecurityProvider provider)
public String getAlgorithm()
getAlgorithm in interface CryptoAlgorithmKey.getAlgorithm(),
Signature.getAlgorithm(),
MessageDigest.getAlgorithm(),
SecureRandom.getAlgorithm(),
Cipher.getAlgorithm()Copyright © 2001–2019 mmm-Team. All rights reserved.