Package com.netscape.certsrv.key
Class KeyRequestInfoCollection
java.lang.Object
com.netscape.certsrv.base.DataCollection<KeyRequestInfo>
com.netscape.certsrv.key.KeyRequestInfoCollection
- All Implemented Interfaces:
JSONSerializer
public class KeyRequestInfoCollection
extends DataCollection<KeyRequestInfo>
implements JSONSerializer
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.DataCollection
entries, total
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyRequestInfoCollection
static KeyRequestInfoCollection
toXML()
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, equals, getTotal, hashCode, removeEntry, setEntries, setTotal
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
KeyRequestInfoCollection
public KeyRequestInfoCollection()
-
-
Method Details
-
getEntries
- Overrides:
getEntries
in classDataCollection<KeyRequestInfo>
-
toDOM
-
toXML
- Throws:
Exception
-
fromDOM
-
fromXML
- Throws:
Exception
-