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