public interface org.bouncycastle.x509.util.StreamParser
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bouncycastle.x509.util.StreamParser
  super_class: java.lang.Object
{
  public abstract java.lang.Object read();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.bouncycastle.x509.util.StreamParsingException

  public abstract java.util.Collection readAll();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.bouncycastle.x509.util.StreamParsingException
}
SourceFile: "StreamParser.java"