|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1Integer
com.mindbright.security.pkcs1.DSAPublicKey
public class DSAPublicKey
Represents a DSA public key.
Dss-Pub-Key ::= INTEGER -- Y
Field Summary |
---|
Fields inherited from class com.mindbright.asn1.ASN1Object |
---|
isSet, tag |
Constructor Summary | |
---|---|
DSAPublicKey()
|
|
DSAPublicKey(java.math.BigInteger y)
|
Method Summary | |
---|---|
java.math.BigInteger |
getY()
|
Methods inherited from class com.mindbright.asn1.ASN1Integer |
---|
decodeValue, encodeValue, equals, getValue, hashCode, setValue, setValue |
Methods inherited from class com.mindbright.asn1.ASN1Object |
---|
decodeValue, getTag, getType, isSet, setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSAPublicKey()
public DSAPublicKey(java.math.BigInteger y)
Method Detail |
---|
public java.math.BigInteger getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |