Interface IPasswordCallback

All Known Implementing Classes:
DefaultPasswordCallback

public interface IPasswordCallback
A callback that will deliver passwords.
Author:
ralph
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    Delivers the password.
    byte[]
    Delivers the salt for encryption.
  • Method Details

    • getPassword

      char[] getPassword()
      Delivers the password.
      Returns:
      the password
    • getSalt

      byte[] getSalt()
      Delivers the salt for encryption.
      Returns:
      the salt