T
- the parameters type for the signer.public interface OutputSignerUsingSecureRandom<T extends Parameters> extends OutputSigner<T>, OperatorUsingSecureRandom<OutputSignerUsingSecureRandom<T>>
Modifier and Type | Method and Description |
---|---|
OutputSignerUsingSecureRandom<T> |
withSecureRandom(java.security.SecureRandom random)
Return a variant of this signer using the passed in random as its source of randomness.
|
getParameters, getSignature, getSignature, getSigningStream
OutputSignerUsingSecureRandom<T> withSecureRandom(java.security.SecureRandom random)
withSecureRandom
in interface OperatorUsingSecureRandom<OutputSignerUsingSecureRandom<T extends Parameters>>
random
- the SecureRandom to use.