Package org.bouncycastle.asn1.pkcs
Class DHParameter
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.DHParameter
- All Implemented Interfaces:
ASN1Encodable
public class DHParameter extends ASN1Object
-
Constructor Summary
Constructors Constructor Description DHParameter(BigInteger p, BigInteger g, int l) -
Method Summary
Modifier and Type Method Description BigIntegergetG()static DHParametergetInstance(Object obj)BigIntegergetL()BigIntegergetP()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
DHParameter
-
-
Method Details
-
getInstance
-
getP
-
getG
-
getL
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-