Package | Description |
---|---|
org.bouncycastle.crypto.signers | |
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 - a signature algorithm for Elliptic Curve which
also offers message recovery.
|
class |
GOST3410Signer
GOST R 34.10-94 Signature Algorithm
|
Constructor and Description |
---|
DSADigestSigner(DSAExt dsa,
Digest digest,
DSAEncoding encoding) |
Constructor and Description |
---|
DSASigner(Digest digest,
DSAExt signer) |
Modifier and Type | Field and Description |
---|---|
protected DSAExt |
DSABase.signer |
Constructor and Description |
---|
DSABase(Digest digest,
DSAExt signer,
DSAEncoding encoding) |
Copyright © 2021 BouncyCastle.org. All rights reserved.