Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Class DLSetParser

java.lang.Object
  |
  +--org.bouncycastle.asn1.DLSetParser
All Implemented Interfaces:
ASN1Encodable, ASN1SetParser, InMemoryRepresentable

Deprecated. Check for 'ASN1SetParser' instead

public class DLSetParser
extends java.lang.Object
implements ASN1SetParser

Parser class for DL SETs.


Method Summary
 ASN1Primitive getLoadedObject()
          Deprecated. Return an in memory, encodable, representation of the SET.
 ASN1Encodable readObject()
          Deprecated. Return the next object in the SET.
 ASN1Primitive toASN1Primitive()
          Deprecated. Return a DLSet representing this parser and its contents.
 
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
Deprecated. 
Return the next object in the SET.
Specified by:
readObject in interface ASN1SetParser
Returns:
next object in SET.
Throws:
java.io.IOException - if there is an issue loading the object.

getLoadedObject

public ASN1Primitive getLoadedObject()
                              throws java.io.IOException
Deprecated. 
Return an in memory, encodable, representation of the SET.
Specified by:
getLoadedObject in interface InMemoryRepresentable
Returns:
a DLSet.
Throws:
java.io.IOException - if there is an issue loading the data.

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Deprecated. 
Return a DLSet representing this parser and its contents.
Specified by:
toASN1Primitive in interface ASN1Encodable
Returns:
a DLSet

Bouncy Castle Cryptography Library 1.77.0