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