org.gudy.bouncycastle.asn1.pkcs
Class DHParameter

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.pkcs.DHParameter
All Implemented Interfaces:
DEREncodable

public class DHParameter
extends Object
implements DEREncodable


Constructor Summary
DHParameter(ASN1Sequence seq)
           
DHParameter(BigInteger p, BigInteger g, int l)
           
 
Method Summary
 DERObject getDERObject()
           
 BigInteger getG()
           
 BigInteger getL()
           
 BigInteger getP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHParameter

public DHParameter(BigInteger p,
                   BigInteger g,
                   int l)

DHParameter

public DHParameter(ASN1Sequence seq)
Method Detail

getP

public BigInteger getP()

getG

public BigInteger getG()

getL

public BigInteger getL()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable