Interface KeyStorePasswordProvider

    • Method Detail

      • getKeyStorePassword

        char[] getKeyStorePassword​(java.lang.String keystorePath,
                                   boolean passwordError)
        Requests password for keystore file
        Parameters:
        keystorePath - keystore file path
        passwordError - if true this is a repeated prompt due to a password use failure
        Returns:
        password or null, if not null caller will clear array when no longer needed.