Package | Description |
---|---|
com.netscape.certsrv.dbs.keydb | |
com.netscape.certsrv.key |
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 |
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) |
javax.ws.rs.core.Response |
KeyResource.modifyKeyStatus(KeyId id,
java.lang.String status) |
void |
KeyClient.modifyKeyStatus(KeyId id,
java.lang.String status) |
KeyRequestResponse |
KeyClient.requestRecovery(KeyId keyId,
byte[] rpwd,
byte[] rkey,
byte[] nonceData) |
KeyData |
KeyClient.retrieveKey(KeyId keyId,
RequestId requestId,
byte[] rpwd,
byte[] rkey,
byte[] nonceData) |
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) |