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