public class AsymmetricEncryptResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
AsymmetricEncryptResponse() |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricEncryptResponse |
ciphertextBlob(String ciphertextBlob) |
boolean |
equals(Object o) |
String |
getCiphertextBlob()
Get ciphertextBlob
|
String |
getKeyID()
Get keyID
|
int |
hashCode() |
AsymmetricEncryptResponse |
keyID(String keyID) |
void |
setCiphertextBlob(String ciphertextBlob) |
void |
setKeyID(String keyID) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic AsymmetricEncryptResponse ciphertextBlob(String ciphertextBlob)
public String getCiphertextBlob()
public void setCiphertextBlob(String ciphertextBlob)
public AsymmetricEncryptResponse keyID(String keyID)
public String getKeyID()
public void setKeyID(String keyID)
Copyright © 2025. All rights reserved.