|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanon.mixminion.MixminionServiceDescription
public class MixminionServiceDescription
Holder for the neseccary information to setup the Mixmion service.
Field Summary | |
---|---|
private int |
m_iRouteLen
|
private java.lang.String |
m_myEmail
|
Constructor Summary | |
---|---|
MixminionServiceDescription(int routeLen,
java.lang.String myEmail)
Constucts a new MixminionServiceDescription object. |
Method Summary | |
---|---|
java.lang.String |
getMyEmail()
|
int |
getRouteLen()
|
void |
setRouteLen(int routeLen)
Sets the number of hops for the anonymous mail. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int m_iRouteLen
private java.lang.String m_myEmail
Constructor Detail |
---|
public MixminionServiceDescription(int routeLen, java.lang.String myEmail)
routeLen
- number of hops for the anonymous mailsetRouteLen(int)
Method Detail |
---|
public int getRouteLen()
public void setRouteLen(int routeLen)
routeLen
- number of hops for the anonymous mail. This number must be <= Mixminion.MAX_ROUTE_LEN
and
>=Mixminion.MIN_ROUTE_LEN
public java.lang.String getMyEmail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |