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 Key
KeyClient. retrieveKey(KeyId keyId)
Retrieve a secret (passphrase or symmetric key) from the DRM.Key
KeyClient. retrieveKey(KeyId keyId, byte[] transWrappedSessionKey)
Retrieve a secret (passphrase or symmetric key) from the DRM.Key
KeyClient. retrieveKeyByPassphrase(KeyId keyId, java.lang.String passphrase)
The secret is secured in transit by wrapping the secret with the passphrase using PBE encryption.Key
KeyClient. retrieveKeyByPKCS12(KeyId keyId, java.lang.String certificate, java.lang.String passphrase)
Retrieve an asymmetric private key and return it as PKCS12 data.Key
KeyClient. retrieveKeyByRequest(RequestId requestId)
Key
KeyClient. retrieveKeyByRequestWithPassphrase(RequestId requestId, java.lang.String passphrase)
Key
KeyClient. retrieveKeyData(KeyRecoveryRequest data)
Retrieve a secret from the DRM.Key
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 Key Modifier and Type Method Description void
KeyClient. 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 void
KRAKeyRetrieveCLI. printKeyData(Key key)
void
KRAKeyRetrieveCLI. printKeyInfo(Key key)
-