Package | Description |
---|---|
com.tencentcloudapi.kms.v20190118.models |
Modifier and Type | Method and Description |
---|---|
AlgorithmInfo[] |
ListAlgorithmsResponse.getAsymmetricAlgorithms()
Get 本地区支持的非对称加密算法
|
AlgorithmInfo[] |
ListAlgorithmsResponse.getAsymmetricSignVerifyAlgorithms()
Get 本地区支持的非对称签名验签算法
|
AlgorithmInfo[] |
ListAlgorithmsResponse.getSymmetricAlgorithms()
Get 本地区支持的对称加密算法
|
Modifier and Type | Method and Description |
---|---|
void |
ListAlgorithmsResponse.setAsymmetricAlgorithms(AlgorithmInfo[] AsymmetricAlgorithms)
Set 本地区支持的非对称加密算法
|
void |
ListAlgorithmsResponse.setAsymmetricSignVerifyAlgorithms(AlgorithmInfo[] AsymmetricSignVerifyAlgorithms)
Set 本地区支持的非对称签名验签算法
|
void |
ListAlgorithmsResponse.setSymmetricAlgorithms(AlgorithmInfo[] SymmetricAlgorithms)
Set 本地区支持的对称加密算法
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.