Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1
Class DERExternalParser

java.lang.Object
  extended by org.bouncycastle.asn1.DERExternalParser
All Implemented Interfaces:
DEREncodable, InMemoryRepresentable

public class DERExternalParser
extends java.lang.Object
implements DEREncodable, InMemoryRepresentable


Constructor Summary
DERExternalParser(ASN1StreamParser parser)
           
 
Method Summary
 DERObject getDERObject()
           
 DERObject getLoadedObject()
           
 DEREncodable readObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERExternalParser

public DERExternalParser(ASN1StreamParser parser)
Method Detail

readObject

public DEREncodable readObject()
                        throws java.io.IOException
Throws:
java.io.IOException

getLoadedObject

public DERObject getLoadedObject()
                          throws java.io.IOException
Specified by:
getLoadedObject in interface InMemoryRepresentable
Throws:
java.io.IOException

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.46