Uses of Class
org.bouncycastle.crypto.general.EC.DSAParameters
-
Packages that use EC.DSAParameters Package Description org.bouncycastle.crypto.general 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.DSAParameters Modifier and Type Field Description static EC.DSAParameters
EC. DDSA
Elliptic Curve Deterministic DSA algorithm parameter source - default is SHA-1static EC.DSAParameters
EC. DSA
Elliptic Curve DSA algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.general that return EC.DSAParameters Modifier and Type Method Description EC.DSAParameters
EC.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.DSAParameters Modifier and Type Method Description protected 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.DSAParameters Modifier and Type Method Description protected 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.DSAParameters Constructor Description KeyGenParameters(EC.DSAParameters parameters, ECDomainParameters domainParameters)
Key Generation parameters for a specific algorithm set.
-