You can buy this project and download/modify it how often you want.
package org.bouncycastle.asn1; import java.io.IOException; public interface ASN1ApplicationSpecificParser extends DEREncodable, InMemoryRepresentable { DEREncodable readObject() throws IOException; }