Uses of Class
com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
Packages that use AlgorithmInfo Package Description com.tencentcloudapi.kms.v20190118.models -
-
Uses of AlgorithmInfo in com.tencentcloudapi.kms.v20190118.models
Methods in com.tencentcloudapi.kms.v20190118.models that return AlgorithmInfo Modifier and Type Method Description AlgorithmInfo[]
ListAlgorithmsResponse. getAsymmetricAlgorithms()
Get 本地区支持的非对称加密算法AlgorithmInfo[]
ListAlgorithmsResponse. getAsymmetricSignVerifyAlgorithms()
Get 本地区支持的非对称签名验签算法AlgorithmInfo[]
ListAlgorithmsResponse. getSymmetricAlgorithms()
Get 本地区支持的对称加密算法Methods in com.tencentcloudapi.kms.v20190118.models with parameters of type AlgorithmInfo Modifier and Type Method Description void
ListAlgorithmsResponse. setAsymmetricAlgorithms(AlgorithmInfo[] AsymmetricAlgorithms)
Set 本地区支持的非对称加密算法void
ListAlgorithmsResponse. setAsymmetricSignVerifyAlgorithms(AlgorithmInfo[] AsymmetricSignVerifyAlgorithms)
Set 本地区支持的非对称签名验签算法void
ListAlgorithmsResponse. setSymmetricAlgorithms(AlgorithmInfo[] SymmetricAlgorithms)
Set 本地区支持的对称加密算法Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type AlgorithmInfo Constructor Description AlgorithmInfo(AlgorithmInfo 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.
-