Uses of Interface
org.bouncycastle.crypto.SingleBlockEncryptorUsingSecureRandom
-
Packages that use SingleBlockEncryptorUsingSecureRandom 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 SingleBlockEncryptorUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return SingleBlockEncryptorUsingSecureRandom Modifier and Type Method Description SingleBlockEncryptorUsingSecureRandom<T>
SingleBlockEncryptorUsingSecureRandom. withSecureRandom(java.security.SecureRandom random)
Return a variant of this encryptor using the passed in random as its source of randomness.
-