Interface ESTClientProvider


public interface ESTClientProvider
A client provider is responsible for creating an ESTClient instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if the client is presently configured to verify the server.
     
  • Method Details

    • makeClient

      ESTClient makeClient() throws ESTException
      Throws:
      ESTException
    • isTrusted

      boolean isTrusted()
      Return true if the client is presently configured to verify the server.
      Returns:
      true = verifying server.