public class MLKEMPublicKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec
| Constructor and Description |
|---|
MLKEMPublicKeySpec(MLKEMParameterSpec params,
byte[] publicData)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MLKEMParameterSpec |
getParameterSpec() |
byte[] |
getPublicData() |
public MLKEMPublicKeySpec(MLKEMParameterSpec params, byte[] publicData)
params - the parameters to use with the passed in encoding.publicData - the long form encoding of the public key.public MLKEMParameterSpec getParameterSpec()
public byte[] getPublicData()