1: package org.bouncycastle.asn1; 2: 3: import java.io.IOException; 4: 5: public interface ASN1SequenceParser extends DEREncodable { 6: DEREncodable readObject() throws IOException; 7: }