|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.kernel.FullNotesList
This class constructs a list of full notes.
Constructor Summary | |
FullNotesList(int nbEnvelope,
java.lang.String amountString,
java.lang.String id,
PubKey pubKey)
Constructs a list of full notes. |
Method Summary | |
FullNote |
get(int i)
Returns the specified full note. |
EnvelopesList |
getEnvelopesList()
Creates an envelope list from the information found in the FullNote objects, and returns it. |
java.util.Vector |
getValues()
Returns the vector containing all the FullNote objects. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FullNotesList(int nbEnvelope, java.lang.String amountString, java.lang.String id, PubKey pubKey)
nbEnvelope
- the number of envelopes (the bank will then choose
and sign one, and the other will have to be revealed)amountString
- the amount of the notes, given as a Stringid
- the identification of the client (bank account)pubKey
- the public key of the bankMethod Detail |
public FullNote get(int i)
i
- the index of the wanted full note
public java.util.Vector getValues()
public EnvelopesList getEnvelopesList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |