ASN1Encodable
, InMemoryRepresentable
BERApplicationSpecificParser
public interface ASN1ApplicationSpecificParser extends ASN1Encodable, InMemoryRepresentable
Modifier and Type | Method | Description |
---|---|---|
ASN1Encodable |
readObject() |
Read the next object in the parser.
|
toASN1Primitive
getLoadedObject
ASN1Encodable readObject() throws java.io.IOException
java.io.IOException
- on a parsing or decoding error.