class LazyConstructionEnumeration extends Object implements Enumeration
Modifier and Type | Field and Description |
---|---|
private ASN1InputStream |
aIn |
private Object |
nextObj |
Constructor and Description |
---|
LazyConstructionEnumeration(byte[] encoded) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
private Object |
readObject() |
private ASN1InputStream aIn
public LazyConstructionEnumeration(byte[] encoded)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
private Object readObject()