Uses of Interface
org.bouncycastle.crypto.OutputVerifier
Packages that use OutputVerifier
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 OutputVerifier in org.bouncycastle.crypto
Subinterfaces of OutputVerifier in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterface
OutputVerifierWithMessageRecovery<T extends Parameters>
Interface for an output signer that also supports message recovery from the signature.Methods in org.bouncycastle.crypto that return OutputVerifierModifier and TypeMethodDescriptionSignatureOperatorFactory.createVerifier
(AsymmetricPublicKey key, T parameters) Create a verifier which will verify signatures against data written to its output stream. -
Uses of OutputVerifier in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputVerifierModifier and TypeClassDescriptionclass
FipsOutputVerifier<T extends Parameters>
Base class for a FIPS signature verifier. -
Uses of OutputVerifier in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputVerifierModifier and TypeMethodDescriptionprotected OutputVerifier
<DSA.Parameters> DSA.OperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, DSA.Parameters parameters) DSTU4145.LittleEndianSignatureOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, DSTU4145.SignatureParameters parameters) DSTU4145.SignatureOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, DSTU4145.SignatureParameters parameters) protected OutputVerifier
<EC.DSAParameters> EC.DSAOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, EC.DSAParameters parameters) ECGOST3410.SignatureOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters) protected OutputVerifier
<EdEC.Parameters> EdEC.EdDSAOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, EdEC.Parameters parameters) GOST3410.SignatureOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters) RSA.SignatureOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, RSA.SignatureParameters parameters)