Interface MLKEMPublicKey
-
- All Superinterfaces:
java.security.Key
,MLKEMKey
,java.security.PublicKey
,java.io.Serializable
- All Known Implementing Classes:
BCMLKEMPublicKey
public interface MLKEMPublicKey extends java.security.PublicKey, MLKEMKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getPublicData()
Return the raw encoded data representing the public key: t || rho.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.MLKEMKey
getParameterSpec
-
-