Package | Description |
---|---|
com.netscape.certsrv.key | |
com.netscape.cmstools.key |
Modifier and Type | Method and 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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyRetrieveCLI.printKeyData(Key key) |