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 TypeInterfaceDescriptioninterfaceEncapsulatingSecretGenerator<T extends Parameters>Interface describing an encapsulated secret generator, such as for RSA KTS.interfaceKeyUnwrapperUsingSecureRandom<T extends Parameters>Interface describing a KeyUnwrapper which also requires a SecureRandom as part of its configuration.interfaceKeyWrapperUsingSecureRandom<T extends Parameters>Interface describing a KeyWrapper which also requires a SecureRandom as part of its configuration.interfaceOutputSignerUsingSecureRandom<T extends Parameters>Interface for an output signer that can make use of a SecureRandom,interfaceSingleBlockDecryptorUsingSecureRandom<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).interfaceSingleBlockEncryptorUsingSecureRandom<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 TypeClassDescriptionclassFipsEncapsulatingSecretGenerator<T extends FipsParameters>Base class for the approved mode EncapsulatingSecretGenerator implementations.classFipsKeyUnwrapperUsingSecureRandom<T extends Parameters>Base class for the approved mode KeyUnwrapper implementations which need a SecureRandom.classFipsKeyWrapperUsingSecureRandom<T extends Parameters>Base class for the approved mode KeyWrapper implementations which need a SecureRandom.classFipsOutputSignerUsingSecureRandom<T extends Parameters>Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process.