|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.kernel.SellerPurseUnit
This class represents a single item of the SellerPurse class.
SellerPurse
,
Serialized FormConstructor Summary | |
SellerPurseUnit(Note note,
java.math.BigInteger challengeRIS,
RISPart risPart,
java.lang.String buyerNickname)
Creates a SellerPurseUnit. |
Method Summary | |
java.lang.String |
getBuyerNickname()
Returns the nickname of the buyer. |
java.math.BigInteger |
getChallengeRIS()
Returns the challenge. |
Note |
getNote()
Returns the note. |
RISPart |
getRISPart()
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 SellerPurseUnit(Note note, java.math.BigInteger challengeRIS, RISPart risPart, java.lang.String buyerNickname)
note
- the notechallengeRIS
- the challengerisPart
- the revealed part of the RISbuyerNickname
- the nickname provided by the buyer in order to
identify the origin of the paymentMethod Detail |
public Note getNote()
public java.math.BigInteger getChallengeRIS()
public RISPart getRISPart()
public java.lang.String getBuyerNickname()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |