Uses of Class
com.netscape.certsrv.key.KeyInfo
-
Packages that use KeyInfo Package Description com.netscape.certsrv.key com.netscape.cmstools.kra -
-
Uses of KeyInfo in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyInfo Modifier and Type Method Description static KeyInfoKeyInfo. fromJSON(java.lang.String json)KeyInfoKeyClient. getActiveKeyInfo(java.lang.String clientKeyID)Get the info in the KeyRecord for the active secret in the DRM.KeyInfoKeyClient. getKeyInfo(KeyId id)Get the info in the KeyRecord for a specific secret in the DRM.Methods in com.netscape.certsrv.key that return types with arguments of type KeyInfo Modifier and Type Method Description java.util.Collection<KeyInfo>KeyInfoCollection. getEntries() -
Uses of KeyInfo in com.netscape.cmstools.kra
Methods in com.netscape.cmstools.kra with parameters of type KeyInfo Modifier and Type Method Description static voidKRAKeyCLI. printKeyInfo(KeyInfo info)
-