public class DecryptRequest extends GenericKmsRequest
| Constructor and Description |
|---|
DecryptRequest() |
DecryptRequest(String keyId,
String ciphertext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCiphertext() |
String |
getKeyId() |
void |
setCiphertext(String ciphertext) |
void |
setKeyId(String keyId) |
DecryptRequest |
withRequestCredentials(BceCredentials credentials)
Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest
|
getRequestCredentials, setRequestCredentialspublic DecryptRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic void setCiphertext(String ciphertext)
public String getCiphertext()
public String getKeyId()
public void setKeyId(String keyId)
Copyright © 2020. All rights reserved.