Uses of Class
com.netscape.certsrv.key.Key
-
Packages that use Key Package Description com.netscape.certsrv.key com.netscape.cmstools.kra -
-
Uses of Key in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return Key Modifier and Type Method Description KeyKeyClient. retrieveKey(KeyId keyId)Retrieve a secret (passphrase or symmetric key) from the DRM.KeyKeyClient. retrieveKey(KeyId keyId, byte[] transWrappedSessionKey)Retrieve a secret (passphrase or symmetric key) from the DRM.KeyKeyClient. retrieveKeyByPassphrase(KeyId keyId, java.lang.String passphrase)The secret is secured in transit by wrapping the secret with the passphrase using PBE encryption.KeyKeyClient. retrieveKeyByPKCS12(KeyId keyId, java.lang.String certificate, java.lang.String passphrase)Retrieve an asymmetric private key and return it as PKCS12 data.KeyKeyClient. retrieveKeyByRequest(RequestId requestId)KeyKeyClient. retrieveKeyByRequestWithPassphrase(RequestId requestId, java.lang.String passphrase)KeyKeyClient. retrieveKeyData(KeyRecoveryRequest data)Retrieve a secret from the DRM.KeyKeyClient. 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 Key Modifier and Type Method Description voidKeyClient. processKeyData(Key data, org.mozilla.jss.crypto.SymmetricKey sessionKey) -
Uses of Key in com.netscape.cmstools.kra
Methods in com.netscape.cmstools.kra with parameters of type Key Modifier and Type Method Description voidKRAKeyRetrieveCLI. printKeyData(Key key)voidKRAKeyRetrieveCLI. printKeyInfo(Key key)
-