Interface FrodoKEMPublicKey
- All Superinterfaces:
FrodoKEMKey,Key,PublicKey,Serializable
- All Known Implementing Classes:
BCFrodoKEMPublicKey
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUIDFields inherited from interface java.security.PublicKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Return the raw encoded data representing the public key (seedA || b).Methods inherited from interface org.bouncycastle.jcajce.interfaces.FrodoKEMKey
getParameterSpecMethods inherited from interface java.security.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.
-