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