modify interce sdk bugfix

Signed-off-by: xwb <xuwanbing1@huawei.com>
This commit is contained in:
xwb 2023-12-04 09:43:28 +00:00 committed by Gitee
parent 55f48d363f
commit 9df214c51a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4328,7 +4328,7 @@ declare namespace cryptoFramework {
* Create the common parameter set.
*
* @param { number } pLen - indicates the byte length of the prime p.
* @param { ?number } skLen - indicates the byte length of the private key.
* @param { number } [skLen] - indicates the byte length of the private key.
* @returns { DHCommonParamsSpec } the DH common params spec obj.
* @throws { BusinessError } 401 - invalid parameters.
* @throws { BusinessError } 801 - this operation is not supported.