Interface MLKEMPublicKey
- All Superinterfaces:
Key,MLKEMKey,PublicKey,Serializable
- All Known Implementing Classes:
BCMLKEMPublicKey
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUIDFields inherited from interface java.security.PublicKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Return the raw encoded data representing the public key: t || rho.Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormatMethods inherited from interface org.bouncycastle.jcajce.interfaces.MLKEMKey
getParameterSpec
-
Method Details
-
getPublicData
byte[] getPublicData()Return the raw encoded data representing the public key: t || rho.- Returns:
- the concatenation of t and rho.
-