类 GenerateDataKeyResponse

  • 所有已实现的接口:
    Serializable

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

      • 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()