Package | Description |
---|---|
com.tencentcloudapi.kms.v20190118.models |
Modifier and Type | Method and Description |
---|---|
AlgorithmInfo[] |
ListAlgorithmsResponse.getAsymmetricAlgorithms()
Get Asymmetric encryption algorithms supported in this region
|
AlgorithmInfo[] |
ListAlgorithmsResponse.getAsymmetricSignVerifyAlgorithms()
Get Asymmetric signature verification algorithms supported in the current region
|
AlgorithmInfo[] |
ListAlgorithmsResponse.getSymmetricAlgorithms()
Get Symmetric encryption algorithms supported in this region
|
Modifier and Type | Method and Description |
---|---|
void |
ListAlgorithmsResponse.setAsymmetricAlgorithms(AlgorithmInfo[] AsymmetricAlgorithms)
Set Asymmetric encryption algorithms supported in this region
|
void |
ListAlgorithmsResponse.setAsymmetricSignVerifyAlgorithms(AlgorithmInfo[] AsymmetricSignVerifyAlgorithms)
Set Asymmetric signature verification algorithms supported in the current region
|
void |
ListAlgorithmsResponse.setSymmetricAlgorithms(AlgorithmInfo[] SymmetricAlgorithms)
Set Symmetric encryption algorithms supported in this region
|
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 © 2023. All rights reserved.