Interface OutputSignerUsingSecureRandom<T extends Parameters>

Type Parameters:
T - the parameters type for the signer.
All Superinterfaces:
OperatorUsingSecureRandom<OutputSignerUsingSecureRandom<T>>, OutputSigner<T>
All Known Implementing Classes:
FipsOutputSignerUsingSecureRandom

public interface OutputSignerUsingSecureRandom<T extends Parameters> extends OutputSigner<T>, OperatorUsingSecureRandom<OutputSignerUsingSecureRandom<T>>
Interface for an output signer that can make use of a SecureRandom,