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 KeyData
KeyRequestResponse. getKeyData()
KeyData
KeyClient. retrieveKey(KeyId keyId, byte[] transWrappedSessionKey)
Retrieve a secret (passphrase or symmetric key) from the DRM.KeyData
KeyClient. retrieveKey(KeyId keyId, org.mozilla.jss.crypto.SymmetricKey sessionKey)
Retrieve a secret (passphrase or symmetric key) from the DRM.KeyData
KeyClient. retrieveKeyByPassphrase(KeyId keyId, java.lang.String passphrase)
The secret is secured in transit by wrapping the secret with the passphrase using PBE encryption.KeyData
KeyClient. retrieveKeyByPKCS12(KeyId keyId, java.lang.String certificate, java.lang.String passphrase)
Retrieve an asymmetric private key and return it as PKCS12 data.KeyData
KeyClient. retrieveKeyByRequest(RequestId requestId, org.mozilla.jss.crypto.SymmetricKey sessionKey)
KeyData
KeyClient. retrieveKeyData(KeyRecoveryRequest data)
Retrieve a secret from the DRM.KeyData
KeyClient. 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 void
KeyRequestResponse. 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 KeyData
TPSConnectorClient. createSharedSecret(java.lang.String id)
KeyData
TPSConnectorClient. getSharedSecret(java.lang.String id)
KeyData
TPSConnectorClient. 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 void
TKSKeyCLI. printKeyInfo(java.lang.String id, KeyData data)
-