Package org.bouncycastle.asn1.x9
Class DHDomainParameters
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x9.DHDomainParameters
- All Implemented Interfaces:
ASN1Encodable,Encodable
Deprecated.
use DomainParameters
-
Constructor Summary
ConstructorsConstructorDescriptionDHDomainParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, DHValidationParms validationParms) Deprecated.DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, DHValidationParms validationParms) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetG()Deprecated.static DHDomainParametersgetInstance(Object obj) Deprecated.static DHDomainParametersgetInstance(ASN1TaggedObject obj, boolean explicit) Deprecated.getJ()Deprecated.getP()Deprecated.getQ()Deprecated.Deprecated.Deprecated.Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
DHDomainParameters
public DHDomainParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, DHValidationParms validationParms) Deprecated. -
DHDomainParameters
public DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, DHValidationParms validationParms) Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
getInstance
Deprecated. -
getP
Deprecated. -
getG
Deprecated. -
getQ
Deprecated. -
getJ
Deprecated. -
getValidationParms
Deprecated. -
toASN1Primitive
Deprecated.Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-