Package org.bouncycastle.asn1
Interface ASN1ApplicationSpecificParser
- 
- All Superinterfaces:
 ASN1Encodable,InMemoryRepresentable
- All Known Implementing Classes:
 BERApplicationSpecificParser
public interface ASN1ApplicationSpecificParser extends ASN1Encodable, InMemoryRepresentable
Interface to parse ASN.1 ApplicationSpecific objects. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ASN1EncodablereadObject()Read the next object in the parser.- 
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive 
- 
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject 
 - 
 
 - 
 
- 
- 
Method Detail
- 
readObject
ASN1Encodable readObject() throws java.io.IOException
Read the next object in the parser.- Returns:
 - an ASN1Encodable
 - Throws:
 java.io.IOException- on a parsing or decoding error.
 
 - 
 
 -