public class

DHParameter

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.pkcs.DHParameter

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
DHParameter(BigInteger p, BigInteger g, int l)
DHParameter(ASN1Sequence seq)
Public Methods
BigInteger getG()
BigInteger getL()
BigInteger getP()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

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

public DHParameter (ASN1Sequence seq)

Public Methods

public BigInteger getG ()

public BigInteger getL ()

public BigInteger getP ()

public DERObject toASN1Object ()