Package | Description |
---|---|
org.bouncycastle.crypto.signers | |
org.bouncycastle.crypto.tls | |
org.bouncycastle.jcajce.provider.asymmetric.dsa | |
org.bouncycastle.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 |
DSTU4145Signer
DSTU 4145-2002
|
class |
ECDSASigner
EC-DSA as described in X9.62
|
class |
ECGOST3410_2012Signer
GOST R 34.10-2012 Signature Algorithm
|
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
|
Constructor and Description |
---|
DSADigestSigner(DSA signer,
Digest digest) |
Modifier and Type | Method and Description |
---|---|
protected DSA |
TlsDSSSigner.createDSAImpl(short hashAlgorithm) |
protected DSA |
TlsECDSASigner.createDSAImpl(short hashAlgorithm) |
protected abstract DSA |
TlsDSASigner.createDSAImpl(short hashAlgorithm) |
Constructor and Description |
---|
DSASigner(Digest digest,
DSA signer) |
Modifier and Type | Field and Description |
---|---|
protected DSA |
DSABase.signer |
Constructor and Description |
---|
DSABase(Digest digest,
DSA signer,
DSAEncoder encoder) |
Copyright © 2020 BouncyCastle.org. All rights reserved.