Package | Description |
---|---|
com.netscape.certsrv.dbs.keydb | |
com.netscape.certsrv.key | |
com.netscape.certsrv.logging.event |
Modifier and Type | Method and Description |
---|---|
KeyId |
KeyIdAdapter.unmarshal(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
KeyIdAdapter.marshal(KeyId value) |
Modifier and Type | Field and Description |
---|---|
KeyId |
KeyNotFoundException.keyID |
Modifier and Type | Method and Description |
---|---|
KeyId |
KeyRequestResponse.getKeyId() |
KeyId |
KeyRequestInfo.getKeyId() |
KeyId |
KeyRecoveryRequest.getKeyId() |
KeyId |
KeyNotFoundException.getKeyId() |
KeyId |
KeyInfo.getKeyId() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
KeyResource.getKeyInfo(KeyId id) |
KeyInfo |
KeyClient.getKeyInfo(KeyId id)
Get the info in the KeyRecord for a specific secret in the DRM.
|
javax.ws.rs.core.Response |
KeyResource.modifyKeyStatus(KeyId id,
java.lang.String status) |
void |
KeyClient.modifyKeyStatus(KeyId id,
java.lang.String status)
Modify the status of a key
|
KeyRequestResponse |
KeyClient.recoverKey(KeyId keyId,
byte[] sessionWrappedPassphrase,
byte[] transWrappedSessionKey,
byte[] nonceData,
java.lang.String b64Certificate)
Create a request to recover a secret.
|
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.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.
|
void |
KeyRecoveryRequest.setKeyId(KeyId keyId) |
void |
KeyNotFoundException.setRequestId(KeyId KeyId) |
Constructor and Description |
---|
KeyNotFoundException(KeyId keyId) |
KeyNotFoundException(KeyId keyId,
java.lang.String message) |
KeyNotFoundException(KeyId keyId,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static SecurityDataArchivalProcessedEvent |
SecurityDataArchivalProcessedEvent.createFailureEvent(java.lang.String subjectID,
java.lang.String archivalRequestId,
RequestId requestID,
java.lang.String clientKeyID,
KeyId keyID,
java.lang.String failureReason,
java.lang.String pubkey) |
static SecurityDataArchivalProcessedEvent |
SecurityDataArchivalProcessedEvent.createSuccessEvent(java.lang.String subjectID,
java.lang.String archivalRequestId,
RequestId requestID,
java.lang.String clientKeyID,
KeyId keyID,
java.lang.String pubkey) |
Constructor and Description |
---|
AsymKeyGenerationProcessedEvent(java.lang.String subjectID,
java.lang.String outcome,
RequestId requestID,
java.lang.String clientKeyID,
KeyId keyID,
java.lang.String failureReason) |
SecurityDataExportEvent(java.lang.String subjectID,
java.lang.String outcome,
RequestId recoveryID,
KeyId keyID,
java.lang.String failureReason,
java.lang.String pubKey) |
SecurityDataExportEvent(java.lang.String subjectID,
java.lang.String outcome,
java.lang.String recoveryID,
KeyId keyID,
java.lang.String failureReason,
java.lang.String pubKey) |
SecurityDataInfoEvent(java.lang.String subjectID,
java.lang.String outcome,
KeyId keyID,
java.lang.String clientKeyID,
java.lang.String failureReason,
java.lang.String pubKey) |
SecurityDataRecoveryEvent(java.lang.String subjectID,
java.lang.String outcome,
RequestId recoveryID,
KeyId keyID,
java.lang.String pubkey) |
SecurityDataRecoveryProcessedEvent(java.lang.String subjectID,
java.lang.String outcome,
RequestId recoveryID,
KeyId keyID,
java.lang.String failureReason,
java.lang.String recoveryAgents) |
SecurityDataStatusChangeEvent(java.lang.String subjectID,
java.lang.String outcome,
KeyId keyID,
java.lang.String oldStatus,
java.lang.String newStatus,
java.lang.String info) |
SymKeyGenerationProcessedEvent(java.lang.String subjectID,
java.lang.String outcome,
RequestId requestID,
java.lang.String clientKeyID,
KeyId keyID,
java.lang.String failureReason) |