Uses of Class
org.bouncycastle.crypto.general.DSA.Parameters
Packages that use DSA.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of DSA.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as DSA.ParametersModifier and TypeFieldDescriptionstatic final DSA.Parameters
DSA.DDSA
static final DSA.Parameters
DSA.DSA
Methods in org.bouncycastle.crypto.general that return DSA.ParametersModifier and TypeMethodDescriptionDSA.Parameters.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 DSA.ParametersModifier and TypeMethodDescriptionprotected OutputSignerUsingSecureRandom
<DSA.Parameters> DSA.OperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, DSA.Parameters parameters) protected OutputVerifier
<DSA.Parameters> DSA.OperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, DSA.Parameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type DSA.ParametersModifier and TypeMethodDescriptionprotected OutputSignerUsingSecureRandom
<DSA.Parameters> DSA.OperatorFactory.doCreateSigner
(AsymmetricPrivateKey key, DSA.Parameters parameters) protected OutputVerifier
<DSA.Parameters> DSA.OperatorFactory.doCreateVerifier
(AsymmetricPublicKey key, DSA.Parameters parameters) Constructors in org.bouncycastle.crypto.general with parameters of type DSA.ParametersModifierConstructorDescriptionKeyGenParameters
(DSA.Parameters parameters, DSADomainParameters domainParameters) Key Generation parameters for a specific algorithm set.