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