Uses of Interface
org.bouncycastle.crypto.DSAExt
-
Packages that use DSAExt Package Description org.bouncycastle.crypto.signers org.bouncycastle.jcajce.provider.asymmetric.dsa org.bouncycastle.jcajce.provider.asymmetric.util -
-
Uses of DSAExt in org.bouncycastle.crypto.signers
Classes in org.bouncycastle.crypto.signers that implement DSAExt Modifier and Type Class Description class
DSASigner
The Digital Signature Algorithm - as described in "Handbook of Applied Cryptography", pages 452 - 453.class
DSTU4145Signer
DSTU 4145-2002class
ECDSASigner
EC-DSA as described in X9.62class
ECGOST3410_2012Signer
GOST R 34.10-2012 Signature Algorithmclass
ECGOST3410Signer
GOST R 34.10-2001 Signature Algorithmclass
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 AlgorithmConstructors in org.bouncycastle.crypto.signers with parameters of type DSAExt Constructor Description DSADigestSigner(DSAExt dsa, Digest digest, DSAEncoding encoding)
-
Uses of DSAExt in org.bouncycastle.jcajce.provider.asymmetric.dsa
Constructors in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type DSAExt Constructor Description DSASigner(Digest digest, DSAExt signer)
-
Uses of DSAExt in org.bouncycastle.jcajce.provider.asymmetric.util
Fields in org.bouncycastle.jcajce.provider.asymmetric.util declared as DSAExt Modifier and Type Field Description protected DSAExt
DSABase. signer
Constructors in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type DSAExt Constructor Description DSABase(Digest digest, DSAExt signer, DSAEncoding encoding)
-