Uses of Interface
org.bouncycastle.crypto.OutputSigner
Packages that use OutputSigner
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 OutputSigner in org.bouncycastle.crypto
Subinterfaces of OutputSigner in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceOutputSignerUsingSecureRandom<T extends Parameters>Interface for an output signer that can make use of a SecureRandom,interfaceOutputSignerWithMessageRecovery<T extends Parameters>Interface for an output signer that also supports message recovery from the signature.Methods in org.bouncycastle.crypto that return OutputSignerModifier and TypeMethodDescriptionSignatureOperatorFactory.createSigner(AsymmetricPrivateKey key, T parameters) Create a signer which will create signatures against data written to its output stream. -
Uses of OutputSigner in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputSignerModifier and TypeClassDescriptionclassFipsOutputSigner<T extends Parameters>Base class for a FIPS signature generator..classFipsOutputSignerUsingSecureRandom<T extends Parameters>Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process. -
Uses of OutputSigner in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputSignerModifier and TypeMethodDescriptionprotected OutputSigner<EC.DSAParameters> EC.DSAOperatorFactory.doCreateSigner(AsymmetricPrivateKey key, EC.DSAParameters parameters) protected OutputSigner<EdEC.Parameters> EdEC.EdDSAOperatorFactory.doCreateSigner(AsymmetricPrivateKey key, EdEC.Parameters parameters) protected OutputSigner<LMS.Parameters> LMS.OperatorFactory.doCreateSigner(AsymmetricPrivateKey key, LMS.Parameters parameters)