Class UnlockAgentCall

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

public class UnlockAgentCall extends Object implements Serializable
a Message that tells the receiving Agent to unlock the calling Agent and contains another Object
See Also:
  • Constructor Details

    • UnlockAgentCall

      public UnlockAgentCall(Object content, String passphrase)
  • Method Details

    • getPassphrase

      public String getPassphrase()
    • getContent

      public Object getContent()