blob: d7216a6c61cbe2dc2d269824cbf0c36170be5157 [file] [log] [blame]
package org.bouncycastle.asn1;
import java.io.IOException;
public interface ASN1ApplicationSpecificParser
extends ASN1Encodable, InMemoryRepresentable
{
ASN1Encodable readObject()
throws IOException;
}