Uses of Class
com.netscape.certsrv.key.KeyData
-
Packages that use KeyData Package Description com.netscape.certsrv.key com.netscape.certsrv.system -
-
Uses of KeyData in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyData Modifier and Type Method Description KeyDataKeyRequestResponse. getKeyData()Methods in com.netscape.certsrv.key with parameters of type KeyData Modifier and Type Method Description voidKeyRequestResponse. setKeyData(KeyData keyData)Constructors in com.netscape.certsrv.key with parameters of type KeyData Constructor Description Key(KeyData data) -
Uses of KeyData in com.netscape.certsrv.system
Methods in com.netscape.certsrv.system that return KeyData Modifier and Type Method Description KeyDataTPSConnectorClient. createSharedSecret(java.lang.String id)KeyDataTPSConnectorClient. getSharedSecret(java.lang.String id)KeyDataTPSConnectorClient. replaceSharedSecret(java.lang.String id)
-