Uses of Class
com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyRequest
-
Packages that use DescribeWhiteBoxDecryptKeyRequest Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of DescribeWhiteBoxDecryptKeyRequest in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 with parameters of type DescribeWhiteBoxDecryptKeyRequest Modifier and Type Method Description DescribeWhiteBoxDecryptKeyResponseKmsClient. DescribeWhiteBoxDecryptKey(DescribeWhiteBoxDecryptKeyRequest req)获取白盒解密密钥 -
Uses of DescribeWhiteBoxDecryptKeyRequest in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type DescribeWhiteBoxDecryptKeyRequest Constructor Description DescribeWhiteBoxDecryptKeyRequest(DescribeWhiteBoxDecryptKeyRequest 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.
-