ASN1Encodable
, InMemoryRepresentable
BERSetParser
, DERSetParser
public interface ASN1SetParser extends ASN1Encodable, InMemoryRepresentable
Modifier and Type | Method | Description |
---|---|---|
ASN1Encodable |
readObject() |
Read the next object from the underlying object representing a SET.
|
toASN1Primitive
getLoadedObject
ASN1Encodable readObject() throws java.io.IOException
java.io.IOException
- for bad input stream.