All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gatling.recorder.internal.bouncycastle.est.ESTClientProvider Maven / Gradle / Ivy

There is a newer version: 1.78.1
Show newest version
package io.gatling.recorder.internal.bouncycastle.est;


/**
 * A client provider is responsible for creating an ESTClient instance.
 */
public interface ESTClientProvider
{
    ESTClient makeClient()
        throws ESTException;

    /**
     * Return true if the client is presently configured to verify the server.
     *
     * @return true = verifying server.
     */
    boolean isTrusted();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy