public class MLDSAAlgorithmParameterSpec extends PQAlgorithmParameterSpec
This class represents the Parameters for the ML-DSA algorithm
Modifier and Type | Field and Description |
---|---|
protected iaik.security.pq.mldsa.MLDSAParams |
params |
algorithmID
Constructor and Description |
---|
MLDSAAlgorithmParameterSpec()
Returns a MLDSAAlgorithmParameterSpec with the recommended NIST security Level.
|
MLDSAAlgorithmParameterSpec(iaik.asn1.structures.AlgorithmID algorithmID) |
MLDSAAlgorithmParameterSpec(SecurityLevel securityLevel)
Returns a MLDSAAlgorithmParameterSpec with the desired NIST security level,
and with randomized or deterministic signing.
|
public MLDSAAlgorithmParameterSpec()
public MLDSAAlgorithmParameterSpec(SecurityLevel securityLevel)
securityLevel
- NIST security level
public MLDSAAlgorithmParameterSpec(iaik.asn1.structures.AlgorithmID algorithmID) throws PQException
PQException
Copyright © 2020–2024 Stiftung SIC. All rights reserved.