private class TBSCertList.RevokedCertificatesEnumeration extends Object implements Enumeration
Modifier and Type | Field and Description |
---|---|
private Enumeration |
en |
Constructor and Description |
---|
RevokedCertificatesEnumeration(Enumeration en) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
private final Enumeration en
RevokedCertificatesEnumeration(Enumeration en)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration