Package tigase.auth.callbacks
Class StoredKeyCallback
java.lang.Object
tigase.auth.callbacks.StoredKeyCallback
- All Implemented Interfaces:
Serializable
,Callback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StoredKeyCallback
-
-
Method Details
-
getStoredKey
public byte[] getStoredKey()- Returns:
- the StoredKey
-
setStoredKey
public void setStoredKey(byte[] storedKey) - Parameters:
storedKey
- the StoredKey to set
-