Uses of Interface
org.bouncycastle.crypto.OutputSigner
-
Packages that use OutputSigner Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of OutputSigner in org.bouncycastle.crypto
Subinterfaces of OutputSigner in org.bouncycastle.crypto Modifier and Type Interface Description interface
OutputSignerUsingSecureRandom<T extends Parameters>
Interface for an output signer that can make use of a SecureRandom,interface
OutputSignerWithMessageRecovery<T extends Parameters>
Interface for an output signer that also supports message recovery from the signature.Methods in org.bouncycastle.crypto that return OutputSigner Modifier and Type Method Description OutputSigner<T>
SignatureOperatorFactory. 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 OutputSigner Modifier and Type Class Description class
FipsOutputSigner<T extends Parameters>
Base class for a FIPS signature generator..class
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 OutputSigner in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputSigner Modifier and Type Method Description protected OutputSigner<EC.DSAParameters>
EC.DSAOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, EC.DSAParameters parameters)
protected OutputSigner<EdEC.Parameters>
EdEC.EdDSAOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, EdEC.Parameters parameters)
-