public class CipherRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CipherRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Get the message data requiring for encryption / decryption.
|
Type |
getType()
Get the message encoding type.
|
void |
setData(String data)
Set the message data requiring for encryption / decryption.
|
void |
setType(Type type)
Set the message encoding type.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getData()
public void setData(String data)
data - message data requiring for encryption / decryptionpublic Type getType()
public void setType(Type type)
type - message encoding typepublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2018. All rights reserved.