Package org.bouncycastle.jcajce.spec
Class MLKEMPublicKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.MLKEMPublicKeySpec
- All Implemented Interfaces:
KeySpec
PublicKeySpec for ML-DSA.
-
Constructor Summary
ConstructorsConstructorDescriptionMLKEMPublicKeySpec
(MLKEMParameterSpec params, byte[] publicData) Base constructor. -
Method Summary
-
Constructor Details
-
MLKEMPublicKeySpec
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()
-