Uses of Class
com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Packages that use WhiteboxKeyInfo Package Description com.tencentcloudapi.kms.v20190118.models -
-
Uses of WhiteboxKeyInfo in com.tencentcloudapi.kms.v20190118.models
Methods in com.tencentcloudapi.kms.v20190118.models that return WhiteboxKeyInfo Modifier and Type Method Description WhiteboxKeyInfoDescribeWhiteBoxKeyResponse. getKeyInfo()Get 白盒密钥信息WhiteboxKeyInfo[]DescribeWhiteBoxKeyDetailsResponse. getKeyInfos()Get 白盒密钥信息列表。Methods in com.tencentcloudapi.kms.v20190118.models with parameters of type WhiteboxKeyInfo Modifier and Type Method Description voidDescribeWhiteBoxKeyResponse. setKeyInfo(WhiteboxKeyInfo KeyInfo)Set 白盒密钥信息voidDescribeWhiteBoxKeyDetailsResponse. setKeyInfos(WhiteboxKeyInfo[] KeyInfos)Set 白盒密钥信息列表。Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type WhiteboxKeyInfo Constructor Description WhiteboxKeyInfo(WhiteboxKeyInfo 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.
-