com.mindbright.security.pkcs1
Class DSAPublicKey

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Integer
          extended by com.mindbright.security.pkcs1.DSAPublicKey

public class DSAPublicKey
extends ASN1Integer

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

DSAPublicKey

public DSAPublicKey()

DSAPublicKey

public DSAPublicKey(java.math.BigInteger y)
Method Detail

getY

public java.math.BigInteger getY()