1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: HuksSessionHandle;<br>Method or attribute name: handle: number;|@ohos.security.huks.d.ts| 4|Added|NA|Class name: HuksReturnResult;<br>Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts| 5|Added|NA|Class name: HuksReturnResult;<br>Method or attribute name: properties?: Array\<HuksParam>;|@ohos.security.huks.d.ts| 6|Added|NA|Class name: HuksReturnResult;<br>Method or attribute name: certChains?: Array\<string>;|@ohos.security.huks.d.ts| 7|Added|NA|Class name: AtManager;<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;|@ohos.abilityAccessCtrl.d.ts| 8|Added|NA|Class name: AtManager;<br>Method or attribute name: verifyAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts| 9|Added|NA|Class name: AtManager;<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;|@ohos.abilityAccessCtrl.d.ts| 10|Added|NA|Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;|@ohos.abilityAccessCtrl.d.ts| 11|Added|NA|Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>) : Promise\<PermissionRequestResult>;|@ohos.abilityAccessCtrl.d.ts| 12|Added|NA|Class name: AtManager;<br>Method or attribute name: getVersion(): Promise\<number>;|@ohos.abilityAccessCtrl.d.ts| 13|Added|NA|Class name: AtManager;<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;|@ohos.abilityAccessCtrl.d.ts| 14|Added|NA|Class name: AtManager;<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;|@ohos.abilityAccessCtrl.d.ts| 15|Added|NA|Class name: PermissionStateChangeType;<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts| 16|Added|NA|Class name: PermissionStateChangeType;<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts| 17|Added|NA|Class name: PermissionStateChangeInfo;<br>Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts| 18|Added|NA|Class name: PermissionStateChangeInfo;<br>Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts| 19|Added|NA|Class name: PermissionStateChangeInfo;<br>Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts| 20|Added|NA|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number): Promise\<void>;|@ohos.privacyManager.d.ts| 21|Added|NA|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts| 22|Added|NA|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|@ohos.privacyManager.d.ts| 23|Added|NA|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|@ohos.privacyManager.d.ts| 24|Added|NA|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;|@ohos.privacyManager.d.ts| 25|Added|NA|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts| 26|Added|NA|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;|@ohos.privacyManager.d.ts| 27|Added|NA|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts| 28|Added|NA|Class name: privacyManager;<br>Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;|@ohos.privacyManager.d.ts| 29|Added|NA|Class name: privacyManager;<br>Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;|@ohos.privacyManager.d.ts| 30|Added|NA|Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_INACTIVE = 0|@ohos.privacyManager.d.ts| 31|Added|NA|Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1|@ohos.privacyManager.d.ts| 32|Added|NA|Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2|@ohos.privacyManager.d.ts| 33|Added|NA|Class name: ActiveChangeResponse;<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts| 34|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts| 35|Added|NA|Class name: BundleUsedRecord;<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts| 36|Added|NA|Class name: ActiveChangeResponse;<br>Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts| 37|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts| 38|Added|NA|Class name: ActiveChangeResponse;<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts| 39|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts| 40|Added|NA|Class name: BundleUsedRecord;<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts| 41|Added|NA|Class name: ActiveChangeResponse;<br>Method or attribute name: activeStatus: PermissionActiveStatus;|@ohos.privacyManager.d.ts| 42|Added|NA|Class name: PermissionUsageFlag;<br>Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0|@ohos.privacyManager.d.ts| 43|Added|NA|Class name: PermissionUsageFlag;<br>Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1|@ohos.privacyManager.d.ts| 44|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts| 45|Added|NA|Class name: BundleUsedRecord;<br>Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts| 46|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts| 47|Added|NA|Class name: BundleUsedRecord;<br>Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts| 48|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames: Array\<Permissions>;|@ohos.privacyManager.d.ts| 49|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts| 50|Added|NA|Class name: PermissionUsedResponse;<br>Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts| 51|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts| 52|Added|NA|Class name: PermissionUsedResponse;<br>Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts| 53|Added|NA|Class name: PermissionUsedRequest;<br>Method or attribute name: flag: PermissionUsageFlag;|@ohos.privacyManager.d.ts| 54|Added|NA|Class name: PermissionUsedResponse;<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;|@ohos.privacyManager.d.ts| 55|Added|NA|Class name: BundleUsedRecord;<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;|@ohos.privacyManager.d.ts| 56|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: accessCount: number;|@ohos.privacyManager.d.ts| 57|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: rejectCount: number;|@ohos.privacyManager.d.ts| 58|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessTime: number;|@ohos.privacyManager.d.ts| 59|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: lastRejectTime: number;|@ohos.privacyManager.d.ts| 60|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessDuration: number;|@ohos.privacyManager.d.ts| 61|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;|@ohos.privacyManager.d.ts| 62|Added|NA|Class name: PermissionUsedRecord;<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;|@ohos.privacyManager.d.ts| 63|Added|NA|Class name: UsedRecordDetail;<br>Method or attribute name: status: number;|@ohos.privacyManager.d.ts| 64|Added|NA|Class name: UsedRecordDetail;<br>Method or attribute name: timestamp: number;|@ohos.privacyManager.d.ts| 65|Added|NA|Class name: UsedRecordDetail;<br>Method or attribute name: accessDuration: number;|@ohos.privacyManager.d.ts| 66| Added | NA | Class name: CertResult; <br>Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 19030002 | @ohos.security.cert.d.ts | 67| Added | NA | Class name: CertResult; <br/>Method or attribute name: ERR_CERT_NOT_YET_VALID = 19030003 | @ohos.security.cert.d.ts | 68| Added | NA | Class name: CertResult; <br/>Method or attribute name: ERR_CERT_HAS_EXPIRED = 19030004 | @ohos.security.cert.d.ts | 69| Added | NA | Class name: CertResult; <br/>Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005 | @ohos.security.cert.d.ts | 70| Added | NA | Class name: CertResult; <br/>Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 19030006 | @ohos.security.cert.d.ts | 71| Added | NA | Class name: CertResult; <br/>Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007 | @ohos.security.cert.d.ts | 72|Added|NA|Class name: cert;<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback\<X509Cert>) : void;|@ohos.security.cert.d.ts| 73|Added|NA|Class name: cert;<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise\<X509Cert>;|@ohos.security.cert.d.ts| 74|Added|NA|Class name: cert;<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback\<X509Crl>) : void;|@ohos.security.cert.d.ts| 75|Added|NA|Class name: cert;<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise\<X509Crl>;|@ohos.security.cert.d.ts| 76|Added|NA|Class name: cert;<br>Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts| 77|Added|NA|Class name: CertResult;<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cert.d.ts| 78|Added|NA|Class name: CertResult;<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cert.d.ts| 79|Added|NA|Class name: CertResult;<br>Method or attribute name: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts| 80|Added|NA|Class name: CertResult;<br>Method or attribute name: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts| 81|Added|NA|Class name: CertResult;<br>Method or attribute name: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts| 82|Added|NA|Class name: DataBlob;<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts| 83|Added|NA|Class name: EncodingBlob;<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts| 84|Added|NA|Class name: CertChainData;<br>Method or attribute name: data: Uint8Array;|@ohos.security.cert.d.ts| 85|Added|NA|Class name: DataArray;<br>Method or attribute name: data : Array\<Uint8Array>;|@ohos.security.cert.d.ts| 86|Added|NA|Class name: EncodingFormat;<br>Method or attribute name: FORMAT_DER = 0|@ohos.security.cert.d.ts| 87|Added|NA|Class name: EncodingFormat;<br>Method or attribute name: FORMAT_PEM = 1|@ohos.security.cert.d.ts| 88|Added|NA|Class name: EncodingBlob;<br>Method or attribute name: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts| 89|Added|NA|Class name: CertChainData;<br>Method or attribute name: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts| 90|Added|NA|Class name: CertChainData;<br>Method or attribute name: count : number;|@ohos.security.cert.d.ts| 91|Added|NA|Class name: X509Cert;<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts| 92|Added|NA|Class name: X509Crl;<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts| 93|Added|NA|Class name: X509Cert;<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\<void>;|@ohos.security.cert.d.ts| 94|Added|NA|Class name: X509Crl;<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\<void>;|@ohos.security.cert.d.ts| 95|Added|NA|Class name: X509Cert;<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts| 96|Added|NA|Class name: X509CrlEntry;<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts| 97|Added|NA|Class name: X509Crl;<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts| 98|Added|NA|Class name: X509Cert;<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts| 99|Added|NA|Class name: X509CrlEntry;<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts| 100|Added|NA|Class name: X509Crl;<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts| 101|Added|NA|Class name: X509Cert;<br>Method or attribute name: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts| 102|Added|NA|Class name: X509Cert;<br>Method or attribute name: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts| 103|Added|NA|Class name: X509Cert;<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts| 104|Added|NA|Class name: X509Crl;<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts| 105|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts| 106|Added|NA|Class name: X509CrlEntry;<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts| 107|Added|NA|Class name: X509Cert;<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts| 108|Added|NA|Class name: X509Crl;<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts| 109|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts| 110|Added|NA|Class name: X509Cert;<br>Method or attribute name: getNotBeforeTime() : string;|@ohos.security.cert.d.ts| 111|Added|NA|Class name: X509Cert;<br>Method or attribute name: getNotAfterTime() : string;|@ohos.security.cert.d.ts| 112|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts| 113|Added|NA|Class name: X509Crl;<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts| 114|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts| 115|Added|NA|Class name: X509Crl;<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts| 116|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts| 117|Added|NA|Class name: X509Crl;<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts| 118|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts| 119|Added|NA|Class name: X509Crl;<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts| 120|Added|NA|Class name: X509Cert;<br>Method or attribute name: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts| 121|Added|NA|Class name: X509Cert;<br>Method or attribute name: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts| 122|Added|NA|Class name: X509Cert;<br>Method or attribute name: getBasicConstraints() : number;|@ohos.security.cert.d.ts| 123|Added|NA|Class name: X509Cert;<br>Method or attribute name: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts| 124|Added|NA|Class name: X509Cert;<br>Method or attribute name: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts| 125|Added|NA|Class name: X509CrlEntry;<br>Method or attribute name: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts| 126|Added|NA|Class name: X509CrlEntry;<br>Method or attribute name: getRevocationDate() : string;|@ohos.security.cert.d.ts| 127|Added|NA|Class name: X509Crl;<br>Method or attribute name: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts| 128|Added|NA|Class name: X509Crl;<br>Method or attribute name: getType() : string;|@ohos.security.cert.d.ts| 129|Added|NA|Class name: X509Crl;<br>Method or attribute name: getLastUpdate() : string;|@ohos.security.cert.d.ts| 130|Added|NA|Class name: X509Crl;<br>Method or attribute name: getNextUpdate() : string;|@ohos.security.cert.d.ts| 131|Added|NA|Class name: X509Crl;<br>Method or attribute name: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts| 132|Added|NA|Class name: X509Crl;<br>Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts| 133|Added|NA|Class name: X509Crl;<br>Method or attribute name: getRevokedCerts(callback : AsyncCallback\<Array\<X509CrlEntry>>) : void;|@ohos.security.cert.d.ts| 134|Added|NA|Class name: X509Crl;<br>Method or attribute name: getRevokedCerts() : Promise\<Array\<X509CrlEntry>>;|@ohos.security.cert.d.ts| 135|Added|NA|Class name: X509Crl;<br>Method or attribute name: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts| 136|Added|NA|Class name: CertChainValidator;<br>Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts| 137|Added|NA|Class name: CertChainValidator;<br>Method or attribute name: validate(certChain : CertChainData) : Promise\<void>;|@ohos.security.cert.d.ts| 138|Added|NA|Class name: CertChainValidator;<br>Method or attribute name: readonly algorithm : string;|@ohos.security.cert.d.ts| 139|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createRandom() : Random;|@ohos.security.cryptoFramework.d.ts| 140|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createAsyKeyGenerator(algName : string) : AsyKeyGenerator;|@ohos.security.cryptoFramework.d.ts| 141|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createSymKeyGenerator(algName : string) : SymKeyGenerator;|@ohos.security.cryptoFramework.d.ts| 142|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createMac(algName : string) : Mac;|@ohos.security.cryptoFramework.d.ts| 143|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createMd(algName : string) : Md;|@ohos.security.cryptoFramework.d.ts| 144|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createCipher(transformation : string) : Cipher;|@ohos.security.cryptoFramework.d.ts| 145|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createSign(algName : string) : Sign;|@ohos.security.cryptoFramework.d.ts| 146|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createVerify(algName : string) : Verify;|@ohos.security.cryptoFramework.d.ts| 147|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createKeyAgreement(algName : string) : KeyAgreement;|@ohos.security.cryptoFramework.d.ts| 148|Added|NA|Class name: Result;<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cryptoFramework.d.ts| 149|Added|NA|Class name: Result;<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cryptoFramework.d.ts| 150|Added|NA|Class name: Result;<br>Method or attribute name: ERR_OUT_OF_MEMORY = 17620001|@ohos.security.cryptoFramework.d.ts| 151|Added|NA|Class name: Result;<br>Method or attribute name: ERR_RUNTIME_ERROR = 17620002|@ohos.security.cryptoFramework.d.ts| 152|Added|NA|Class name: Result;<br>Method or attribute name: ERR_CRYPTO_OPERATION = 17630001|@ohos.security.cryptoFramework.d.ts| 153|Added|NA|Class name: DataBlob;<br>Method or attribute name: data : Uint8Array;|@ohos.security.cryptoFramework.d.ts| 154|Added|NA|Class name: ParamsSpec;<br>Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts| 155|Added|NA|Class name: IvParamsSpec;<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts| 156|Added|NA|Class name: GcmParamsSpec;<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts| 157|Added|NA|Class name: CcmParamsSpec;<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts| 158|Added|NA|Class name: GcmParamsSpec;<br>Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts| 159|Added|NA|Class name: CcmParamsSpec;<br>Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts| 160|Added|NA|Class name: GcmParamsSpec;<br>Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts| 161|Added|NA|Class name: CcmParamsSpec;<br>Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts| 162|Added|NA|Class name: CryptoMode;<br>Method or attribute name: ENCRYPT_MODE = 0|@ohos.security.cryptoFramework.d.ts| 163|Added|NA|Class name: CryptoMode;<br>Method or attribute name: DECRYPT_MODE = 1|@ohos.security.cryptoFramework.d.ts| 164|Added|NA|Class name: Key;<br>Method or attribute name: getEncoded() : DataBlob;|@ohos.security.cryptoFramework.d.ts| 165|Added|NA|Class name: Key;<br>Method or attribute name: readonly format : string;|@ohos.security.cryptoFramework.d.ts| 166|Added|NA|Class name: Key;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 167|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 168|Added|NA|Class name: SymKeyGenerator;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 169|Added|NA|Class name: Mac;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 170|Added|NA|Class name: Md;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 171|Added|NA|Class name: Cipher;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 172|Added|NA|Class name: Sign;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 173|Added|NA|Class name: Verify;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 174|Added|NA|Class name: KeyAgreement;<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| 175|Added|NA|Class name: SymKey;<br>Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts| 176|Added|NA|Class name: PriKey;<br>Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts| 177|Added|NA|Class name: KeyPair;<br>Method or attribute name: readonly priKey : PriKey;|@ohos.security.cryptoFramework.d.ts| 178|Added|NA|Class name: KeyPair;<br>Method or attribute name: readonly pubKey : PubKey;|@ohos.security.cryptoFramework.d.ts| 179|Added|NA|Class name: Random;<br>Method or attribute name: generateRandom(len : number, callback: AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 180|Added|NA|Class name: Random;<br>Method or attribute name: generateRandom(len : number) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 181|Added|NA|Class name: Random;<br>Method or attribute name: setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts| 182|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: generateKeyPair(callback : AsyncCallback\<KeyPair>) : void;|@ohos.security.cryptoFramework.d.ts| 183|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: generateKeyPair() : Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts| 184|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob, callback : AsyncCallback\<KeyPair>) : void;|@ohos.security.cryptoFramework.d.ts| 185|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts| 186|Added|NA|Class name: SymKeyGenerator;<br>Method or attribute name: generateSymKey(callback : AsyncCallback\<SymKey>) : void;|@ohos.security.cryptoFramework.d.ts| 187|Added|NA|Class name: SymKeyGenerator;<br>Method or attribute name: generateSymKey() : Promise\<SymKey>;|@ohos.security.cryptoFramework.d.ts| 188|Added|NA|Class name: SymKeyGenerator;<br>Method or attribute name: convertKey(key : DataBlob, callback : AsyncCallback\<SymKey>) : void;|@ohos.security.cryptoFramework.d.ts| 189|Added|NA|Class name: SymKeyGenerator;<br>Method or attribute name: convertKey(key : DataBlob) : Promise\<SymKey>;|@ohos.security.cryptoFramework.d.ts| 190|Added|NA|Class name: Mac;<br>Method or attribute name: init(key : SymKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 191|Added|NA|Class name: Mac;<br>Method or attribute name: init(key : SymKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 192|Added|NA|Class name: Mac;<br>Method or attribute name: update(input : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 193|Added|NA|Class name: Md;<br>Method or attribute name: update(input : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 194|Added|NA|Class name: Mac;<br>Method or attribute name: update(input : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 195|Added|NA|Class name: Md;<br>Method or attribute name: update(input : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 196|Added|NA|Class name: Mac;<br>Method or attribute name: doFinal(callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 197|Added|NA|Class name: Mac;<br>Method or attribute name: doFinal() : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 198|Added|NA|Class name: Mac;<br>Method or attribute name: getMacLength() : number;|@ohos.security.cryptoFramework.d.ts| 199|Added|NA|Class name: Md;<br>Method or attribute name: digest(callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 200|Added|NA|Class name: Md;<br>Method or attribute name: digest() : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 201|Added|NA|Class name: Md;<br>Method or attribute name: getMdLength() : number;|@ohos.security.cryptoFramework.d.ts| 202|Added|NA|Class name: Cipher;<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 203|Added|NA|Class name: Cipher;<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 204|Added|NA|Class name: Cipher;<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 205|Added|NA|Class name: Cipher;<br>Method or attribute name: update(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 206|Added|NA|Class name: Cipher;<br>Method or attribute name: doFinal(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 207|Added|NA|Class name: Cipher;<br>Method or attribute name: doFinal(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 208|Added|NA|Class name: Sign;<br>Method or attribute name: init(priKey : PriKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 209|Added|NA|Class name: Sign;<br>Method or attribute name: init(priKey : PriKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 210|Added|NA|Class name: Sign;<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 211|Added|NA|Class name: Verify;<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 212|Added|NA|Class name: Sign;<br>Method or attribute name: update(data : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 213|Added|NA|Class name: Verify;<br>Method or attribute name: update(data : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 214|Added|NA|Class name: Sign;<br>Method or attribute name: sign(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 215|Added|NA|Class name: Sign;<br>Method or attribute name: sign(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 216|Added|NA|Class name: Verify;<br>Method or attribute name: init(pubKey : PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts| 217|Added|NA|Class name: Verify;<br>Method or attribute name: init(pubKey : PubKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts| 218|Added|NA|Class name: Verify;<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob, callback : AsyncCallback\<boolean>) : void;|@ohos.security.cryptoFramework.d.ts| 219|Added|NA|Class name: Verify;<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob) : Promise\<boolean>;|@ohos.security.cryptoFramework.d.ts| 220|Added|NA|Class name: KeyAgreement;<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts| 221|Added|NA|Class name: KeyAgreement;<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts| 222|Added|NA|Class name: huks;<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts| 223|Added|NA|Class name: huks;<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts| 224|Added|NA|Class name: huks;<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts| 225|Added|NA|Class name: huks;<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts| 226|Added|NA|Class name: huks;<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts| 227|Added|NA|Class name: huks;<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts| 228|Added|NA|Class name: huks;<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts| 229|Added|NA|Class name: huks;<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts| 230|Added|NA|Class name: huks;<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 231|Added|NA|Class name: huks;<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts| 232|Added|NA|Class name: huks;<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 233|Added|NA|Class name: huks;<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts| 234|Added|NA|Class name: huks;<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;|@ohos.security.huks.d.ts| 235|Added|NA|Class name: huks;<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;|@ohos.security.huks.d.ts| 236|Added|NA|Class name: huks;<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksSessionHandle>) : void;|@ohos.security.huks.d.ts| 237|Added|NA|Class name: huks;<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions) : Promise\<HuksSessionHandle>;|@ohos.security.huks.d.ts| 238|Added|NA|Class name: huks;<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 239|Added|NA|Class name: huks;<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 240|Added|NA|Class name: huks;<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts| 241|Added|NA|Class name: huks;<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 242|Added|NA|Class name: huks;<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 243|Added|NA|Class name: huks;<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts| 244|Added|NA|Class name: huks;<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts| 245|Added|NA|Class name: huks;<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts| 246|Added|NA|Class name: huks;<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts| 247|Added|NA|Class name: huks;<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts| 248|Added|NA|Class name: HuksSessionHandle;<br>Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts| 249|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts| 250|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts| 251|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts| 252|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts| 253|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts| 254|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts| 255|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts| 256|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts| 257|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts| 258|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts| 259|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts| 260|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts| 261|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts| 262|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts| 263|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts| 264|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts| 265|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts| 266|Added|NA|Class name: HuksExceptionErrCode;<br>Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts| 267|Added|NA|Class name: HuksKeyDigest;<br>Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts| 268|Added|NA|Class name: HuksKeySize;<br>Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts| 269|Added|NA|Class name: HuksKeySize;<br>Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts| 270|Added|NA|Class name: HuksKeyAlg;<br>Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts| 271|Added|NA|Class name: HuksKeyAlg;<br>Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts| 272|Added|NA|Class name: HuksKeyAlg;<br>Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts| 273|Added|NA|Class name: HuksUnwrapSuite;<br>Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts| 274|Added|NA|Class name: HuksUnwrapSuite;<br>Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts| 275|Added|NA|Class name: HuksImportKeyType;<br>Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts| 276|Added|NA|Class name: HuksImportKeyType;<br>Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts| 277|Added|NA|Class name: HuksImportKeyType;<br>Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts| 278|Added|NA|Class name: HuksUserAuthType;<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts| 279|Added|NA|Class name: HuksUserAuthType;<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts| 280|Added|NA|Class name: HuksUserAuthType;<br>Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts| 281|Added|NA|Class name: HuksAuthAccessType;<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts| 282|Added|NA|Class name: HuksAuthAccessType;<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts| 283|Added|NA|Class name: HuksChallengeType;<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts| 284|Added|NA|Class name: HuksChallengeType;<br>Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts| 285|Added|NA|Class name: HuksChallengeType;<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts| 286|Added|NA|Class name: HuksChallengePosition;<br>Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts| 287|Added|NA|Class name: HuksChallengePosition;<br>Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts| 288|Added|NA|Class name: HuksChallengePosition;<br>Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts| 289|Added|NA|Class name: HuksChallengePosition;<br>Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts| 290|Added|NA|Class name: HuksSecureSignType;<br>Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts| 291|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_IMPORT_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 25|@ohos.security.huks.d.ts| 292|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_UNWRAP_ALGORITHM_SUITE = HuksTagType.HUKS_TAG_TYPE_UINT \| 26|@ohos.security.huks.d.ts| 293|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_KEY_AUTH_ACCESS_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 307|@ohos.security.huks.d.ts| 294|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_KEY_SECURE_SIGN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 308|@ohos.security.huks.d.ts| 295|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 309|@ohos.security.huks.d.ts| 296|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT \| 310|@ohos.security.huks.d.ts| 297|Added|NA|Class name: PermissionRequestResult;<br>Method or attribute name: permissions: Array\<string>;|PermissionRequestResult.d.ts| 298|Added|NA|Class name: PermissionRequestResult;<br>Method or attribute name: authResults: Array\<number>;|PermissionRequestResult.d.ts| 299|Deprecated version changed|Class name: AtManager;<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>Old version: |Class name: AtManager;<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>New version: 9<br>Substitute API: ohos.abilityAccessCtrl.AtManager#checkAccessToken|@ohos.abilityAccessCtrl.d.ts| 300|Deprecated version changed|Class name: huks;<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.generateKeyItem|@ohos.security.huks.d.ts| 301|Deprecated version changed|Class name: huks;<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.generateKeyItem|@ohos.security.huks.d.ts| 302|Deprecated version changed|Class name: huks;<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem|@ohos.security.huks.d.ts| 303|Deprecated version changed|Class name: huks;<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem|@ohos.security.huks.d.ts| 304|Deprecated version changed|Class name: huks;<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.importKeyItem|@ohos.security.huks.d.ts| 305|Deprecated version changed|Class name: huks;<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.importKeyItem|@ohos.security.huks.d.ts| 306|Deprecated version changed|Class name: huks;<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.exportKeyItem|@ohos.security.huks.d.ts| 307|Deprecated version changed|Class name: huks;<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.exportKeyItem|@ohos.security.huks.d.ts| 308|Deprecated version changed|Class name: huks;<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties|@ohos.security.huks.d.ts| 309|Deprecated version changed|Class name: huks;<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties|@ohos.security.huks.d.ts| 310|Deprecated version changed|Class name: huks;<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.isKeyItemExist|@ohos.security.huks.d.ts| 311|Deprecated version changed|Class name: huks;<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;<br>Old version: |Class name: huks;<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.security.huks.isKeyItemExist|@ohos.security.huks.d.ts| 312|Deprecated version changed|Class name: huks;<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksHandle>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksHandle>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.initSession|@ohos.security.huks.d.ts| 313|Deprecated version changed|Class name: huks;<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\<HuksHandle>;<br>Old version: |Class name: huks;<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\<HuksHandle>;<br>New version: 9<br>Substitute API: ohos.security.huks.initSession|@ohos.security.huks.d.ts| 314|Deprecated version changed|Class name: huks;<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.updateSession|@ohos.security.huks.d.ts| 315|Deprecated version changed|Class name: huks;<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.updateSession|@ohos.security.huks.d.ts| 316|Deprecated version changed|Class name: huks;<br>Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.finishSession|@ohos.security.huks.d.ts| 317|Deprecated version changed|Class name: huks;<br>Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.finishSession|@ohos.security.huks.d.ts| 318|Deprecated version changed|Class name: huks;<br>Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Old version: |Class name: huks;<br>Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>New version: 9<br>Substitute API: ohos.security.huks.abortSession|@ohos.security.huks.d.ts| 319|Deprecated version changed|Class name: huks;<br>Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Old version: |Class name: huks;<br>Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>New version: 9<br>Substitute API: ohos.security.huks.abortSession|@ohos.security.huks.d.ts| 320|Deprecated version changed|Class name: HuksHandle;<br>Method or attribute name: export interface HuksHandle<br>Old version: |Class name: HuksHandle;<br>Method or attribute name: export interface HuksHandle<br>New version: 9<br>Substitute API: ohos.security.huks.HuksSessionHandle|@ohos.security.huks.d.ts| 321|Deprecated version changed|Class name: HuksHandle;<br>Method or attribute name: errorCode: number;<br>Old version: |Class name: HuksHandle;<br>Method or attribute name: errorCode: number;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksSessionHandle|@ohos.security.huks.d.ts| 322|Deprecated version changed|Class name: HuksResult;<br>Method or attribute name: errorCode: number;<br>Old version: |Class name: HuksResult;<br>Method or attribute name: errorCode: number;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult|@ohos.security.huks.d.ts| 323|Deprecated version changed|Class name: HuksHandle;<br>Method or attribute name: handle: number;<br>Old version: |Class name: HuksHandle;<br>Method or attribute name: handle: number;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksSessionHandle|@ohos.security.huks.d.ts| 324|Deprecated version changed|Class name: HuksHandle;<br>Method or attribute name: token?: Uint8Array;<br>Old version: |Class name: HuksHandle;<br>Method or attribute name: token?: Uint8Array;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksSessionHandle|@ohos.security.huks.d.ts| 325|Deprecated version changed|Class name: HuksResult;<br>Method or attribute name: export interface HuksResult<br>Old version: |Class name: HuksResult;<br>Method or attribute name: export interface HuksResult<br>New version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult|@ohos.security.huks.d.ts| 326|Deprecated version changed|Class name: HuksResult;<br>Method or attribute name: outData?: Uint8Array;<br>Old version: |Class name: HuksResult;<br>Method or attribute name: outData?: Uint8Array;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult|@ohos.security.huks.d.ts| 327|Deprecated version changed|Class name: HuksResult;<br>Method or attribute name: properties?: Array\<HuksParam>;<br>Old version: |Class name: HuksResult;<br>Method or attribute name: properties?: Array\<HuksParam>;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult|@ohos.security.huks.d.ts| 328|Deprecated version changed|Class name: HuksResult;<br>Method or attribute name: certChains?: Array\<string>;<br>Old version: |Class name: HuksResult;<br>Method or attribute name: certChains?: Array\<string>;<br>New version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult|@ohos.security.huks.d.ts| 329|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: export enum HuksErrorCode<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: export enum HuksErrorCode<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 330|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_SUCCESS = 0<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_SUCCESS = 0<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 331|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_FAILURE = -1<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_FAILURE = -1<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 332|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_BAD_STATE = -2<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_BAD_STATE = -2<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 333|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_ARGUMENT = -3<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_ARGUMENT = -3<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 334|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NOT_SUPPORTED = -4<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NOT_SUPPORTED = -4<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 335|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NO_PERMISSION = -5<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NO_PERMISSION = -5<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 336|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INSUFFICIENT_DATA = -6<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INSUFFICIENT_DATA = -6<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 337|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_BUFFER_TOO_SMALL = -7<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_BUFFER_TOO_SMALL = -7<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 338|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INSUFFICIENT_MEMORY = -8<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INSUFFICIENT_MEMORY = -8<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 339|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_COMMUNICATION_FAILURE = -9<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_COMMUNICATION_FAILURE = -9<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 340|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_STORAGE_FAILURE = -10<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_STORAGE_FAILURE = -10<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 341|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_HARDWARE_FAILURE = -11<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_HARDWARE_FAILURE = -11<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 342|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_ALREADY_EXISTS = -12<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_ALREADY_EXISTS = -12<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 343|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NOT_EXIST = -13<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NOT_EXIST = -13<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 344|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NULL_POINTER = -14<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NULL_POINTER = -14<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 345|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_FILE_SIZE_FAIL = -15<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_FILE_SIZE_FAIL = -15<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 346|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_READ_FILE_FAIL = -16<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_READ_FILE_FAIL = -16<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 347|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PUBLIC_KEY = -17<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PUBLIC_KEY = -17<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 348|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PRIVATE_KEY = -18<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PRIVATE_KEY = -18<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 349|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_KEY_INFO = -19<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_KEY_INFO = -19<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 350|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_HASH_NOT_EQUAL = -20<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_HASH_NOT_EQUAL = -20<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 351|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_MALLOC_FAIL = -21<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_MALLOC_FAIL = -21<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 352|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_WRITE_FILE_FAIL = -22<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_WRITE_FILE_FAIL = -22<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 353|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_REMOVE_FILE_FAIL = -23<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_REMOVE_FILE_FAIL = -23<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 354|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_OPEN_FILE_FAIL = -24<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_OPEN_FILE_FAIL = -24<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 355|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CLOSE_FILE_FAIL = -25<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CLOSE_FILE_FAIL = -25<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 356|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_MAKE_DIR_FAIL = -26<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_MAKE_DIR_FAIL = -26<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 357|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_KEY_FILE = -27<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_KEY_FILE = -27<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 358|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_IPC_MSG_FAIL = -28<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_IPC_MSG_FAIL = -28<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 359|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_REQUEST_OVERFLOWS = -29<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_REQUEST_OVERFLOWS = -29<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 360|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_PARAM_NOT_EXIST = -30<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_PARAM_NOT_EXIST = -30<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 361|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CRYPTO_ENGINE_ERROR = -31<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CRYPTO_ENGINE_ERROR = -31<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 362|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_COMMUNICATION_TIMEOUT = -32<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_COMMUNICATION_TIMEOUT = -32<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 363|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_IPC_INIT_FAIL = -33<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_IPC_INIT_FAIL = -33<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 364|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_IPC_DLOPEN_FAIL = -34<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_IPC_DLOPEN_FAIL = -34<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 365|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_EFUSE_READ_FAIL = -35<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_EFUSE_READ_FAIL = -35<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 366|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NEW_ROOT_KEY_MATERIAL_EXIST = -36<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_NEW_ROOT_KEY_MATERIAL_EXIST = -36<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 367|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_UPDATE_ROOT_KEY_MATERIAL_FAIL = -37<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_UPDATE_ROOT_KEY_MATERIAL_FAIL = -37<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 368|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_VERIFICATION_FAILED = -38<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_VERIFICATION_FAILED = -38<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 369|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_ALG_FAIL = -100<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_ALG_FAIL = -100<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 370|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_KEY_SIZE_FAIL = -101<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_KEY_SIZE_FAIL = -101<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 371|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_PADDING_FAIL = -102<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_PADDING_FAIL = -102<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 372|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_PURPOSE_FAIL = -103<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_PURPOSE_FAIL = -103<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 373|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_DIGEST_FAIL = -104<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_DIGEST_FAIL = -104<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 374|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_MODE_FAIL = -105<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_MODE_FAIL = -105<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 375|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_NONCE_FAIL = -106<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_NONCE_FAIL = -106<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 376|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_AAD_FAIL = -107<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_AAD_FAIL = -107<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 377|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_IV_FAIL = -108<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_IV_FAIL = -108<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 378|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_AE_TAG_FAIL = -109<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_AE_TAG_FAIL = -109<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 379|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_SALT_FAIL = -110<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_SALT_FAIL = -110<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 380|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_ITERATION_FAIL = -111<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_CHECK_GET_ITERATION_FAIL = -111<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 381|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_ALGORITHM = -112<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_ALGORITHM = -112<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 382|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_KEY_SIZE = -113<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_KEY_SIZE = -113<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 383|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PADDING = -114<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PADDING = -114<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 384|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PURPOSE = -115<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_PURPOSE = -115<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 385|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_MODE = -116<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_MODE = -116<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 386|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_DIGEST = -117<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_DIGEST = -117<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 387|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_SIGNATURE_SIZE = -118<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_SIGNATURE_SIZE = -118<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 388|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_IV = -119<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_IV = -119<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 389|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_AAD = -120<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_AAD = -120<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 390|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_NONCE = -121<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_NONCE = -121<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 391|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_AE_TAG = -122<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_AE_TAG = -122<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 392|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_SALT = -123<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_SALT = -123<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 393|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_ITERATION = -124<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_ITERATION = -124<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 394|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_OPERATION = -125<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INVALID_OPERATION = -125<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 395|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INTERNAL_ERROR = -999<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_INTERNAL_ERROR = -999<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 396|Deprecated version changed|Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_UNKNOWN_ERROR = -1000<br>Old version: |Class name: HuksErrorCode;<br>Method or attribute name: HUKS_ERROR_UNKNOWN_ERROR = -1000<br>New version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode|@ohos.security.huks.d.ts| 397|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 398|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 399|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 400|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 401|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 402|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 403|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 404|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 405|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 406|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 407|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 408|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 409|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 410|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 411|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 412|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 413|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 414|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 415|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 416|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 417|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 418|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 419|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 420|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 421|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 422|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 423|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 424|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 425|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 426|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 427|Deprecated version changed|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Old version: |Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>New version: 9<br>Substitute API: |@ohos.security.huks.d.ts| 428|Deprecated version changed|Class name: Cipher;<br>Method or attribute name: export default class Cipher<br>Old version: |Class name: Cipher;<br>Method or attribute name: export default class Cipher<br>New version: 9<br>Substitute API: ohos.security.cryptoFramework.Cipher|@system.cipher.d.ts| 429|Deprecated version changed|Class name: Cipher;<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Old version: |Class name: Cipher;<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>New version: 9<br>Substitute API: ohos.security.cryptoFramework.Cipher|@system.cipher.d.ts| 430|Deprecated version changed|Class name: Cipher;<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Old version: |Class name: Cipher;<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>New version: 9<br>Substitute API: ohos.security.cryptoFramework.Cipher|@system.cipher.d.ts| 431|Error code added|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>Old version: |Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>New version: 401,201,12100001,12100002,12100003,12100006,12100007|@ohos.abilityAccessCtrl.d.ts| 432|Error code added|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>Old version: |Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>New version: 401,201,12100001,12100002,12100003,12100006,12100007|@ohos.abilityAccessCtrl.d.ts| 433|Error code added|Class name: AtManager;<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;<br>Old version: |Class name: AtManager;<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;<br>New version: 401,201,12100001,12100002,12100003,12100006,12100007|@ohos.abilityAccessCtrl.d.ts| 434|Function changed|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\<number>;|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;|@ohos.abilityAccessCtrl.d.ts| 435|Function changed|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\<number>): void;|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;|@ohos.abilityAccessCtrl.d.ts| 436|Function changed|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\<number>;|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;|@ohos.abilityAccessCtrl.d.ts| 437|Function changed|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\<number>): void;|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;|@ohos.abilityAccessCtrl.d.ts| 438|Function changed|Class name: AtManager;<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: string): Promise\<number>;|Class name: AtManager;<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;|@ohos.abilityAccessCtrl.d.ts| 439