Class StoredKeyCallback

java.lang.Object
tigase.auth.callbacks.StoredKeyCallback
All Implemented Interfaces:
Serializable, Callback

public class StoredKeyCallback extends Object implements Callback, Serializable
See Also:
  • Constructor Details

    • StoredKeyCallback

      public StoredKeyCallback(String prompt)
  • Method Details

    • getStoredKey

      public byte[] getStoredKey()
      Returns:
      the StoredKey
    • setStoredKey

      public void setStoredKey(byte[] storedKey)
      Parameters:
      storedKey - the StoredKey to set