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