Interface PasswordDecoder


  • @SupportedAll
    public interface PasswordDecoder
    The class PasswordDecoder is an interface that is implemented to decode password.
    • Method Detail

      • getDecodedPassword

        String getDecodedPassword​(String encodedPwd)
        Returns decoded password.
        Parameters:
        encodedPwd - encoded password
        Returns:
        decoded password, return null if couldn't decode the password.