Uses of Class
org.bouncycastle.crypto.asymmetric.DHDomainParameters
Packages that use DHDomainParameters
Package
Description
Keys and parameter classes for asymmetric (public/private) key algorithms.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of DHDomainParameters in org.bouncycastle.crypto.asymmetric
Fields in org.bouncycastle.crypto.asymmetric declared as DHDomainParametersMethods in org.bouncycastle.crypto.asymmetric that return DHDomainParametersModifier and TypeMethodDescriptionAsymmetricDHKey.getDomainParameters()
Return the Diffie-Hellman domain parameters associated with this key.final DHDomainParameters
AsymmetricDHPrivateKey.getDomainParameters()
Return the Diffie-Hellman domain parameters associated with this key.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type DHDomainParametersModifierConstructorDescriptionAsymmetricDHPrivateKey
(Algorithm algorithm, DHDomainParameters params, BigInteger x) AsymmetricDHPublicKey
(Algorithm algorithm, DHDomainParameters params, BigInteger y) -
Uses of DHDomainParameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return DHDomainParametersModifier and TypeMethodDescriptionFipsDH.DomainParametersGenerator.generateDomainParameters()
Generate a new set of Diffie-Hellman domain parameters.FipsDH.KeyGenParameters.getDomainParameters()
Return the Diffie-Hellman domain parameters for this object.Constructors in org.bouncycastle.crypto.fips with parameters of type DHDomainParametersModifierConstructorDescriptionKeyGenParameters
(DHDomainParameters domainParameters) Constructor for the default algorithm ID.KeyGenParameters
(FipsDH.AgreementParameters parameters, DHDomainParameters domainParameters) Base constructor for specifying an algorithm ID from a parameter set.KeyGenParameters
(FipsDH.DHUAgreementParametersBuilder builder, DHDomainParameters domainParameters) Base constructor for specifying an algorithm ID from an Diffie-Hellman Unified builder.KeyGenParameters
(FipsDH.MQVAgreementParametersBuilder builder, DHDomainParameters domainParameters) Base constructor for specifying an algorithm ID from an MQV builder. -
Uses of DHDomainParameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return DHDomainParametersConstructors in org.bouncycastle.crypto.general with parameters of type DHDomainParametersModifierConstructorDescriptionKeyGenParameters
(DHDomainParameters domainParameters) Base constructor for specific domain parameters.KeyGenParameters
(ElGamal.Parameters parameters, DHDomainParameters domainParameters) Constructor for specifying the ElGamal algorithm explicitly. -
Uses of DHDomainParameters in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return DHDomainParametersModifier and TypeMethodDescriptionDHDomainParameterSpec.getDomainParameters()
Return the DHDomainParameters object we represent.Constructors in org.bouncycastle.jcajce.spec with parameters of type DHDomainParametersModifierConstructorDescriptionDHDomainParameterSpec
(DHDomainParameters domainParameters) Base constructor - use the values in an existing set of domain parameters.