com.mindbright.ssh2
Class SSH2DSS.DSASIG

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Sequence
              extended by com.mindbright.ssh2.SSH2DSS.DSASIG
Enclosing class:
SSH2DSS

public static final class SSH2DSS.DSASIG
extends ASN1Sequence


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
SSH2DSS.DSASIG()
           
SSH2DSS.DSASIG(java.math.BigInteger r, java.math.BigInteger s)
           
 
Method Summary
 
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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

r

public ASN1Integer r

s

public ASN1Integer s
Constructor Detail

SSH2DSS.DSASIG

public SSH2DSS.DSASIG()

SSH2DSS.DSASIG

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