Interface HawkKey
- All Superinterfaces:
Key, Serializable
- All Known Implementing Classes:
BCHawkPrivateKey, BCHawkPublicKey
Marker interface implemented by Hawk public and private JCA keys; exposes
the underlying
HawkParameterSpec so callers can identify which Hawk
parameter set the key belongs to.-
Field Summary
Fields inherited from interface Key
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionReturn the parameters for this key.Methods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getParameterSpec
HawkParameterSpec getParameterSpec()Return the parameters for this key.- Returns:
- a HawkParameterSpec
-