diff --git a/api/@ohos.security.huks.d.ts b/api/@ohos.security.huks.d.ts index 0846902f601ce28d3464a206cfe770f42f3095d0..b2f0b3d20cc9bcd4df031643e6f7fb9e9f3e9c39 100755 --- a/api/@ohos.security.huks.d.ts +++ b/api/@ohos.security.huks.d.ts @@ -248,7 +248,7 @@ declare namespace huks { * @syscap SystemCapability.Security.Huks * @param keyAlias Indicates the key's name. * @param options Indicates the properties of the key. - * @return The handle of the init Operation. + * @returns The handle of the init Operation. */ function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback) : void; function init(keyAlias: string, options: HuksOptions) : Promise; @@ -409,7 +409,7 @@ declare namespace huks { * @since 8 * @syscap SystemCapability.Security.Huks * @param options Indicates the properties of the key. - * @return Return the character string of the sdk version. + * @returns Return the character string of the sdk version. */ function getSdkVersion(options: HuksOptions) : string;