|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.kernel.FullNote
This class represents a single note with all it's related information: envelope, blinding factor, RIS, ...
Constructor Summary | |
FullNote(java.math.BigInteger bigM,
java.math.BigInteger m,
java.math.BigInteger envelope,
java.math.BigInteger amount,
java.math.BigInteger k,
java.math.BigInteger[] x,
java.math.BigInteger[] y)
Creates a FullNote. |
Method Summary | |
java.math.BigInteger |
getAmount()
Returns amount, the amount of the note. |
java.math.BigInteger |
getBigM()
Returns bigM, the note. |
java.math.BigInteger |
getEnvelope()
Returns envelope, the envelope used to hide the note during the blind signature process |
java.math.BigInteger |
getK()
Returns k, the blinding factor. |
java.math.BigInteger |
getM()
Returns m, the signed hash of the note. |
java.math.BigInteger[] |
getX()
Returns x, the RIS. |
java.math.BigInteger[] |
getY()
Returns y, the hash of the RIS. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FullNote(java.math.BigInteger bigM, java.math.BigInteger m, java.math.BigInteger envelope, java.math.BigInteger amount, java.math.BigInteger k, java.math.BigInteger[] x, java.math.BigInteger[] y)
bigM
- the notem
- a signed hash of the noteenvelope
- the envelope used to hide the note during the blind
signature processamount
- the amount of the notek
- the blinding factorx
- the RISy
- the hash of the RISMethod Detail |
public java.math.BigInteger getBigM()
public java.math.BigInteger getM()
public java.math.BigInteger getEnvelope()
public java.math.BigInteger getAmount()
public java.math.BigInteger getK()
public java.math.BigInteger[] getX()
public java.math.BigInteger[] getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |