Class UnlockAgentCall

java.lang.Object
i5.las2peer.security.UnlockAgentCall
All Implemented Interfaces:
java.io.Serializable

public class UnlockAgentCall
extends java.lang.Object
implements java.io.Serializable
a Message that tells the receiving Agent to unlock the calling Agent and contains another Object
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UnlockAgentCall​(java.lang.Object content, java.lang.String passphrase)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getContent()  
    java.lang.String getPassphrase()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnlockAgentCall

      public UnlockAgentCall​(java.lang.Object content, java.lang.String passphrase)
  • Method Details