9 lines
240 B
Java
9 lines
240 B
Java
|
package org.bouncycastle.asn1;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public interface ASN1ApplicationSpecificParser extends ASN1Encodable, InMemoryRepresentable {
|
||
|
ASN1Encodable readObject() throws IOException;
|
||
|
}
|