Package | Description |
---|---|
org.bouncycastle.crypto | |
org.bouncycastle.crypto.signers | |
org.bouncycastle.crypto.tls |
Modifier and Type | Interface and Description |
---|---|
interface |
DSAExt
An "extended" interface for classes implementing DSA-style algorithms, that provides access to
the group order.
|
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 dsa,
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) |
Copyright © 2020 BouncyCastle.org. All rights reserved.