Uses of Interface
org.bouncycastle.crypto.OutputSignerWithMessageRecovery
Packages that use OutputSignerWithMessageRecovery
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 OutputSignerWithMessageRecovery in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputSignerWithMessageRecoveryModifier and TypeMethodDescriptionSignatureWithMessageRecoveryOperatorFactory.createSigner
(AsymmetricPrivateKey key, T parameters) Create a signer which will create signatures against data written to its output stream. -
Uses of OutputSignerWithMessageRecovery in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return OutputSignerWithMessageRecoveryModifier and TypeMethodDescriptionprotected OutputSignerWithMessageRecovery
<T> RSA.SignatureWithMessageRecoveryOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, T parameters)