com.baidubce.services.kms.model
Class EncryptResponse

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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
EncryptResponse()
           
 
Method Summary
 String getCiphertext()
           
 String getKeyId()
           
 void setCiphertext(String ciphertext)
           
 void setKeyId(String keyId)
           
 
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

EncryptResponse

public EncryptResponse()
Method Detail

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.