Interface UOVKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Implementing Classes:
BCUOVPrivateKey,BCUOVPublicKey
public interface UOVKey extends java.security.KeyMarker interface for an Unbalanced Oil and Vinegar (UOV) key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UOVParameterSpecgetParameterSpec()Return the parameter set this key is bound to.
-
-
-
Method Detail
-
getParameterSpec
UOVParameterSpec getParameterSpec()
Return the parameter set this key is bound to.- Returns:
- a UOVParameterSpec naming the (security-level, encoding-variant) pair.
-
-