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