Bouncy Castle Cryptography Library 1.49

org.bouncycastle.asn1
Class BERSetParser

java.lang.Object
  extended by org.bouncycastle.asn1.BERSetParser
All Implemented Interfaces:
ASN1Encodable, ASN1SetParser, InMemoryRepresentable

public class BERSetParser
extends java.lang.Object
implements ASN1SetParser


Method Summary
 ASN1Primitive getLoadedObject()
           
 ASN1Encodable readObject()
           
 ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readObject

public ASN1Encodable readObject()
                         throws java.io.IOException
Specified by:
readObject in interface ASN1SetParser
Throws:
java.io.IOException

getLoadedObject

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

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Specified by:
toASN1Primitive in interface ASN1Encodable

Bouncy Castle Cryptography Library 1.49