Class AbstractSrpAuthenticationPluginSpi

    • Constructor Detail

      • AbstractSrpAuthenticationPluginSpi

        protected AbstractSrpAuthenticationPluginSpi​(java.lang.String pluginName,
                                                     java.lang.String clientProofHashAlgorithm)
                                              throws java.sql.SQLException
        Initializes this Srp provider.
        Parameters:
        pluginName - Firebird name of the authentication plugin
        clientProofHashAlgorithm - Client proof hash algorithm
        Throws:
        java.sql.SQLException - If the clientProofHashAlgorithm is not supported by the JVM.