Interface MLKEMPublicKey
- All Superinterfaces:
Key
,MLKEMKey
,PublicKey
,Serializable
- All Known Implementing Classes:
BCMLKEMPublicKey
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUID
Fields 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, getFormat
Methods 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.
-