Module io.github.mmm.crypto
Package io.github.mmm.crypto.algorithm
Class CryptoAlgorithmParameterConfig
- java.lang.Object
-
- io.github.mmm.crypto.algorithm.CryptoAlgorithmParameterConfig
-
- Direct Known Subclasses:
EllipticCurveEcJce
public abstract class CryptoAlgorithmParameterConfig extends Object
Abstract class for configuration ofAlgorithmParameterSpec
.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description CryptoAlgorithmParameterConfig()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AlgorithmParameterSpec
getAlgorithmParameters()
-
-
-
Method Detail
-
getAlgorithmParameters
public abstract AlgorithmParameterSpec getAlgorithmParameters()
- Returns:
- the
AlgorithmParameterSpec
.
-
-