Interface UOVKey

  • All Superinterfaces:
    java.security.Key, java.io.Serializable
    All Known Implementing Classes:
    BCUOVPrivateKey, BCUOVPublicKey

    public interface UOVKey
    extends java.security.Key
    Marker interface for an Unbalanced Oil and Vinegar (UOV) key.
    • Field Summary

      • Fields inherited from interface java.security.Key

        serialVersionUID
    • Method Detail

      • getParameterSpec

        UOVParameterSpec getParameterSpec()
        Return the parameter set this key is bound to.
        Returns:
        a UOVParameterSpec naming the (security-level, encoding-variant) pair.