Uses of Class
org.bouncycastle.crypto.fips.FipsOutputSigner
Packages that use FipsOutputSigner
-
Uses of FipsOutputSigner in org.bouncycastle.crypto.fips
Subclasses of FipsOutputSigner in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionclassFipsOutputSignerUsingSecureRandom<T extends Parameters>Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process.Methods in org.bouncycastle.crypto.fips that return FipsOutputSignerModifier and TypeMethodDescriptionFipsEdEC.EdDSAOperatorFactory.createSigner(AsymmetricPrivateKey key, FipsEdEC.Parameters parameters) FipsLMS.OperatorFactory.createSigner(AsymmetricPrivateKey key, FipsLMS.Parameters parameters) abstract FipsOutputSigner<T> FipsSignatureOperatorFactory.createSigner(AsymmetricPrivateKey key, T parameters)