|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.kernel.UsedNote
This class represents a single item of the UsedNotesList class.
UsedNotesList
,
Serialized FormConstructor Summary | |
UsedNote(java.math.BigInteger bigM,
java.math.BigInteger[] xRevealed)
Creates a UsedNote. |
Method Summary | |
java.math.BigInteger |
getBigM()
Returns the note. |
java.math.BigInteger[] |
getX()
Returns the revealed part of the RIS. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UsedNote(java.math.BigInteger bigM, java.math.BigInteger[] xRevealed)
bigM
- the notexRevealed
- the revealed RIS that the seller got during the
transaction with the buyerMethod Detail |
public java.math.BigInteger getBigM()
public java.math.BigInteger[] getX()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |