Interface HaetaeKey
- All Superinterfaces:
Key, Serializable
- All Known Implementing Classes:
BCHaetaePrivateKey, BCHaetaePublicKey
Marker interface implemented by HAETAE public and private JCA keys; exposes
the underlying
HaetaeParameterSpec so callers can identify which
HAETAE 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
HaetaeParameterSpec getParameterSpec()Return the parameters for this key.- Returns:
- a HaetaeParameterSpec
-