Uses of Class
com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Packages that use CreateWhiteBoxKeyResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of CreateWhiteBoxKeyResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return CreateWhiteBoxKeyResponse Modifier and Type Method Description CreateWhiteBoxKeyResponseKmsClient. CreateWhiteBoxKey(CreateWhiteBoxKeyRequest req)创建白盒密钥。 密钥个数的上限为 50。 -
Uses of CreateWhiteBoxKeyResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type CreateWhiteBoxKeyResponse Constructor Description 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.
-