Package org.bouncycastle.jcajce.spec
Class MLDSAPublicKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.MLDSAPublicKeySpec
- All Implemented Interfaces:
KeySpec
PublicKeySpec for ML-DSA.
-
Constructor Summary
ConstructorsConstructorDescriptionMLDSAPublicKeySpec
(MLDSAParameterSpec params, byte[] publicData) Base constructor. -
Method Summary
-
Constructor Details
-
MLDSAPublicKeySpec
Base constructor.- Parameters:
params
- the parameters to use with the passed in encoding.publicData
- the long form encoding of the public key.
-
-
Method Details
-
getParameterSpec
-
getPublicData
public byte[] getPublicData()
-