Class CreateWhiteBoxKeyResponse

    • Constructor Detail

      • CreateWhiteBoxKeyResponse

        public CreateWhiteBoxKeyResponse()
      • CreateWhiteBoxKeyResponse

        public CreateWhiteBoxKeyResponse​(CreateWhiteBoxKeyResponse 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

      • getEncryptKey

        public String getEncryptKey()
        Get 用于加密的密钥,base64编码
        Returns:
        EncryptKey 用于加密的密钥,base64编码
      • setEncryptKey

        public void setEncryptKey​(String EncryptKey)
        Set 用于加密的密钥,base64编码
        Parameters:
        EncryptKey - 用于加密的密钥,base64编码
      • getDecryptKey

        public String getDecryptKey()
        Get 用于解密的密钥,base64编码
        Returns:
        DecryptKey 用于解密的密钥,base64编码
      • setDecryptKey

        public void setDecryptKey​(String DecryptKey)
        Set 用于解密的密钥,base64编码
        Parameters:
        DecryptKey - 用于解密的密钥,base64编码
      • getKeyId

        public String getKeyId()
        Get 白盒密钥的全局唯一标识符
        Returns:
        KeyId 白盒密钥的全局唯一标识符
      • setKeyId

        public void setKeyId​(String KeyId)
        Set 白盒密钥的全局唯一标识符
        Parameters:
        KeyId - 白盒密钥的全局唯一标识符
      • getTagCode

        public Long getTagCode()
        Get 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TagCode 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。
      • setTagCode

        public void setTagCode​(Long TagCode)
        Set 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TagCode - 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误 注意:此字段可能返回 null,表示取不到有效值。
      • getTagMsg

        public String getTagMsg()
        Get 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TagMsg 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。
      • setTagMsg

        public void setTagMsg​(String TagMsg)
        Set 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TagMsg - 标签操作的返回信息 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。