| 
Bouncy Castle Cryptography 1.33 | |||||||||
| 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.x509.DSAParameter
| Field Summary | 
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | 
BER, DER | 
| Constructor Summary | |
DSAParameter(ASN1Sequence seq)
 | 
|
DSAParameter(java.math.BigInteger p,
             java.math.BigInteger q,
             java.math.BigInteger g)
 | 
|
| Method Summary | |
 java.math.BigInteger | 
getG()
 | 
static DSAParameter | 
getInstance(ASN1TaggedObject obj,
            boolean explicit)
 | 
static DSAParameter | 
getInstance(java.lang.Object obj)
 | 
 java.math.BigInteger | 
getP()
 | 
 java.math.BigInteger | 
getQ()
 | 
 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 DSAParameter(java.math.BigInteger p,
                    java.math.BigInteger q,
                    java.math.BigInteger g)
public DSAParameter(ASN1Sequence seq)
| Method Detail | 
public static DSAParameter getInstance(ASN1TaggedObject obj,
                                       boolean explicit)
public static DSAParameter getInstance(java.lang.Object obj)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getG()
public DERObject toASN1Object()
toASN1Object in class ASN1Encodable
  | 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||