Uses of Interface
org.bouncycastle.crypto.OperatorUsingSecureRandom
Packages that use OperatorUsingSecureRandom
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
-
Uses of OperatorUsingSecureRandom in org.bouncycastle.crypto
Subinterfaces of OperatorUsingSecureRandom in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterface
EncapsulatingSecretGenerator<T extends Parameters>
Interface describing an encapsulated secret generator, such as for RSA KTS.interface
KeyUnwrapperUsingSecureRandom<T extends Parameters>
Interface describing a KeyUnwrapper which also requires a SecureRandom as part of its configuration.interface
KeyWrapperUsingSecureRandom<T extends Parameters>
Interface describing a KeyWrapper which also requires a SecureRandom as part of its configuration.interface
OutputSignerUsingSecureRandom<T extends Parameters>
Interface for an output signer that can make use of a SecureRandom,interface
SingleBlockDecryptorUsingSecureRandom<T extends Parameters>
Interface for a decryptor only able to decrypt a single block of data that makes use of a SecureRandom in the process (usually for algorithmic blinding).interface
SingleBlockEncryptorUsingSecureRandom<T extends Parameters>
Interface for a encryptor only able to encrypt a single block of data that makes use of a SecureRandom in the process. -
Uses of OperatorUsingSecureRandom in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OperatorUsingSecureRandomModifier and TypeClassDescriptionclass
FipsEncapsulatingSecretGenerator<T extends FipsParameters>
Base class for the approved mode EncapsulatingSecretGenerator implementations.class
FipsKeyUnwrapperUsingSecureRandom<T extends Parameters>
Base class for the approved mode KeyUnwrapper implementations which need a SecureRandom.class
FipsKeyWrapperUsingSecureRandom<T extends Parameters>
Base class for the approved mode KeyWrapper implementations which need a SecureRandom.class
FipsOutputSignerUsingSecureRandom<T extends Parameters>
Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process.