Package | Description |
---|---|
org.spongycastle.crypto |
Base classes for the lightweight API.
|
org.spongycastle.crypto.io |
Classes for doing "enhanced" I/O with Digests and MACs.
|
org.spongycastle.crypto.signers |
Basic signers.
|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
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(java.io.InputStream stream,
Signer signer) |
SignerOutputStream(Signer Signer) |
Modifier and Type | Class and Description |
---|---|
class |
DSADigestSigner |
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 |
Modifier and Type | Method and Description |
---|---|
Signer |
TlsSigner.createVerifyer(AsymmetricKeyParameter publicKey) |
Signer |
TlsRSASigner.createVerifyer(AsymmetricKeyParameter publicKey) |
Signer |
TlsDSASigner.createVerifyer(AsymmetricKeyParameter publicKey) |
protected Signer |
TlsDHEKeyExchange.initSigner(TlsSigner tlsSigner,
SecurityParameters securityParameters) |
protected Signer |
TlsECDHEKeyExchange.initSigner(TlsSigner tlsSigner,
SecurityParameters securityParameters) |
protected Signer |
TlsSRPKeyExchange.initSigner(TlsSigner tlsSigner,
SecurityParameters securityParameters) |