Uses of Interface
org.bouncycastle.crypto.OutputVerifierWithMessageRecovery
Packages that use OutputVerifierWithMessageRecovery
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of OutputVerifierWithMessageRecovery in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputVerifierWithMessageRecoveryModifier and TypeMethodDescriptionSignatureWithMessageRecoveryOperatorFactory.createVerifier
(AsymmetricPublicKey key, T parameters) Create a verifier which will verify signatures against data written to its output stream. -
Uses of OutputVerifierWithMessageRecovery in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputVerifierWithMessageRecoveryModifier and TypeMethodDescriptionprotected OutputVerifierWithMessageRecovery
<T> RSA.SignatureWithMessageRecoveryOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, RSA.SignatureParameters parameters)