Package i5.las2peer.security
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()
-
Constructor Details
-
UnlockAgentCall
public UnlockAgentCall(java.lang.Object content, java.lang.String passphrase)
-
-
Method Details
-
getPassphrase
public java.lang.String getPassphrase() -
getContent
public java.lang.Object getContent()
-