|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.server.ATPTransfer
Class ATPTransfer is the message format for the actual agent transfer. It includes the encrypted agent object as well as a signature of the sender on a previously obtained nonce, to prove its identity.
Constructor Summary | |
ATPTransfer(ajanta.naming.URN s,
byte[] sig,
java.lang.Object a,
boolean e)
|
Method Summary | |
ajanta.agent.Agent |
getAgent()
return agent |
ajanta.crypto.EGCipherText |
getCryptAgent()
return elgaml cipher text of encrypted agent |
boolean |
getEncryptedFlag()
|
ajanta.naming.URN |
getServerName()
return URN of the server agent |
byte[] |
getSignature()
return byte array of the signature of agent's credential |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ATPTransfer(ajanta.naming.URN s, byte[] sig, java.lang.Object a, boolean e)
s
- URN of the server sending the agentsig
- server's signature on the previously sent noncea
- the agent itself, possibly encryptede
- true if encrypted flase otherwiseMethod Detail |
public ajanta.naming.URN getServerName()
public byte[] getSignature()
public ajanta.crypto.EGCipherText getCryptAgent()
public ajanta.agent.Agent getAgent()
public boolean getEncryptedFlag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |