类 DecryptResponse

  • 所有已实现的接口:
    Serializable

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

      • DecryptResponse

        public DecryptResponse()
    • 方法详细资料

      • setKeyId

        public void setKeyId​(String keyId)
      • getKeyId

        public String getKeyId()
      • setPlaintext

        public void setPlaintext​(String plaintext)
      • getPlaintext

        public String getPlaintext()