Package com.netscape.certsrv.key
Class KeyInfoCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<KeyInfo>
-
- com.netscape.certsrv.key.KeyInfoCollection
-
public class KeyInfoCollection extends DataCollection<KeyInfo>
-
-
Constructor Summary
Constructors Constructor Description KeyInfoCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<KeyInfo>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, getLinks, getTotal, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<KeyInfo> getEntries()
- Overrides:
getEntries
in classDataCollection<KeyInfo>
-
-