Class MLDSAParameters
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.mldsa.MLDSAParameters
-
@Deprecated public class MLDSAParameters extends java.lang.ObjectDeprecated.use org.bouncycastle.crypto.params.MLDSAParameters
-
-
Field Summary
Fields Modifier and Type Field Description static MLDSAParametersml_dsa_44Deprecated.static MLDSAParametersml_dsa_44_with_sha512Deprecated.static MLDSAParametersml_dsa_65Deprecated.static MLDSAParametersml_dsa_65_with_sha512Deprecated.static MLDSAParametersml_dsa_87Deprecated.static MLDSAParametersml_dsa_87_with_sha512Deprecated.static intTYPE_PUREDeprecated.static intTYPE_SHA2_512Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.intgetType()Deprecated.booleanisPreHash()Deprecated.
-
-
-
Field Detail
-
TYPE_PURE
public static final int TYPE_PURE
Deprecated.- See Also:
- Constant Field Values
-
TYPE_SHA2_512
public static final int TYPE_SHA2_512
Deprecated.- See Also:
- Constant Field Values
-
ml_dsa_44
public static final MLDSAParameters ml_dsa_44
Deprecated.
-
ml_dsa_65
public static final MLDSAParameters ml_dsa_65
Deprecated.
-
ml_dsa_87
public static final MLDSAParameters ml_dsa_87
Deprecated.
-
ml_dsa_44_with_sha512
public static final MLDSAParameters ml_dsa_44_with_sha512
Deprecated.
-
ml_dsa_65_with_sha512
public static final MLDSAParameters ml_dsa_65_with_sha512
Deprecated.
-
ml_dsa_87_with_sha512
public static final MLDSAParameters ml_dsa_87_with_sha512
Deprecated.
-
-