Uses of Interface
org.bouncycastle.crypto.OutputVerifier
-
Packages that use OutputVerifier 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 OutputVerifier in org.bouncycastle.crypto
Subinterfaces of OutputVerifier in org.bouncycastle.crypto Modifier and Type Interface Description interface
OutputVerifierWithMessageRecovery<T extends Parameters>
Interface for an output signer that also supports message recovery from the signature.Methods in org.bouncycastle.crypto that return OutputVerifier Modifier and Type Method Description OutputVerifier<T>
SignatureOperatorFactory. 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 OutputVerifier Modifier and Type Class Description class
FipsOutputVerifier<T extends Parameters>
Base class for a FIPS signature verifier. -
Uses of OutputVerifier in org.bouncycastle.crypto.general
-