Package | Description |
---|---|
org.spongycastle.crypto.signers |
Basic signers.
|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
org.spongycastle.jcajce.provider.asymmetric.ec | |
org.spongycastle.jcajce.provider.asymmetric.util |
Modifier and Type | Class and Description |
---|---|
class |
DSASigner
The Digital Signature Algorithm - as described in "Handbook of Applied
Cryptography", pages 452 - 453.
|
class |
ECDSASigner
EC-DSA as described in X9.62
|
class |
ECGOST3410Signer
GOST R 34.10-2001 Signature Algorithm
|
class |
ECNRSigner
EC-NR as described in IEEE 1363-2000
|
class |
GOST3410Signer
GOST R 34.10-94 Signature Algorithm
|
Modifier and Type | Field and Description |
---|---|
private DSA |
DSADigestSigner.dsaSigner |
Constructor and Description |
---|
DSADigestSigner(DSA signer,
Digest digest) |
Modifier and Type | Method and Description |
---|---|
protected DSA |
TlsECDSASigner.createDSAImpl() |
protected DSA |
TlsDSSSigner.createDSAImpl() |
protected abstract DSA |
TlsDSASigner.createDSAImpl() |
Constructor and Description |
---|
SignatureSpi(Digest digest,
DSA signer,
DSAEncoder encoder) |
Modifier and Type | Field and Description |
---|---|
protected DSA |
DSABase.signer |
Constructor and Description |
---|
DSABase(Digest digest,
DSA signer,
DSAEncoder encoder) |