com.baidubce.services.kms.model
Class GenerateDataKeyResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.kms.model.KmsResponse
          extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GenerateDataKeyResponse()
           
 
Method Summary
 String getCiphertext()
           
 String getKeyId()
           
 String getPlaintext()
           
 void setCiphertext(String ciphertext)
           
 void setKeyId(String keyId)
           
 void setPlaintext(String plaintext)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateDataKeyResponse

public GenerateDataKeyResponse()
Method Detail

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.