Bouncy Castle Cryptography 1.11 API Specification: Class DHParameter
org.bouncycastle.asn1.pkcs
Class DHParameter
java.lang.Object
|
+--org.bouncycastle.asn1.pkcs.DHParameter
- All Implemented Interfaces:
- DEREncodable
- public class DHParameter
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHParameter
public DHParameter(java.math.BigInteger p,
java.math.BigInteger g,
int l)
DHParameter
public DHParameter(DERConstructedSequence seq)
getP
public java.math.BigInteger getP()
getG
public java.math.BigInteger getG()
getL
public java.math.BigInteger getL()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject
in interface DEREncodable