Uses of Class
com.netscape.certsrv.key.KeyData
-
Packages that use KeyData Package Description com.netscape.certsrv.key com.netscape.certsrv.system com.netscape.cmstools.tks -
-
Uses of KeyData in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyData Modifier and Type Method Description static KeyDataKeyData. fromJSON(java.lang.String json)static KeyDataKeyData. fromXML(java.lang.String xml)KeyDataKeyRequestResponse. getKeyData()KeyDataKeyClient. retrieveKey(KeyId keyId, byte[] transWrappedSessionKey)Retrieve a secret (passphrase or symmetric key) from the DRM.KeyDataKeyClient. retrieveKey(KeyId keyId, org.mozilla.jss.crypto.SymmetricKey sessionKey)Retrieve a secret (passphrase or symmetric key) from the DRM.KeyDataKeyClient. retrieveKeyByPassphrase(KeyId keyId, java.lang.String passphrase)The secret is secured in transit by wrapping the secret with the passphrase using PBE encryption.KeyDataKeyClient. retrieveKeyByPKCS12(KeyId keyId, java.lang.String certificate, java.lang.String passphrase)Retrieve an asymmetric private key and return it as PKCS12 data.KeyDataKeyClient. retrieveKeyByRequest(RequestId requestId, org.mozilla.jss.crypto.SymmetricKey sessionKey)KeyDataKeyClient. retrieveKeyData(KeyRecoveryRequest data)Retrieve a secret from the DRM.KeyDataKeyClient. retrieveKeyUsingWrappedPassphrase(KeyId keyId, byte[] transWrappedSessionKey, byte[] sessionWrappedPassphrase, byte[] nonceData)This method generates a key recovery request, approves it, and retrieves the secret referred to by keyId.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) -
Uses of KeyData in com.netscape.cmstools.tks
Methods in com.netscape.cmstools.tks with parameters of type KeyData Modifier and Type Method Description static voidTKSKeyCLI. printKeyInfo(java.lang.String id, KeyData data)
-