Package org.passay.support


package org.passay.support
  • Class
    Description
    Common password reference implementation.
    Reference to an historical password.
    Enum to define the origin of a password.
    A salt that is concatenated as a prefix to the password data.
    Reference to another password that should be considered as part of password validation.
    Combines salt (additional external data) with a password before applying a digest algorithm to them.
    Reference to a source password.
    A salt that is concatenated as a suffix to the password data.