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 KeyInfoCollectionfromJSON(java.lang.String json)java.util.Collection<KeyInfo>getEntries()static voidmain(java.lang.String[] args)java.lang.StringtoJSON()java.lang.StringtoString()-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<KeyInfo> getEntries()
- Overrides:
getEntriesin 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:
toStringin classjava.lang.Object
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
-