Uses of Class
org.bouncycastle.crypto.fips.FipsOutputSignerUsingSecureRandom
-
Packages that use FipsOutputSignerUsingSecureRandom Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsOutputSignerUsingSecureRandom in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsOutputSignerUsingSecureRandom Modifier and Type Method Description FipsOutputSignerUsingSecureRandom<FipsDSA.Parameters>FipsDSA.OperatorFactory. createSigner(AsymmetricPrivateKey key, FipsDSA.Parameters parameters)Return a generator of DSA signatures.FipsOutputSignerUsingSecureRandom<FipsEC.DSAParameters>FipsEC.DSAOperatorFactory. createSigner(AsymmetricPrivateKey key, FipsEC.DSAParameters parameters)Return a generator of EC DSA signatures.FipsOutputSignerUsingSecureRandom<T>FipsRSA.SignatureOperatorFactory. createSigner(AsymmetricPrivateKey key, T parameters)Return an RSA based signer.abstract FipsOutputSignerUsingSecureRandom<T>FipsOutputSignerUsingSecureRandom. withSecureRandom(java.security.SecureRandom random)
-