openharmony 鸿蒙 js-apidiff-UniversalKeystoreKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: global;
API declaration: declare namespace huks
Differences: declare namespace huks
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function generateKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
Differences: function generateKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
Differences: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function generateKeyItem(keyAlias: string, options: HuksOptions): Promise<void>;
Differences: function generateKeyItem(keyAlias: string, options: HuksOptions): Promise<void>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function deleteKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
Differences: function deleteKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
Differences: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function deleteKeyItem(keyAlias: string, options: HuksOptions): Promise<void>;
Differences: function deleteKeyItem(keyAlias: string, options: HuksOptions): Promise<void>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function importKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
Differences: function importKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
Differences: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function importKeyItem(keyAlias: string, options: HuksOptions): Promise<void>;
Differences: function importKeyItem(keyAlias: string, options: HuksOptions): Promise<void>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
Differences: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback<void>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions): Promise<void>;
Differences: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions): Promise<void>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function exportKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
Differences: function exportKey(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function exportKeyItem(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
Differences: function exportKeyItem(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function getKeyProperties(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
Differences: function getKeyProperties(keyAlias: string, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function getKeyItemProperties(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
Differences: function getKeyItemProperties(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback<boolean>): void;
Differences: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback<boolean>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function isKeyExist(keyAlias: string, options: HuksOptions): Promise<boolean>;
Differences: function isKeyExist(keyAlias: string, options: HuksOptions): Promise<boolean>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback<boolean>): void;
Differences: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback<boolean>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function isKeyItemExist(keyAlias: string, options: HuksOptions): Promise<boolean>;
Differences: function isKeyItemExist(keyAlias: string, options: HuksOptions): Promise<boolean>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function hasKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<boolean>): void;
Differences: function hasKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<boolean>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function hasKeyItem(keyAlias: string, options: HuksOptions): Promise<boolean>;
Differences: function hasKeyItem(keyAlias: string, options: HuksOptions): Promise<boolean>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksHandle>): void;
Differences: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksHandle>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function init(keyAlias: string, options: HuksOptions): Promise<HuksHandle>;
Differences: function init(keyAlias: string, options: HuksOptions): Promise<HuksHandle>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksSessionHandle>): void;
Differences: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksSessionHandle>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function initSession(keyAlias: string, options: HuksOptions): Promise<HuksSessionHandle>;
Differences: function initSession(keyAlias: string, options: HuksOptions): Promise<HuksSessionHandle>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function update(handle: number, token?: Uint8Array, options: HuksOptions): Promise<HuksResult>;
Differences: function update(handle: number, token?: Uint8Array, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise<HuksReturnResult>;
Differences: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise<HuksReturnResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function finish(handle: number, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function finish(handle: number, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function finish(handle: number, options: HuksOptions): Promise<HuksResult>;
Differences: function finish(handle: number, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise<HuksReturnResult>;
Differences: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise<HuksReturnResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function abort(handle: number, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
Differences: function abort(handle: number, options: HuksOptions, callback: AsyncCallback<HuksResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function abort(handle: number, options: HuksOptions): Promise<HuksResult>;
Differences: function abort(handle: number, options: HuksOptions): Promise<HuksResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback<void>): void;
Differences: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback<void>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function abortSession(handle: number, options: HuksOptions): Promise<void>;
Differences: function abortSession(handle: number, options: HuksOptions): Promise<void>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function attestKeyItem(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
Differences: function attestKeyItem(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function anonAttestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
Differences: function anonAttestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback<HuksReturnResult>): void;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function anonAttestKeyItem(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
Differences: function anonAttestKeyItem(keyAlias: string, options: HuksOptions): Promise<HuksReturnResult>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: function getSdkVersion(options: HuksOptions): string;
Differences: function getSdkVersion(options: HuksOptions): string;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export interface HuksParam
Differences: export interface HuksParam
api/@ohos.security.huks.d.ts
New APINAClass name: HuksParam;
API declaration: tag: HuksTag;
Differences: tag: HuksTag;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksParam;
API declaration: value: boolean |number |bigint |Uint8Array;
Differences: value: boolean |number |bigint |Uint8Array;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export interface HuksHandle
Differences: export interface HuksHandle
api/@ohos.security.huks.d.ts
New APINAClass name: HuksHandle;
API declaration: errorCode: number;
Differences: errorCode: number;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksHandle;
API declaration: handle: number;
Differences: handle: number;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksHandle;
API declaration: token?: Uint8Array;
Differences: token?: Uint8Array;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export interface HuksSessionHandle
Differences: export interface HuksSessionHandle
api/@ohos.security.huks.d.ts
New APINAClass name: HuksSessionHandle;
API declaration: handle: number;
Differences: handle: number;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksSessionHandle;
API declaration: challenge?: Uint8Array;
Differences: challenge?: Uint8Array;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export interface HuksOptions
Differences: export interface HuksOptions
api/@ohos.security.huks.d.ts
New APINAClass name: HuksOptions;
API declaration: properties?: Array<HuksParam>;
Differences: properties?: Array<HuksParam>;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksOptions;
API declaration: inData?: Uint8Array;
Differences: inData?: Uint8Array;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export interface HuksResult
Differences: export interface HuksResult
api/@ohos.security.huks.d.ts
New APINAClass name: HuksResult;
API declaration: errorCode: number;
Differences: errorCode: number;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksResult;
API declaration: outData?: Uint8Array;
Differences: outData?: Uint8Array;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksResult;
API declaration: properties?: Array<HuksParam>;
Differences: properties?: Array<HuksParam>;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksResult;
API declaration: certChains?: Array<string>;
Differences: certChains?: Array<string>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export interface HuksReturnResult
Differences: export interface HuksReturnResult
api/@ohos.security.huks.d.ts
New APINAClass name: HuksReturnResult;
API declaration: outData?: Uint8Array;
Differences: outData?: Uint8Array;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksReturnResult;
API declaration: properties?: Array<HuksParam>;
Differences: properties?: Array<HuksParam>;
api/@ohos.security.huks.d.ts
New APINAClass name: HuksReturnResult;
API declaration: certChains?: Array<string>;
Differences: certChains?: Array<string>;
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksErrorCode
Differences: export enum HuksErrorCode
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_SUCCESS = 0
Differences: HUKS_SUCCESS = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_FAILURE = -1
Differences: HUKS_FAILURE = -1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_BAD_STATE = -2
Differences: HUKS_ERROR_BAD_STATE = -2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_ARGUMENT = -3
Differences: HUKS_ERROR_INVALID_ARGUMENT = -3
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_NOT_SUPPORTED = -4
Differences: HUKS_ERROR_NOT_SUPPORTED = -4
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_NO_PERMISSION = -5
Differences: HUKS_ERROR_NO_PERMISSION = -5
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INSUFFICIENT_DATA = -6
Differences: HUKS_ERROR_INSUFFICIENT_DATA = -6
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_BUFFER_TOO_SMALL = -7
Differences: HUKS_ERROR_BUFFER_TOO_SMALL = -7
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INSUFFICIENT_MEMORY = -8
Differences: HUKS_ERROR_INSUFFICIENT_MEMORY = -8
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_COMMUNICATION_FAILURE = -9
Differences: HUKS_ERROR_COMMUNICATION_FAILURE = -9
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_STORAGE_FAILURE = -10
Differences: HUKS_ERROR_STORAGE_FAILURE = -10
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_HARDWARE_FAILURE = -11
Differences: HUKS_ERROR_HARDWARE_FAILURE = -11
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_ALREADY_EXISTS = -12
Differences: HUKS_ERROR_ALREADY_EXISTS = -12
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_NOT_EXIST = -13
Differences: HUKS_ERROR_NOT_EXIST = -13
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_NULL_POINTER = -14
Differences: HUKS_ERROR_NULL_POINTER = -14
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_FILE_SIZE_FAIL = -15
Differences: HUKS_ERROR_FILE_SIZE_FAIL = -15
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_READ_FILE_FAIL = -16
Differences: HUKS_ERROR_READ_FILE_FAIL = -16
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_PUBLIC_KEY = -17
Differences: HUKS_ERROR_INVALID_PUBLIC_KEY = -17
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_PRIVATE_KEY = -18
Differences: HUKS_ERROR_INVALID_PRIVATE_KEY = -18
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_KEY_INFO = -19
Differences: HUKS_ERROR_INVALID_KEY_INFO = -19
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_HASH_NOT_EQUAL = -20
Differences: HUKS_ERROR_HASH_NOT_EQUAL = -20
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_MALLOC_FAIL = -21
Differences: HUKS_ERROR_MALLOC_FAIL = -21
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_WRITE_FILE_FAIL = -22
Differences: HUKS_ERROR_WRITE_FILE_FAIL = -22
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_REMOVE_FILE_FAIL = -23
Differences: HUKS_ERROR_REMOVE_FILE_FAIL = -23
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_OPEN_FILE_FAIL = -24
Differences: HUKS_ERROR_OPEN_FILE_FAIL = -24
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CLOSE_FILE_FAIL = -25
Differences: HUKS_ERROR_CLOSE_FILE_FAIL = -25
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_MAKE_DIR_FAIL = -26
Differences: HUKS_ERROR_MAKE_DIR_FAIL = -26
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_KEY_FILE = -27
Differences: HUKS_ERROR_INVALID_KEY_FILE = -27
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_IPC_MSG_FAIL = -28
Differences: HUKS_ERROR_IPC_MSG_FAIL = -28
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_REQUEST_OVERFLOWS = -29
Differences: HUKS_ERROR_REQUEST_OVERFLOWS = -29
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_PARAM_NOT_EXIST = -30
Differences: HUKS_ERROR_PARAM_NOT_EXIST = -30
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CRYPTO_ENGINE_ERROR = -31
Differences: HUKS_ERROR_CRYPTO_ENGINE_ERROR = -31
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_COMMUNICATION_TIMEOUT = -32
Differences: HUKS_ERROR_COMMUNICATION_TIMEOUT = -32
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_IPC_INIT_FAIL = -33
Differences: HUKS_ERROR_IPC_INIT_FAIL = -33
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_IPC_DLOPEN_FAIL = -34
Differences: HUKS_ERROR_IPC_DLOPEN_FAIL = -34
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_EFUSE_READ_FAIL = -35
Differences: HUKS_ERROR_EFUSE_READ_FAIL = -35
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_NEW_ROOT_KEY_MATERIAL_EXIST = -36
Differences: HUKS_ERROR_NEW_ROOT_KEY_MATERIAL_EXIST = -36
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_UPDATE_ROOT_KEY_MATERIAL_FAIL = -37
Differences: HUKS_ERROR_UPDATE_ROOT_KEY_MATERIAL_FAIL = -37
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_VERIFICATION_FAILED = -38
Differences: HUKS_ERROR_VERIFICATION_FAILED = -38
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_ALG_FAIL = -100
Differences: HUKS_ERROR_CHECK_GET_ALG_FAIL = -100
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_KEY_SIZE_FAIL = -101
Differences: HUKS_ERROR_CHECK_GET_KEY_SIZE_FAIL = -101
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_PADDING_FAIL = -102
Differences: HUKS_ERROR_CHECK_GET_PADDING_FAIL = -102
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_PURPOSE_FAIL = -103
Differences: HUKS_ERROR_CHECK_GET_PURPOSE_FAIL = -103
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_DIGEST_FAIL = -104
Differences: HUKS_ERROR_CHECK_GET_DIGEST_FAIL = -104
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_MODE_FAIL = -105
Differences: HUKS_ERROR_CHECK_GET_MODE_FAIL = -105
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_NONCE_FAIL = -106
Differences: HUKS_ERROR_CHECK_GET_NONCE_FAIL = -106
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_AAD_FAIL = -107
Differences: HUKS_ERROR_CHECK_GET_AAD_FAIL = -107
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_IV_FAIL = -108
Differences: HUKS_ERROR_CHECK_GET_IV_FAIL = -108
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_AE_TAG_FAIL = -109
Differences: HUKS_ERROR_CHECK_GET_AE_TAG_FAIL = -109
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_SALT_FAIL = -110
Differences: HUKS_ERROR_CHECK_GET_SALT_FAIL = -110
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_CHECK_GET_ITERATION_FAIL = -111
Differences: HUKS_ERROR_CHECK_GET_ITERATION_FAIL = -111
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_ALGORITHM = -112
Differences: HUKS_ERROR_INVALID_ALGORITHM = -112
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_KEY_SIZE = -113
Differences: HUKS_ERROR_INVALID_KEY_SIZE = -113
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_PADDING = -114
Differences: HUKS_ERROR_INVALID_PADDING = -114
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_PURPOSE = -115
Differences: HUKS_ERROR_INVALID_PURPOSE = -115
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_MODE = -116
Differences: HUKS_ERROR_INVALID_MODE = -116
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_DIGEST = -117
Differences: HUKS_ERROR_INVALID_DIGEST = -117
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_SIGNATURE_SIZE = -118
Differences: HUKS_ERROR_INVALID_SIGNATURE_SIZE = -118
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_IV = -119
Differences: HUKS_ERROR_INVALID_IV = -119
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_AAD = -120
Differences: HUKS_ERROR_INVALID_AAD = -120
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_NONCE = -121
Differences: HUKS_ERROR_INVALID_NONCE = -121
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_AE_TAG = -122
Differences: HUKS_ERROR_INVALID_AE_TAG = -122
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_SALT = -123
Differences: HUKS_ERROR_INVALID_SALT = -123
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_ITERATION = -124
Differences: HUKS_ERROR_INVALID_ITERATION = -124
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INVALID_OPERATION = -125
Differences: HUKS_ERROR_INVALID_OPERATION = -125
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_INTERNAL_ERROR = -999
Differences: HUKS_ERROR_INTERNAL_ERROR = -999
api/@ohos.security.huks.d.ts
New APINAClass name: HuksErrorCode;
API declaration: HUKS_ERROR_UNKNOWN_ERROR = -1000
Differences: HUKS_ERROR_UNKNOWN_ERROR = -1000
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksExceptionErrCode
Differences: export enum HuksExceptionErrCode
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_PERMISSION_FAIL = 201
Differences: HUKS_ERR_CODE_PERMISSION_FAIL = 201
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401
Differences: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801
Differences: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001
Differences: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002
Differences: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003
Differences: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004
Differences: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005
Differences: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006
Differences: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007
Differences: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008
Differences: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009
Differences: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_SESSION_LIMIT = 12000010
Differences: HUKS_ERR_CODE_SESSION_LIMIT = 12000010
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011
Differences: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012
Differences: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013
Differences: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014
Differences: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015
Differences: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015
api/@ohos.security.huks.d.ts
New APINAClass name: HuksExceptionErrCode;
API declaration: HUKS_ERR_CODE_DEVICE_PASSWORD_UNSET = 12000016
Differences: HUKS_ERR_CODE_DEVICE_PASSWORD_UNSET = 12000016
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyPurpose
Differences: export enum HuksKeyPurpose
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_ENCRYPT = 1
Differences: HUKS_KEY_PURPOSE_ENCRYPT = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_DECRYPT = 2
Differences: HUKS_KEY_PURPOSE_DECRYPT = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_SIGN = 4
Differences: HUKS_KEY_PURPOSE_SIGN = 4
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_VERIFY = 8
Differences: HUKS_KEY_PURPOSE_VERIFY = 8
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_DERIVE = 16
Differences: HUKS_KEY_PURPOSE_DERIVE = 16
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_WRAP = 32
Differences: HUKS_KEY_PURPOSE_WRAP = 32
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_UNWRAP = 64
Differences: HUKS_KEY_PURPOSE_UNWRAP = 64
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_MAC = 128
Differences: HUKS_KEY_PURPOSE_MAC = 128
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPurpose;
API declaration: HUKS_KEY_PURPOSE_AGREE = 256
Differences: HUKS_KEY_PURPOSE_AGREE = 256
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyDigest
Differences: export enum HuksKeyDigest
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_NONE = 0
Differences: HUKS_DIGEST_NONE = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_MD5 = 1
Differences: HUKS_DIGEST_MD5 = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_SM3 = 2
Differences: HUKS_DIGEST_SM3 = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_SHA1 = 10
Differences: HUKS_DIGEST_SHA1 = 10
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_SHA224 = 11
Differences: HUKS_DIGEST_SHA224 = 11
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_SHA256 = 12
Differences: HUKS_DIGEST_SHA256 = 12
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_SHA384 = 13
Differences: HUKS_DIGEST_SHA384 = 13
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyDigest;
API declaration: HUKS_DIGEST_SHA512 = 14
Differences: HUKS_DIGEST_SHA512 = 14
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyPadding
Differences: export enum HuksKeyPadding
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPadding;
API declaration: HUKS_PADDING_NONE = 0
Differences: HUKS_PADDING_NONE = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPadding;
API declaration: HUKS_PADDING_OAEP = 1
Differences: HUKS_PADDING_OAEP = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPadding;
API declaration: HUKS_PADDING_PSS = 2
Differences: HUKS_PADDING_PSS = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPadding;
API declaration: HUKS_PADDING_PKCS1_V1_5 = 3
Differences: HUKS_PADDING_PKCS1_V1_5 = 3
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPadding;
API declaration: HUKS_PADDING_PKCS5 = 4
Differences: HUKS_PADDING_PKCS5 = 4
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyPadding;
API declaration: HUKS_PADDING_PKCS7 = 5
Differences: HUKS_PADDING_PKCS7 = 5
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksCipherMode
Differences: export enum HuksCipherMode
api/@ohos.security.huks.d.ts
New APINAClass name: HuksCipherMode;
API declaration: HUKS_MODE_ECB = 1
Differences: HUKS_MODE_ECB = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksCipherMode;
API declaration: HUKS_MODE_CBC = 2
Differences: HUKS_MODE_CBC = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksCipherMode;
API declaration: HUKS_MODE_CTR = 3
Differences: HUKS_MODE_CTR = 3
api/@ohos.security.huks.d.ts
New APINAClass name: HuksCipherMode;
API declaration: HUKS_MODE_OFB = 4
Differences: HUKS_MODE_OFB = 4
api/@ohos.security.huks.d.ts
New APINAClass name: HuksCipherMode;
API declaration: HUKS_MODE_CCM = 31
Differences: HUKS_MODE_CCM = 31
api/@ohos.security.huks.d.ts
New APINAClass name: HuksCipherMode;
API declaration: HUKS_MODE_GCM = 32
Differences: HUKS_MODE_GCM = 32
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeySize
Differences: export enum HuksKeySize
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_RSA_KEY_SIZE_512 = 512
Differences: HUKS_RSA_KEY_SIZE_512 = 512
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_RSA_KEY_SIZE_768 = 768
Differences: HUKS_RSA_KEY_SIZE_768 = 768
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_RSA_KEY_SIZE_1024 = 1024
Differences: HUKS_RSA_KEY_SIZE_1024 = 1024
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_RSA_KEY_SIZE_2048 = 2048
Differences: HUKS_RSA_KEY_SIZE_2048 = 2048
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_RSA_KEY_SIZE_3072 = 3072
Differences: HUKS_RSA_KEY_SIZE_3072 = 3072
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_RSA_KEY_SIZE_4096 = 4096
Differences: HUKS_RSA_KEY_SIZE_4096 = 4096
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_ECC_KEY_SIZE_224 = 224
Differences: HUKS_ECC_KEY_SIZE_224 = 224
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_ECC_KEY_SIZE_256 = 256
Differences: HUKS_ECC_KEY_SIZE_256 = 256
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_ECC_KEY_SIZE_384 = 384
Differences: HUKS_ECC_KEY_SIZE_384 = 384
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_ECC_KEY_SIZE_521 = 521
Differences: HUKS_ECC_KEY_SIZE_521 = 521
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_AES_KEY_SIZE_128 = 128
Differences: HUKS_AES_KEY_SIZE_128 = 128
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_AES_KEY_SIZE_192 = 192
Differences: HUKS_AES_KEY_SIZE_192 = 192
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_AES_KEY_SIZE_256 = 256
Differences: HUKS_AES_KEY_SIZE_256 = 256
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_AES_KEY_SIZE_512 = 512
Differences: HUKS_AES_KEY_SIZE_512 = 512
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_CURVE25519_KEY_SIZE_256 = 256
Differences: HUKS_CURVE25519_KEY_SIZE_256 = 256
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_DH_KEY_SIZE_2048 = 2048
Differences: HUKS_DH_KEY_SIZE_2048 = 2048
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_DH_KEY_SIZE_3072 = 3072
Differences: HUKS_DH_KEY_SIZE_3072 = 3072
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_DH_KEY_SIZE_4096 = 4096
Differences: HUKS_DH_KEY_SIZE_4096 = 4096
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_SM2_KEY_SIZE_256 = 256
Differences: HUKS_SM2_KEY_SIZE_256 = 256
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeySize;
API declaration: HUKS_SM4_KEY_SIZE_128 = 128
Differences: HUKS_SM4_KEY_SIZE_128 = 128
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyAlg
Differences: export enum HuksKeyAlg
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_RSA = 1
Differences: HUKS_ALG_RSA = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_ECC = 2
Differences: HUKS_ALG_ECC = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_DSA = 3
Differences: HUKS_ALG_DSA = 3
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_AES = 20
Differences: HUKS_ALG_AES = 20
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_HMAC = 50
Differences: HUKS_ALG_HMAC = 50
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_HKDF = 51
Differences: HUKS_ALG_HKDF = 51
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_PBKDF2 = 52
Differences: HUKS_ALG_PBKDF2 = 52
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_ECDH = 100
Differences: HUKS_ALG_ECDH = 100
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_X25519 = 101
Differences: HUKS_ALG_X25519 = 101
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_ED25519 = 102
Differences: HUKS_ALG_ED25519 = 102
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_DH = 103
Differences: HUKS_ALG_DH = 103
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_SM2 = 150
Differences: HUKS_ALG_SM2 = 150
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_SM3 = 151
Differences: HUKS_ALG_SM3 = 151
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyAlg;
API declaration: HUKS_ALG_SM4 = 152
Differences: HUKS_ALG_SM4 = 152
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksUnwrapSuite
Differences: export enum HuksUnwrapSuite
api/@ohos.security.huks.d.ts
New APINAClass name: HuksUnwrapSuite;
API declaration: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1
Differences: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksUnwrapSuite;
API declaration: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2
Differences: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyGenerateType
Differences: export enum HuksKeyGenerateType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyGenerateType;
API declaration: HUKS_KEY_GENERATE_TYPE_DEFAULT = 0
Differences: HUKS_KEY_GENERATE_TYPE_DEFAULT = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyGenerateType;
API declaration: HUKS_KEY_GENERATE_TYPE_DERIVE = 1
Differences: HUKS_KEY_GENERATE_TYPE_DERIVE = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyGenerateType;
API declaration: HUKS_KEY_GENERATE_TYPE_AGREE = 2
Differences: HUKS_KEY_GENERATE_TYPE_AGREE = 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyFlag
Differences: export enum HuksKeyFlag
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyFlag;
API declaration: HUKS_KEY_FLAG_IMPORT_KEY = 1
Differences: HUKS_KEY_FLAG_IMPORT_KEY = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyFlag;
API declaration: HUKS_KEY_FLAG_GENERATE_KEY = 2
Differences: HUKS_KEY_FLAG_GENERATE_KEY = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyFlag;
API declaration: HUKS_KEY_FLAG_AGREE_KEY = 3
Differences: HUKS_KEY_FLAG_AGREE_KEY = 3
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyFlag;
API declaration: HUKS_KEY_FLAG_DERIVE_KEY = 4
Differences: HUKS_KEY_FLAG_DERIVE_KEY = 4
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksKeyStorageType
Differences: export enum HuksKeyStorageType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyStorageType;
API declaration: HUKS_STORAGE_TEMP = 0
Differences: HUKS_STORAGE_TEMP = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyStorageType;
API declaration: HUKS_STORAGE_PERSISTENT = 1
Differences: HUKS_STORAGE_PERSISTENT = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyStorageType;
API declaration: HUKS_STORAGE_ONLY_USED_IN_HUKS = 2
Differences: HUKS_STORAGE_ONLY_USED_IN_HUKS = 2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksKeyStorageType;
API declaration: HUKS_STORAGE_KEY_EXPORT_ALLOWED = 3
Differences: HUKS_STORAGE_KEY_EXPORT_ALLOWED = 3
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksImportKeyType
Differences: export enum HuksImportKeyType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksImportKeyType;
API declaration: HUKS_KEY_TYPE_PUBLIC_KEY = 0
Differences: HUKS_KEY_TYPE_PUBLIC_KEY = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksImportKeyType;
API declaration: HUKS_KEY_TYPE_PRIVATE_KEY = 1
Differences: HUKS_KEY_TYPE_PRIVATE_KEY = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksImportKeyType;
API declaration: HUKS_KEY_TYPE_KEY_PAIR = 2
Differences: HUKS_KEY_TYPE_KEY_PAIR = 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksRsaPssSaltLenType
Differences: export enum HuksRsaPssSaltLenType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksRsaPssSaltLenType;
API declaration: HUKS_RSA_PSS_SALT_LEN_DIGEST = 0
Differences: HUKS_RSA_PSS_SALT_LEN_DIGEST = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksRsaPssSaltLenType;
API declaration: HUKS_RSA_PSS_SALT_LEN_MAX = 1
Differences: HUKS_RSA_PSS_SALT_LEN_MAX = 1
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksUserAuthType
Differences: export enum HuksUserAuthType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksUserAuthType;
API declaration: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 << 0
Differences: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 << 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksUserAuthType;
API declaration: HUKS_USER_AUTH_TYPE_FACE = 1 << 1
Differences: HUKS_USER_AUTH_TYPE_FACE = 1 << 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksUserAuthType;
API declaration: HUKS_USER_AUTH_TYPE_PIN = 1 << 2
Differences: HUKS_USER_AUTH_TYPE_PIN = 1 << 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksAuthAccessType
Differences: export enum HuksAuthAccessType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksAuthAccessType;
API declaration: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 << 0
Differences: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 << 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksAuthAccessType;
API declaration: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 << 1
Differences: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 << 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksAuthAccessType;
API declaration: HUKS_AUTH_ACCESS_ALWAYS_VALID = 1 << 2
Differences: HUKS_AUTH_ACCESS_ALWAYS_VALID = 1 << 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksAuthStorageLevel
Differences: export enum HuksAuthStorageLevel
api/@ohos.security.huks.d.ts
New APINAClass name: HuksAuthStorageLevel;
API declaration: HUKS_AUTH_STORAGE_LEVEL_DE = 0
Differences: HUKS_AUTH_STORAGE_LEVEL_DE = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksAuthStorageLevel;
API declaration: HUKS_AUTH_STORAGE_LEVEL_CE = 1
Differences: HUKS_AUTH_STORAGE_LEVEL_CE = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksAuthStorageLevel;
API declaration: HUKS_AUTH_STORAGE_LEVEL_ECE = 2
Differences: HUKS_AUTH_STORAGE_LEVEL_ECE = 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksChallengeType
Differences: export enum HuksChallengeType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengeType;
API declaration: HUKS_CHALLENGE_TYPE_NORMAL = 0
Differences: HUKS_CHALLENGE_TYPE_NORMAL = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengeType;
API declaration: HUKS_CHALLENGE_TYPE_CUSTOM = 1
Differences: HUKS_CHALLENGE_TYPE_CUSTOM = 1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengeType;
API declaration: HUKS_CHALLENGE_TYPE_NONE = 2
Differences: HUKS_CHALLENGE_TYPE_NONE = 2
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksChallengePosition
Differences: export enum HuksChallengePosition
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengePosition;
API declaration: HUKS_CHALLENGE_POS_0 = 0
Differences: HUKS_CHALLENGE_POS_0 = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengePosition;
API declaration: HUKS_CHALLENGE_POS_1
Differences: HUKS_CHALLENGE_POS_1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengePosition;
API declaration: HUKS_CHALLENGE_POS_2
Differences: HUKS_CHALLENGE_POS_2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksChallengePosition;
API declaration: HUKS_CHALLENGE_POS_3
Differences: HUKS_CHALLENGE_POS_3
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksSecureSignType
Differences: export enum HuksSecureSignType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksSecureSignType;
API declaration: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1
Differences: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksSendType
Differences: export enum HuksSendType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksSendType;
API declaration: HUKS_SEND_TYPE_ASYNC = 0
Differences: HUKS_SEND_TYPE_ASYNC = 0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksSendType;
API declaration: HUKS_SEND_TYPE_SYNC = 1
Differences: HUKS_SEND_TYPE_SYNC = 1
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksTagType
Differences: export enum HuksTagType
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTagType;
API declaration: HUKS_TAG_TYPE_INVALID = 0 << 28
Differences: HUKS_TAG_TYPE_INVALID = 0 << 28
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTagType;
API declaration: HUKS_TAG_TYPE_INT = 1 << 28
Differences: HUKS_TAG_TYPE_INT = 1 << 28
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTagType;
API declaration: HUKS_TAG_TYPE_UINT = 2 << 28
Differences: HUKS_TAG_TYPE_UINT = 2 << 28
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTagType;
API declaration: HUKS_TAG_TYPE_ULONG = 3 << 28
Differences: HUKS_TAG_TYPE_ULONG = 3 << 28
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTagType;
API declaration: HUKS_TAG_TYPE_BOOL = 4 << 28
Differences: HUKS_TAG_TYPE_BOOL = 4 << 28
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTagType;
API declaration: HUKS_TAG_TYPE_BYTES = 5 << 28
Differences: HUKS_TAG_TYPE_BYTES = 5 << 28
api/@ohos.security.huks.d.ts
New APINAClass name: huks;
API declaration: export enum HuksTag
Differences: export enum HuksTag
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID |0
Differences: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID |0
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ALGORITHM = HuksTagType.HUKS_TAG_TYPE_UINT |1
Differences: HUKS_TAG_ALGORITHM = HuksTagType.HUKS_TAG_TYPE_UINT |1
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT |2
Differences: HUKS_TAG_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT |2
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_SIZE = HuksTagType.HUKS_TAG_TYPE_UINT |3
Differences: HUKS_TAG_KEY_SIZE = HuksTagType.HUKS_TAG_TYPE_UINT |3
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_DIGEST = HuksTagType.HUKS_TAG_TYPE_UINT |4
Differences: HUKS_TAG_DIGEST = HuksTagType.HUKS_TAG_TYPE_UINT |4
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_PADDING = HuksTagType.HUKS_TAG_TYPE_UINT |5
Differences: HUKS_TAG_PADDING = HuksTagType.HUKS_TAG_TYPE_UINT |5
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_BLOCK_MODE = HuksTagType.HUKS_TAG_TYPE_UINT |6
Differences: HUKS_TAG_BLOCK_MODE = HuksTagType.HUKS_TAG_TYPE_UINT |6
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |7
Differences: HUKS_TAG_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |7
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ASSOCIATED_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |8
Differences: HUKS_TAG_ASSOCIATED_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |8
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_NONCE = HuksTagType.HUKS_TAG_TYPE_BYTES |9
Differences: HUKS_TAG_NONCE = HuksTagType.HUKS_TAG_TYPE_BYTES |9
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IV = HuksTagType.HUKS_TAG_TYPE_BYTES |10
Differences: HUKS_TAG_IV = HuksTagType.HUKS_TAG_TYPE_BYTES |10
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_INFO = HuksTagType.HUKS_TAG_TYPE_BYTES |11
Differences: HUKS_TAG_INFO = HuksTagType.HUKS_TAG_TYPE_BYTES |11
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_SALT = HuksTagType.HUKS_TAG_TYPE_BYTES |12
Differences: HUKS_TAG_SALT = HuksTagType.HUKS_TAG_TYPE_BYTES |12
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES |13
Differences: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES |13
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ITERATION = HuksTagType.HUKS_TAG_TYPE_UINT |14
Differences: HUKS_TAG_ITERATION = HuksTagType.HUKS_TAG_TYPE_UINT |14
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_GENERATE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |15
Differences: HUKS_TAG_KEY_GENERATE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |15
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |16
Differences: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |16
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES |17
Differences: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES |17
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |18
Differences: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |18
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AGREE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |19
Differences: HUKS_TAG_AGREE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |19
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AGREE_PUBLIC_KEY_IS_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |20
Differences: HUKS_TAG_AGREE_PUBLIC_KEY_IS_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |20
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AGREE_PRIVATE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BYTES |21
Differences: HUKS_TAG_AGREE_PRIVATE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BYTES |21
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AGREE_PUBLIC_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |22
Differences: HUKS_TAG_AGREE_PUBLIC_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |22
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BYTES |23
Differences: HUKS_TAG_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BYTES |23
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_DERIVE_KEY_SIZE = HuksTagType.HUKS_TAG_TYPE_UINT |24
Differences: HUKS_TAG_DERIVE_KEY_SIZE = HuksTagType.HUKS_TAG_TYPE_UINT |24
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IMPORT_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |25
Differences: HUKS_TAG_IMPORT_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |25
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_UNWRAP_ALGORITHM_SUITE = HuksTagType.HUKS_TAG_TYPE_UINT |26
Differences: HUKS_TAG_UNWRAP_ALGORITHM_SUITE = HuksTagType.HUKS_TAG_TYPE_UINT |26
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_DERIVED_AGREED_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT |29
Differences: HUKS_TAG_DERIVED_AGREED_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT |29
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_RSA_PSS_SALT_LEN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |30
Differences: HUKS_TAG_RSA_PSS_SALT_LEN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |30
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |201
Differences: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |201
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |202
Differences: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |202
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |203
Differences: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |203
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |204
Differences: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |204
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ALL_USERS = HuksTagType.HUKS_TAG_TYPE_BOOL |301
Differences: HUKS_TAG_ALL_USERS = HuksTagType.HUKS_TAG_TYPE_BOOL |301
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_USER_ID = HuksTagType.HUKS_TAG_TYPE_UINT |302
Differences: HUKS_TAG_USER_ID = HuksTagType.HUKS_TAG_TYPE_UINT |302
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_NO_AUTH_REQUIRED = HuksTagType.HUKS_TAG_TYPE_BOOL |303
Differences: HUKS_TAG_NO_AUTH_REQUIRED = HuksTagType.HUKS_TAG_TYPE_BOOL |303
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_USER_AUTH_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |304
Differences: HUKS_TAG_USER_AUTH_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |304
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AUTH_TIMEOUT = HuksTagType.HUKS_TAG_TYPE_UINT |305
Differences: HUKS_TAG_AUTH_TIMEOUT = HuksTagType.HUKS_TAG_TYPE_UINT |305
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AUTH_TOKEN = HuksTagType.HUKS_TAG_TYPE_BYTES |306
Differences: HUKS_TAG_AUTH_TOKEN = HuksTagType.HUKS_TAG_TYPE_BYTES |306
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_AUTH_ACCESS_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |307
Differences: HUKS_TAG_KEY_AUTH_ACCESS_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |307
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_SECURE_SIGN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |308
Differences: HUKS_TAG_KEY_SECURE_SIGN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |308
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |309
Differences: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |309
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT |310
Differences: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT |310
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT |311
Differences: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT |311
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AUTH_STORAGE_LEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |316
Differences: HUKS_TAG_AUTH_STORAGE_LEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |316
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_CHALLENGE = HuksTagType.HUKS_TAG_TYPE_BYTES |501
Differences: HUKS_TAG_ATTESTATION_CHALLENGE = HuksTagType.HUKS_TAG_TYPE_BYTES |501
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_APPLICATION_ID = HuksTagType.HUKS_TAG_TYPE_BYTES |502
Differences: HUKS_TAG_ATTESTATION_APPLICATION_ID = HuksTagType.HUKS_TAG_TYPE_BYTES |502
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES |503
Differences: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES |503
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES |504
Differences: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES |504
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES |505
Differences: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES |505
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES |506
Differences: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES |506
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES |507
Differences: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES |507
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES |508
Differences: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES |508
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES |509
Differences: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES |509
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES |510
Differences: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES |510
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_ALIAS = HuksTagType.HUKS_TAG_TYPE_BYTES |511
Differences: HUKS_TAG_ATTESTATION_ID_ALIAS = HuksTagType.HUKS_TAG_TYPE_BYTES |511
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES |512
Differences: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES |512
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES |513
Differences: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES |513
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_SEC_LEVEL_INFO = HuksTagType.HUKS_TAG_TYPE_BYTES |514
Differences: HUKS_TAG_ATTESTATION_ID_SEC_LEVEL_INFO = HuksTagType.HUKS_TAG_TYPE_BYTES |514
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ATTESTATION_ID_VERSION_INFO = HuksTagType.HUKS_TAG_TYPE_BYTES |515
Differences: HUKS_TAG_ATTESTATION_ID_VERSION_INFO = HuksTagType.HUKS_TAG_TYPE_BYTES |515
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IS_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1001
Differences: HUKS_TAG_IS_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1001
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT |1002
Differences: HUKS_TAG_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT |1002
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IS_ALLOWED_WRAP = HuksTagType.HUKS_TAG_TYPE_BOOL |1003
Differences: HUKS_TAG_IS_ALLOWED_WRAP = HuksTagType.HUKS_TAG_TYPE_BOOL |1003
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_WRAP_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |1004
Differences: HUKS_TAG_KEY_WRAP_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT |1004
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_AUTH_ID = HuksTagType.HUKS_TAG_TYPE_BYTES |1005
Differences: HUKS_TAG_KEY_AUTH_ID = HuksTagType.HUKS_TAG_TYPE_BYTES |1005
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_ROLE = HuksTagType.HUKS_TAG_TYPE_UINT |1006
Differences: HUKS_TAG_KEY_ROLE = HuksTagType.HUKS_TAG_TYPE_UINT |1006
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT |1007
Differences: HUKS_TAG_KEY_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT |1007
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IS_ASYNCHRONIZED = HuksTagType.HUKS_TAG_TYPE_UINT |1008
Differences: HUKS_TAG_IS_ASYNCHRONIZED = HuksTagType.HUKS_TAG_TYPE_UINT |1008
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1009
Differences: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1009
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES |1010
Differences: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES |1010
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_DOMAIN = HuksTagType.HUKS_TAG_TYPE_UINT |1011
Differences: HUKS_TAG_KEY_DOMAIN = HuksTagType.HUKS_TAG_TYPE_UINT |1011
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IS_DEVICE_PASSWORD_SET = HuksTagType.HUKS_TAG_TYPE_BOOL |1012
Differences: HUKS_TAG_IS_DEVICE_PASSWORD_SET = HuksTagType.HUKS_TAG_TYPE_BOOL |1012
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10001
Differences: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10001
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10002
Differences: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10002
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10003
Differences: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10003
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10004
Differences: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10004
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG |10005
Differences: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG |10005
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |10006
Differences: HUKS_TAG_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |10006
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10007
Differences: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10007
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT |10008
Differences: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT |10008
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_AE_TAG = HuksTagType.HUKS_TAG_TYPE_BYTES |10009
Differences: HUKS_TAG_AE_TAG = HuksTagType.HUKS_TAG_TYPE_BYTES |10009
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG |10010
Differences: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG |10010
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10101
Differences: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10101
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |10102
Differences: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |10102
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_SYMMETRIC_KEY_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |20001
Differences: HUKS_TAG_SYMMETRIC_KEY_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |20001
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ASYMMETRIC_PUBLIC_KEY_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |20002
Differences: HUKS_TAG_ASYMMETRIC_PUBLIC_KEY_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |20002
api/@ohos.security.huks.d.ts
New APINAClass name: HuksTag;
API declaration: HUKS_TAG_ASYMMETRIC_PRIVATE_KEY_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |20003
Differences: HUKS_TAG_ASYMMETRIC_PRIVATE_KEY_DATA = HuksTagType.HUKS_TAG_TYPE_BYTES |20003
api/@ohos.security.huks.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.security.huks.d.ts
Differences: UniversalKeystoreKit
api/@ohos.security.huks.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: kits@kit.UniversalKeystoreKit.d.ts
Differences: UniversalKeystoreKit
kits/@kit.UniversalKeystoreKit.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/fcgGNUPi