Interface PBEKey

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        The serial version identifier.
        See Also:
        Constant Field Values
    • Method Detail

      • getIterationCount

        int getIterationCount()
        Returns the iteration count, 0 if not specified.
        Returns:
        the iteration count, 0 if not specified.
      • getSalt

        byte[] getSalt()
        Returns a copy of the salt data or null if not specified.
        Returns:
        a copy of the salt data or null if not specified.
      • getPassword

        char[] getPassword()
        Returns a copy to the password.
        Returns:
        a copy to the password.