T - the parameters type for the decryptor's cipher.public interface SingleBlockDecryptorUsingSecureRandom<T extends Parameters> extends SingleBlockDecryptor<T>, OperatorUsingSecureRandom<SingleBlockDecryptorUsingSecureRandom<T>>
| Modifier and Type | Method and Description |
|---|---|
SingleBlockDecryptorUsingSecureRandom<T> |
withSecureRandom(java.security.SecureRandom random)
Return a variant of this decryptor using the passed in random as its source of randomness.
|
decryptBlockgetInputSize, getOutputSize, getParametersSingleBlockDecryptorUsingSecureRandom<T> withSecureRandom(java.security.SecureRandom random)
withSecureRandom in interface OperatorUsingSecureRandom<SingleBlockDecryptorUsingSecureRandom<T extends Parameters>>random - the SecureRandom to use.