OpenHarmony Huks Cryptographic Key Management API Reference
/** * OpenHarmony Universal KeyStore (Huks) cryptographic service interface. * Provides secure key generation, import, export, deletion, and cryptographic operations. * @namespace huks * @syscap SystemCapability.Security.Huks.Core */ declare namespace huks { /** * Generates a new cryptographic key w...