|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.iothisk.model.CipherRequest
public class CipherRequest
Represent the request for message encryption/decryption.
Constructor Summary | |
---|---|
CipherRequest()
|
Method Summary | |
---|---|
EncodeType |
getCipherEncodeType()
Get the cipher message encoding type. |
String |
getData()
Get the message data requiring for encryption / decryption. |
EncodeType |
getType()
Get the message encoding type. |
void |
setCipherEncodeType(EncodeType encodeType)
Set the cipher message encoding type. |
void |
setData(String data)
Set the message data requiring for encryption / decryption. |
void |
setType(EncodeType encodeType)
Set the message encoding type. |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CipherRequest()
Method Detail |
---|
public String getData()
public void setData(String data)
data
- message data requiring for encryption / decryptionpublic EncodeType getType()
public void setType(EncodeType encodeType)
encodeType
- message encoding typepublic EncodeType getCipherEncodeType()
public void setCipherEncodeType(EncodeType encodeType)
encodeType
- cipher message encoding typepublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |