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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyInfoCollection
fromJSON(java.lang.String json)
java.util.Collection<KeyInfo>
getEntries()
static void
main(java.lang.String[] args)
java.lang.String
toJSON()
java.lang.String
toString()
-
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>
-
toJSON
public java.lang.String toJSON() throws java.lang.Exception
- Throws:
java.lang.Exception
-
fromJSON
public static KeyInfoCollection fromJSON(java.lang.String json) throws java.lang.Exception
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-