com.baidubce.services.kms.model
Class EncryptResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.kms.model.KmsResponse
com.baidubce.services.kms.model.EncryptResponse
- All Implemented Interfaces:
- Serializable
public class EncryptResponse
- extends KmsResponse
Contains the details returned from Kms after calling the Encrypt operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptResponse
public EncryptResponse()
setCiphertext
public void setCiphertext(String ciphertext)
getCiphertext
public String getCiphertext()
setKeyId
public void setKeyId(String keyId)
getKeyId
public String getKeyId()
Copyright © 2018. All rights reserved.