com.baidubce.services.kms.model
Class GenerateDataKeyResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.kms.model.KmsResponse
com.baidubce.services.kms.model.GenerateDataKeyResponse
- All Implemented Interfaces:
- Serializable
public class GenerateDataKeyResponse
- extends KmsResponse
Contains the details returned from Kms after calling the GenerateDataKey operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateDataKeyResponse
public GenerateDataKeyResponse()
setCiphertext
public void setCiphertext(String ciphertext)
getCiphertext
public String getCiphertext()
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.