Interface MLDSAPublicKey
- All Superinterfaces:
Key
,MLDSAKey
,PublicKey
,Serializable
- All Known Implementing Classes:
BCMLDSAPublicKey
-
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: rho || t1.Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
Methods inherited from interface org.bouncycastle.jcajce.interfaces.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.
-