Uses of Interface
org.bouncycastle.crypto.OutputSignerUsingSecureRandom
Packages that use OutputSignerUsingSecureRandom
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
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of OutputSignerUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputSignerUsingSecureRandomModifier and TypeMethodDescriptionOutputSignerUsingSecureRandom.withSecureRandom
(SecureRandom random) Return a variant of this signer using the passed in random as its source of randomness. -
Uses of OutputSignerUsingSecureRandom in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputSignerUsingSecureRandomModifier and TypeClassDescriptionclass
FipsOutputSignerUsingSecureRandom<T extends Parameters>
Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process. -
Uses of OutputSignerUsingSecureRandom in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputSignerUsingSecureRandomModifier and TypeMethodDescriptionprotected OutputSignerUsingSecureRandom
<DSA.Parameters> DSA.OperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, DSA.Parameters parameters) DSTU4145.LittleEndianSignatureOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, DSTU4145.SignatureParameters parameters) DSTU4145.SignatureOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, DSTU4145.SignatureParameters parameters) ECGOST3410.SignatureOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, ECGOST3410.SignatureParameters parameters) GOST3410.SignatureOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, GOST3410.SignatureParameters parameters) protected OutputSignerUsingSecureRandom
<T> RSA.SignatureOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, T parameters)