public interface org.bouncycastle.est.ESTClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bouncycastle.est.ESTClient
  super_class: java.lang.Object
{
  public abstract org.bouncycastle.est.ESTResponse doRequest(org.bouncycastle.est.ESTRequest);
    descriptor: (Lorg/bouncycastle/est/ESTRequest;)Lorg/bouncycastle/est/ESTResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "ESTClient.java"