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