Uses of Interface
org.bouncycastle.crypto.SingleBlockDecryptorUsingSecureRandom
-
Packages that use SingleBlockDecryptorUsingSecureRandom Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality. -
-
Uses of SingleBlockDecryptorUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return SingleBlockDecryptorUsingSecureRandom Modifier and Type Method Description SingleBlockDecryptorUsingSecureRandom<T>
SingleBlockDecryptorUsingSecureRandom. withSecureRandom(java.security.SecureRandom random)
Return a variant of this decryptor using the passed in random as its source of randomness.
-