Uses of Class
org.bouncycastle.crypto.general.EC.DSAParameters
Packages that use EC.DSAParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of EC.DSAParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as EC.DSAParametersModifier and TypeFieldDescriptionstatic final EC.DSAParameters
EC.DDSA
Elliptic Curve Deterministic DSA algorithm parameter source - default is SHA-1static final EC.DSAParameters
EC.DSA
Elliptic Curve DSA algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.general that return EC.DSAParametersModifier and TypeMethodDescriptionEC.DSAParameters.withDigestAlgorithm
(DigestAlgorithm digestAlgorithm) Return a new parameter set with for the passed in digest algorithm.Methods in org.bouncycastle.crypto.general that return types with arguments of type EC.DSAParametersModifier and TypeMethodDescriptionprotected OutputSigner
<EC.DSAParameters> EC.DSAOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, EC.DSAParameters parameters) protected OutputVerifier
<EC.DSAParameters> EC.DSAOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, EC.DSAParameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type EC.DSAParametersModifier and TypeMethodDescriptionprotected OutputSigner
<EC.DSAParameters> EC.DSAOperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, EC.DSAParameters parameters) protected OutputVerifier
<EC.DSAParameters> EC.DSAOperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, EC.DSAParameters parameters) Constructors in org.bouncycastle.crypto.general with parameters of type EC.DSAParametersModifierConstructorDescriptionKeyGenParameters
(EC.DSAParameters parameters, ECDomainParameters domainParameters) Key Generation parameters for a specific algorithm set.