Bouncy Castle Cryptography Library 1.45

org.bouncycastle.asn1
Interface ASN1ApplicationSpecificParser

All Superinterfaces:
DEREncodable
All Known Implementing Classes:
BERApplicationSpecificParser

public interface ASN1ApplicationSpecificParser
extends DEREncodable


Method Summary
 DEREncodable readObject()
           
 
Methods inherited from interface org.bouncycastle.asn1.DEREncodable
getDERObject
 

Method Detail

readObject

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

Bouncy Castle Cryptography Library 1.45