Package org.bouncycastle.asn1
Class DERExternalParser
java.lang.Object
org.bouncycastle.asn1.DERExternalParser
- All Implemented Interfaces:
ASN1Encodable,InMemoryRepresentable
public class DERExternalParser extends Object implements ASN1Encodable, InMemoryRepresentable
-
Constructor Summary
Constructors Constructor Description DERExternalParser(ASN1StreamParser parser) -
Method Summary
Modifier and Type Method Description ASN1PrimitivegetLoadedObject()ASN1EncodablereadObject()ASN1PrimitivetoASN1Primitive()
-
Constructor Details
-
DERExternalParser
-
-
Method Details
-
readObject
- Throws:
IOException
-
getLoadedObject
- Specified by:
getLoadedObjectin interfaceInMemoryRepresentable- Throws:
IOException
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable
-