|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.internet.ECashBuyerState
Represents the state of an ECashBuyer object. It contains the public key of the bank and a BuyerPurse object. Such an object is meant to be stored on a hard-disk as a backup.
ECashBuyer
,
Serialized FormConstructor Summary | |
ECashBuyerState(BuyerPurse buyerPurse,
PubKey pubKey)
Constructs an ECashBuyerState. |
Method Summary | |
BuyerPurse |
getBuyerPurse()
Returns the buyer purse. |
PubKey |
getPubKey()
Returns the public key of the bank. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECashBuyerState(BuyerPurse buyerPurse, PubKey pubKey)
buyerPurse
- the buyer pursepubKey
- the public key of the bankMethod Detail |
public BuyerPurse getBuyerPurse()
public PubKey getPubKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |