|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.pkcs.DHParameter
public class DHParameter
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
DHParameter(ASN1Sequence seq)
|
|
DHParameter(java.math.BigInteger p,
java.math.BigInteger g,
int l)
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getG()
|
java.math.BigInteger |
getL()
|
java.math.BigInteger |
getP()
|
DERObject |
toASN1Object()
|
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DHParameter(java.math.BigInteger p,
java.math.BigInteger g,
int l)
public DHParameter(ASN1Sequence seq)
| Method Detail |
|---|
public java.math.BigInteger getP()
public java.math.BigInteger getG()
public java.math.BigInteger getL()
public DERObject toASN1Object()
toASN1Object in class ASN1Encodable
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||