public abstract class CryptoAlgorithmImpl extends AbstractCryptoAlgorithmWithProvider
CryptoAlgorithm.| Modifier and Type | Field and Description |
|---|---|
private String |
algorithm |
provider| Constructor and Description |
|---|
CryptoAlgorithmImpl(String algorithm,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
getProvidercreationFailedException, creationFailedException, creationFailedException, creationFailedException, getAlgorithm, toStringprivate final String algorithm
public CryptoAlgorithmImpl(String algorithm, SecurityProvider provider)
algorithm - the algorithm.provider - the SecurityProvider.public String getAlgorithm()
Key.getAlgorithm(),
Signature.getAlgorithm(),
MessageDigest.getAlgorithm(),
SecureRandom.getAlgorithm(),
Cipher.getAlgorithm()Copyright © 2001–2019 mmm-Team. All rights reserved.