Class FipsOutputSignerUsingSecureRandom<T extends Parameters>

java.lang.Object
org.bouncycastle.crypto.fips.FipsOutputSigner<T>
org.bouncycastle.crypto.fips.FipsOutputSignerUsingSecureRandom<T>
Type Parameters:
T - The parameters class for this signer.
All Implemented Interfaces:
OperatorUsingSecureRandom<OutputSignerUsingSecureRandom<T>>, OutputSigner<T>, OutputSignerUsingSecureRandom<T>

public abstract class FipsOutputSignerUsingSecureRandom<T extends Parameters> extends FipsOutputSigner<T> implements OutputSignerUsingSecureRandom<T>
Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process.