Package | Description |
---|---|
org.bouncycastle.crypto | |
org.bouncycastle.crypto.io | |
org.bouncycastle.crypto.signers | |
org.bouncycastle.pqc.crypto |
Modifier and Type | Interface and Description |
---|---|
interface |
SignerWithRecovery
Signer with message recovery.
|
Modifier and Type | Field and Description |
---|---|
protected Signer |
SignerInputStream.signer |
protected Signer |
SignerOutputStream.signer |
Modifier and Type | Method and Description |
---|---|
Signer |
SignerInputStream.getSigner() |
Signer |
SignerOutputStream.getSigner() |
Constructor and Description |
---|
SignerInputStream(InputStream stream,
Signer signer) |
SignerOutputStream(Signer Signer) |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.