类 EncryptResponse

  • 所有已实现的接口:
    Serializable

    public class EncryptResponse
    extends KmsResponse
    Contains the details returned from Kms after calling the Encrypt operation.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • EncryptResponse

        public EncryptResponse()
    • 方法详细资料

      • setCiphertext

        public void setCiphertext​(String ciphertext)
      • getCiphertext

        public String getCiphertext()
      • setKeyId

        public void setKeyId​(String keyId)
      • getKeyId

        public String getKeyId()