Uses of Class
org.bouncycastle.crypto.asymmetric.DHValidationParameters
Packages that use DHValidationParameters
Package
Description
Keys and parameter classes for asymmetric (public/private) key algorithms.
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of DHValidationParameters in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric that return DHValidationParametersConstructors in org.bouncycastle.crypto.asymmetric with parameters of type DHValidationParametersModifierConstructorDescriptionDHDomainParameters
(BigInteger p, BigInteger q, BigInteger g, int m, int l, BigInteger j, DHValidationParameters validation) Base constructor - the full domain parameter set.DHDomainParameters
(BigInteger p, BigInteger q, BigInteger g, int l, DHValidationParameters validation) X9.42 parameters with private value length.DHDomainParameters
(BigInteger p, BigInteger q, BigInteger g, BigInteger j, DHValidationParameters validation) Standard constructor - the full X9.42 parameter set. -
Uses of DHValidationParameters in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return DHValidationParametersModifier and TypeMethodDescriptionDHDomainParameterSpec.getValidationParameters()
Return the validation parameters for the domain parameter set.Constructors in org.bouncycastle.jcajce.spec with parameters of type DHValidationParametersModifierConstructorDescriptionDHDomainParameterSpec
(BigInteger p, BigInteger q, BigInteger g, BigInteger j, int m, int l, DHValidationParameters validationParameters) Base constructor - the full domain parameter set.DHDomainParameterSpec
(BigInteger p, BigInteger q, BigInteger g, BigInteger j, int l, DHValidationParameters validationParameters) X9.42 parameters with private value length.