Class PKIConnection

java.lang.Object
com.netscape.certsrv.client.PKIConnection
All Implemented Interfaces:
AutoCloseable

public class PKIConnection extends Object implements AutoCloseable
  • Field Details

    • logger

      public static org.slf4j.Logger logger
  • Constructor Details

  • Method Details

    • setCallback

      public void setCallback(org.mozilla.jss.ssl.SSLCertificateApprovalCallback callback)
    • storeRequest

      public void storeRequest(PrintStream out, org.apache.http.HttpRequest request) throws IOException
      Throws:
      IOException
    • storeResponse

      public void storeResponse(PrintStream out, org.apache.http.HttpResponse response) throws IOException
      Throws:
      IOException
    • storeEntity

      public void storeEntity(OutputStream out, org.apache.http.HttpEntity entity) throws IOException
      Throws:
      IOException
    • target

      public javax.ws.rs.client.WebTarget target(String path)
    • getOutput

      public File getOutput()
    • setOutput

      public void setOutput(File output)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable