Class AsymmetricSm2DecryptRequest

    • Constructor Detail

      • AsymmetricSm2DecryptRequest

        public AsymmetricSm2DecryptRequest()
      • AsymmetricSm2DecryptRequest

        public AsymmetricSm2DecryptRequest​(AsymmetricSm2DecryptRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getKeyId

        public String getKeyId()
        Get CMK的唯一标识
        Returns:
        KeyId CMK的唯一标识
      • setKeyId

        public void setKeyId​(String KeyId)
        Set CMK的唯一标识
        Parameters:
        KeyId - CMK的唯一标识
      • getCiphertext

        public String getCiphertext()
        Get 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
        Returns:
        Ciphertext 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
      • setCiphertext

        public void setCiphertext​(String Ciphertext)
        Set 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
        Parameters:
        Ciphertext - 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。