| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: AtManager
Method or attribute name: verifyAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager
Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\, requestCallback: AsyncCallback\) : void;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\) : Promise\;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager
Method or attribute name: getVersion(): Promise\;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager
Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\, permissionList: Array\, callback: Callback\): void;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager
Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\, permissionList: Array\, callback?: Callback\): void;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeType|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeType
Method or attribute name: |@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: |@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo
Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo
Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo
Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number): Promise\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\, callback: Callback\): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\, callback?: Callback\): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus
Method or attribute name: PERM_INACTIVE = 0|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus
Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus
Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: activeStatus: PermissionActiveStatus;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsageFlag|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsageFlag
Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsageFlag
Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: permissionNames: Array\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: flag: PermissionUsageFlag;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse
Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse
Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse
Method or attribute name: bundleRecords: Array\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: permissionRecords: Array\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: accessCount: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: rejectCount: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: lastAccessTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: lastRejectTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: lastAccessDuration: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: accessRecords: Array\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: rejectRecords: Array\;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail
Method or attribute name: status: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail
Method or attribute name: timestamp: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail
Method or attribute name: accessDuration: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: cert|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 19030002|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CERT_NOT_YET_VALID = 19030003|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CERT_HAS_EXPIRED = 19030004|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 19030006|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: DataBlob|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: DataBlob
Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: DataArray|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: DataArray
Method or attribute name: data : Array\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: EncodingFormat|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: EncodingFormat
Method or attribute name: FORMAT_DER = 0|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: EncodingFormat
Method or attribute name: FORMAT_PEM = 1|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: EncodingBlob|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: EncodingBlob
Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: EncodingBlob
Method or attribute name: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainData|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainData
Method or attribute name: data: Uint8Array;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainData
Method or attribute name: count : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainData
Method or attribute name: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getEncoded(callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getEncoded() : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getNotBeforeTime() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getNotAfterTime() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getBasicConstraints() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getEncoded(callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getEncoded() : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getRevocationDate() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getType() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getEncoded(callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getEncoded() : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getLastUpdate() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getNextUpdate() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCerts(callback : AsyncCallback\>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCerts() : Promise\>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator
Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator
Method or attribute name: validate(certChain : CertChainData) : Promise\;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator
Method or attribute name: readonly algorithm : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: ERR_OUT_OF_MEMORY = 17620001|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: ERR_RUNTIME_ERROR = 17620002|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: ERR_CRYPTO_OPERATION = 17630001|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: DataBlob|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: DataBlob
Method or attribute name: data : Uint8Array;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: ParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: ParamsSpec
Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: IvParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: IvParamsSpec
Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec
Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec
Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec
Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec
Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec
Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec
Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CryptoMode|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CryptoMode
Method or attribute name: ENCRYPT_MODE = 0|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CryptoMode
Method or attribute name: DECRYPT_MODE = 1|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key
Method or attribute name: getEncoded() : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key
Method or attribute name: readonly format : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKey|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKey
Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: PriKey|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: PriKey
Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: PubKey|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyPair|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyPair
Method or attribute name: readonly priKey : PriKey;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyPair
Method or attribute name: readonly pubKey : PubKey;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random
Method or attribute name: generateRandom(len : number, callback: AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random
Method or attribute name: generateRandom(len : number) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random
Method or attribute name: setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createRandom() : Random;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: generateKeyPair(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: generateKeyPair() : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: generateSymKey(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: generateSymKey() : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: convertKey(key : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: convertKey(key : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createAsyKeyGenerator(algName : string) : AsyKeyGenerator;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createSymKeyGenerator(algName : string) : SymKeyGenerator;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: init(key : SymKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: init(key : SymKey) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: update(input : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: update(input : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: doFinal(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: doFinal() : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: getMacLength() : number;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createMac(algName : string) : Mac;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: update(input : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: update(input : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: digest(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: digest() : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: getMdLength() : number;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createMd(algName : string) : Md;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: update(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: update(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: doFinal(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: doFinal(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createCipher(transformation : string) : Cipher;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: init(priKey : PriKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: init(priKey : PriKey) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: update(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: update(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: sign(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: sign(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: init(pubKey : PubKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: init(pubKey : PubKey) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: update(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: update(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: verify(data : DataBlob, signatureData : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: verify(data : DataBlob, signatureData : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createSign(algName : string) : Sign;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createVerify(algName : string) : Verify;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement
Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement
Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey) : Promise\;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createKeyAgreement(algName : string) : KeyAgreement;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function initSession(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function abortSession(handle: number, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks
Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksSessionHandle|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSessionHandle
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksSessionHandle
Method or attribute name: handle: number;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSessionHandle
Method or attribute name: handle: number;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksSessionHandle
Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSessionHandle
Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult
Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult
Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult
Method or attribute name: properties?: Array\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult
Method or attribute name: properties?: Array\;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult
Method or attribute name: certChains?: Array\;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult
Method or attribute name: certChains?: Array\;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyDigest
Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyDigest
Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksKeySize
Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeySize
Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksKeySize
Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeySize
Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUnwrapSuite|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUnwrapSuite
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUnwrapSuite
Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUnwrapSuite
Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUnwrapSuite
Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUnwrapSuite
Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksAuthAccessType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksAuthAccessType
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksSecureSignType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSecureSignType
Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks
Class name: HuksSecureSignType
Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSecureSignType
Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_IMPORT_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 25|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_UNWRAP_ALGORITHM_SUITE = HuksTagType.HUKS_TAG_TYPE_UINT \| 26|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_AUTH_ACCESS_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 307|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_SECURE_SIGN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 308|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 309|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT \| 310|@ohos.security.huks.d.ts|
|Added|NA|Module name: PermissionRequestResult
Class name: PermissionRequestResult|PermissionRequestResult.d.ts|
|Added|NA|Module name: PermissionRequestResult
Class name: PermissionRequestResult
Method or attribute name: permissions: Array\;|PermissionRequestResult.d.ts|
|Added|NA|Module name: PermissionRequestResult
Class name: PermissionRequestResult
Method or attribute name: authResults: Array\;|PermissionRequestResult.d.ts|
|Deprecated version changed|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
Deprecated version: N/A|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.abilityAccessCtrl.AtManager|@ohos.abilityAccessCtrl.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.generateKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.generateKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.deleteKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.deleteKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.importKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.importKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.exportKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.exportKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.getKeyItemProperties |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.getKeyItemProperties |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.isKeyItemExist |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.isKeyItemExist |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.initSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.initSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.updateSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.updateSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.finishSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.finishSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.abortSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.abortSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksHandle
Deprecated version: N/A|Class name: HuksHandle
Deprecated version: 9
Substitute API: ohos.security.huks.HuksSessionHandle |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksResult
Deprecated version: N/A|Class name: HuksResult
Deprecated version: 9
Substitute API: ohos.security.huks.HuksReturnResult |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksErrorCode
Deprecated version: N/A|Class name: HuksErrorCode
Deprecated version: 9
Substitute API: ohos.security.huks.HuksExceptionErrCode |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: Cipher
Deprecated version: N/A|Class name: Cipher
Deprecated version: 9
Substitute API: ohos.security.cryptoFramework.Cipher |@system.cipher.d.ts|
|Deprecated version changed|Class name: Cipher
Method or attribute name: static rsa(options: CipherRsaOptions): void;
Deprecated version: N/A|Class name: Cipher
Method or attribute name: static rsa(options: CipherRsaOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.cipher.d.ts|
|Deprecated version changed|Class name: Cipher
Method or attribute name: static aes(options: CipherAesOptions): void;
Deprecated version: N/A|Class name: Cipher
Method or attribute name: static aes(options: CipherAesOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.cipher.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Initial version: 8|@ohos.security.huks.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: Permissions): Promise\;
|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\;
|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\;
|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\): void;
|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\): void;
|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\;
|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\;
|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\): void;
|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\): void;
|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager
Method or attribute name: getPermissionFlags(tokenID: number, permissionName: string): Promise\;
|Class name: AtManager
Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\;
|@ohos.abilityAccessCtrl.d.ts|