Bouncy Castle Cryptography Library 1.69

org.bouncycastle.asn1
Interface ASN1PrivateParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
BERPrivateParser

public interface ASN1PrivateParser
extends ASN1Encodable, InMemoryRepresentable

Interface to parse ASN.1 Private objects.


Method Summary
 ASN1Encodable readObject()
          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

public 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.

Bouncy Castle Cryptography Library 1.69