com.mindbright.security.publickey
Class DSAWithSHA1.DSASIG

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Sequence
              extended bycom.mindbright.security.publickey.DSAWithSHA1.DSASIG
Enclosing class:
DSAWithSHA1

public static final class DSAWithSHA1.DSASIG
extends ASN1Sequence

DSA_SIG ::= SEQUENCE { r INTEGER, s INTEGER, }


Field Summary
 ASN1Integer r
           
 ASN1Integer s
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
DSAWithSHA1.DSASIG()
           
DSAWithSHA1.DSASIG(java.math.BigInteger r, java.math.BigInteger s)
           
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
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
 

Field Detail

r

public ASN1Integer r

s

public ASN1Integer s
Constructor Detail

DSAWithSHA1.DSASIG

public DSAWithSHA1.DSASIG()

DSAWithSHA1.DSASIG

public DSAWithSHA1.DSASIG(java.math.BigInteger r,
                          java.math.BigInteger s)