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
Subclasses with type arguments of type DSA.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classOperator factory for creating non-FIPS DSA based signing and verification operators.Fields in org.bouncycastle.crypto.general declared as DSA.ParametersModifier and TypeFieldDescriptionstatic final DSA.ParametersDSA.DDSAstatic final DSA.ParametersDSA.DSAMethods 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 OutputValidator<DSA.Parameters> DSA.OperatorFactory.doCreateValidator(AsymmetricPublicKey key, DSA.Parameters parameters, byte[] signature) 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 OutputValidator<DSA.Parameters> DSA.OperatorFactory.doCreateValidator(AsymmetricPublicKey key, DSA.Parameters parameters, byte[] signature) 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.