01: package org.bouncycastle.sasn1; 02: 03: import java.io.IOException; 04: 05: /** 06: * @deprecated use corresponsding classes in org.bouncycastle.asn1. 07: */ 08: public interface Asn1Set { 09: Asn1Object readObject() throws IOException; 10: }