From b8a5d3a7da2108d6af7842d5d7ee36962c5aeb54 Mon Sep 17 00:00:00 2001 From: zxz*3 Date: Wed, 11 Jun 2025 11:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zxz*3 --- api/@ohos.security.cryptoFramework.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.security.cryptoFramework.d.ts b/api/@ohos.security.cryptoFramework.d.ts index 53e276b946..520f0746e4 100644 --- a/api/@ohos.security.cryptoFramework.d.ts +++ b/api/@ohos.security.cryptoFramework.d.ts @@ -685,6 +685,7 @@ declare namespace cryptoFramework { * The key can be a symmetric key, public key, or private key. * The public key must be in DER encoding format and comply with the ASN.1 syntax and X.509 specifications. * The private key must be in DER encoding format and comply with the ASN.1 syntax and PKCS#8 specifications. + * * @returns { DataBlob } the binary data of the key object. * @throws { BusinessError } 801 - this operation is not supported. * @throws { BusinessError } 17620001 - memory operation failed. -- Gitee