public interface org.bouncycastle.est.ESTClientSourceProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bouncycastle.est.ESTClientSourceProvider
  super_class: java.lang.Object
{
  public abstract org.bouncycastle.est.Source makeSource(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lorg/bouncycastle/est/Source;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      host  
      port  
}
SourceFile: "ESTClientSourceProvider.java"