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