Interface UOVKey
- All Superinterfaces:
Key, Serializable
- All Known Implementing Classes:
BCUOVPrivateKey, BCUOVPublicKey
Marker interface for an Unbalanced Oil and Vinegar (UOV) key.
-
Field Summary
Fields inherited from interface Key
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionReturn the parameter set this key is bound to.Methods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getParameterSpec
UOVParameterSpec getParameterSpec()Return the parameter set this key is bound to.- Returns:
- a UOVParameterSpec naming the (security-level, encoding-variant) pair.
-