ajanta.server
Class ATP

java.lang.Object
  |
  +--ajanta.server.ATP

public class ATP
extends java.lang.Object

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
ATP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATP

public ATP()