Uses of Class
com.netscape.certsrv.dbs.keydb.KeyId
-
Packages that use KeyId Package Description com.netscape.certsrv.dbs.keydb com.netscape.certsrv.key com.netscape.certsrv.logging.event -
-
Uses of KeyId in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that return KeyId Modifier and Type Method Description KeyId
KeyIdAdapter. unmarshal(java.lang.String value)
Methods in com.netscape.certsrv.dbs.keydb with parameters of type KeyId Modifier and Type Method Description java.lang.String
KeyIdAdapter. marshal(KeyId value)
-
Uses of KeyId in com.netscape.certsrv.key
Fields in com.netscape.certsrv.key declared as KeyId Modifier and Type Field Description KeyId
KeyNotFoundException. keyID
Methods in com.netscape.certsrv.key that return KeyId Modifier and Type Method Description KeyId
KeyInfo. getKeyId()
KeyId
KeyNotFoundException. getKeyId()
KeyId
KeyRecoveryRequest. getKeyId()
KeyId
KeyRequestInfo. getKeyId()
KeyId
KeyRequestResponse. getKeyId()
Methods in com.netscape.certsrv.key with parameters of type KeyId Modifier and Type Method Description KeyInfo
KeyClient. getKeyInfo(KeyId id)
Get the info in the KeyRecord for a specific secret in the DRM.javax.ws.rs.core.Response
KeyResource. getKeyInfo(KeyId id)
void
KeyClient. modifyKeyStatus(KeyId id, java.lang.String status)
Modify the status of a keyjavax.ws.rs.core.Response
KeyResource. modifyKeyStatus(KeyId id, java.lang.String status)
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)
Constructors in com.netscape.certsrv.key with parameters of type KeyId Constructor Description KeyNotFoundException(KeyId keyId)
KeyNotFoundException(KeyId keyId, java.lang.String message)
KeyNotFoundException(KeyId keyId, java.lang.String message, java.lang.Throwable cause)
-
Uses of KeyId in com.netscape.certsrv.logging.event
Methods in com.netscape.certsrv.logging.event with parameters of type KeyId Modifier and Type Method 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)
Constructors in com.netscape.certsrv.logging.event with parameters of type KeyId Constructor 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)
-