Uses of Interface
org.bouncycastle.crypto.SingleBlockEncryptorUsingSecureRandom
Packages that use SingleBlockEncryptorUsingSecureRandom
Package
Description
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 SingleBlockEncryptorUsingSecureRandomModifier and TypeMethodDescriptionSingleBlockEncryptorUsingSecureRandom.withSecureRandom
(SecureRandom random) Return a variant of this encryptor using the passed in random as its source of randomness.