Interface SignatureWithMessageRecoveryOperatorFactory<T extends Parameters>

Type Parameters:
T - the parameter type for the signers and verifiers we produce.
All Superinterfaces:
SignatureOperatorFactory<T>
All Known Implementing Classes:
RSA.SignatureWithMessageRecoveryOperatorFactory

public interface SignatureWithMessageRecoveryOperatorFactory<T extends Parameters> extends SignatureOperatorFactory<T>
Interface describing an operator factory that produces signers and verifiers for algorithms that support message recovery.