|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.ssh2.signature.DSASignature
DSASignature.
Field Summary | |
private java.math.BigInteger |
r
|
private java.math.BigInteger |
s
|
Constructor Summary | |
DSASignature(java.math.BigInteger r,
java.math.BigInteger s)
|
Method Summary | |
java.math.BigInteger |
getR()
|
java.math.BigInteger |
getS()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.math.BigInteger r
private java.math.BigInteger s
Constructor Detail |
public DSASignature(java.math.BigInteger r, java.math.BigInteger s)
Method Detail |
public java.math.BigInteger getR()
public java.math.BigInteger getS()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |