Interface FrodoKEMPublicKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, FrodoKEMKey, Key, PublicKey, Serializable
- All Known Implementing Classes:
BCFrodoKEMPublicKey
-
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 (seedA || b).Methods inherited from interface AsymmetricKey
getParamsMethods inherited from interface FrodoKEMKey
getParameterSpecMethods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getPublicData
byte[] getPublicData()Return the raw encoded data representing the public key (seedA || b).- Returns:
- the raw public key data.
-