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