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