Interface MLDSAPublicKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Key, MLDSAKey, PublicKey, Serializable
- All Known Implementing Classes:
BCMLDSAPublicKey
-
Field Summary
Fields inherited from interface Key
serialVersionUIDFields inherited from interface PublicKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Return the raw encoded data representing the public key: rho || t1.Methods inherited from interface AsymmetricKey
getParamsMethods inherited from interface Key
getAlgorithm, getEncoded, getFormatMethods inherited from interface MLDSAKey
getParameterSpec
-
Method Details
-
getPublicData
byte[] getPublicData()Return the raw encoded data representing the public key: rho || t1.- Returns:
- the concatenation of rho and t1.
-