Interface SLHDSAPublicKey
- All Superinterfaces:
Key
,PublicKey
,Serializable
,SLHDSAKey
- All Known Implementing Classes:
BCSLHDSAPublicKey
-
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: seed || root.Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
Methods inherited from interface org.bouncycastle.jcajce.interfaces.SLHDSAKey
getParameterSpec
-
Method Details
-
getPublicData
byte[] getPublicData()Return the raw encoded data representing the public key: seed || root.- Returns:
- the concatenation of the seed and root values.
-