Uses of Interface
org.bouncycastle.crypto.Signer
-
Packages that use Signer Package Description org.bouncycastle.crypto org.bouncycastle.crypto.io org.bouncycastle.crypto.signers org.bouncycastle.pqc.crypto -
-
Uses of Signer in org.bouncycastle.crypto
Subinterfaces of Signer in org.bouncycastle.crypto Modifier and Type Interface Description interface
SignerWithRecovery
Signer with message recovery. -
Uses of Signer in org.bouncycastle.crypto.io
Fields in org.bouncycastle.crypto.io declared as Signer Modifier and Type Field Description protected Signer
SignerInputStream. signer
protected Signer
SignerOutputStream. signer
Methods in org.bouncycastle.crypto.io that return Signer Modifier and Type Method Description Signer
SignerInputStream. getSigner()
Signer
SignerOutputStream. getSigner()
Constructors in org.bouncycastle.crypto.io with parameters of type Signer Constructor Description SignerInputStream(InputStream stream, Signer signer)
SignerOutputStream(Signer Signer)
-
Uses of Signer in org.bouncycastle.crypto.signers
Classes in org.bouncycastle.crypto.signers that implement Signer Modifier and Type Class Description class
DSADigestSigner
class
Ed25519ctxSigner
class
Ed25519phSigner
class
Ed25519Signer
class
Ed448phSigner
class
Ed448Signer
class
GenericSigner
class
ISO9796d2PSSSigner
ISO9796-2 - mechanism using a hash function with recovery (scheme 2 and 3).class
ISO9796d2Signer
ISO9796-2 - mechanism using a hash function with recovery (scheme 1)class
PSSSigner
RSA-PSS as described in PKCS# 1 v 2.1.class
RSADigestSigner
class
SM2Signer
The SM2 Digital Signature algorithm.class
X931Signer
X9.31-1998 - signing using a hash. -
Uses of Signer in org.bouncycastle.pqc.crypto
Classes in org.bouncycastle.pqc.crypto that implement Signer Modifier and Type Class Description class
DigestingMessageSigner
Implements the sign and verify functions for a Signature Scheme using a hash function to allow processing of large messages.class
DigestingStateAwareMessageSigner
Implements the sign and verify functions for a Signature Scheme using a hash function to allow processing of large messages.
-