Interface ESTClient


  • public interface ESTClient
    ESTClient implement connection to the server.

    Implementations should be aware that they are responsible for satisfying RFC7030 3.3 - TLS Layer including SRP modes.

    • Method Detail

      • doRequest

        ESTResponse doRequest​(ESTRequest c)
                       throws java.io.IOException
        Throws:
        java.io.IOException