Class X500Name.RDNEnumerator
java.lang.Object
org.mozilla.jss.netscape.security.x509.X500Name.RDNEnumerator
- All Implemented Interfaces:
Enumeration<RDN>
- Enclosing class:
X500Name
-
Field Details
-
index
private int index
-
-
Constructor Details
-
RDNEnumerator
public RDNEnumerator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<RDN>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<RDN>
-