• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array<Permissions>, requestCallback: AsyncCallback<PermissionRequestResult>) : void;|@ohos.abilityAccessCtrl.d.ts|
4|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array<Permissions>) : Promise<PermissionRequestResult>;|@ohos.abilityAccessCtrl.d.ts|
5|Added|NA|Module name: ohos.security.cert<br>Class name: cert|@ohos.security.cert.d.ts|
6|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult|@ohos.security.cert.d.ts|
7|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cert.d.ts|
8|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cert.d.ts|
9|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts|
10|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts|
11|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts|
12|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 19030002|@ohos.security.cert.d.ts|
13|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_NOT_YET_VALID = 19030003|@ohos.security.cert.d.ts|
14|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_HAS_EXPIRED = 19030004|@ohos.security.cert.d.ts|
15|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005|@ohos.security.cert.d.ts|
16|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 19030006|@ohos.security.cert.d.ts|
17|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007|@ohos.security.cert.d.ts|
18|Added|NA|Module name: ohos.security.cert<br>Class name: DataBlob|@ohos.security.cert.d.ts|
19|Added|NA|Module name: ohos.security.cert<br>Class name: DataBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
20|Added|NA|Module name: ohos.security.cert<br>Class name: DataArray|@ohos.security.cert.d.ts|
21|Added|NA|Module name: ohos.security.cert<br>Class name: DataArray<br>Method or attribute name: data : Array<Uint8Array>;|@ohos.security.cert.d.ts|
22|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat|@ohos.security.cert.d.ts|
23|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_DER = 0|@ohos.security.cert.d.ts|
24|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_PEM = 1|@ohos.security.cert.d.ts|
25|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob|@ohos.security.cert.d.ts|
26|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
27|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob<br>Method or attribute name: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts|
28|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData|@ohos.security.cert.d.ts|
29|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: data: Uint8Array;|@ohos.security.cert.d.ts|
30|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: count : number;|@ohos.security.cert.d.ts|
31|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts|
32|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert|@ohos.security.cert.d.ts|
33|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback<void>) : void;|@ohos.security.cert.d.ts|
34|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise<void>;|@ohos.security.cert.d.ts|
35|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getEncoded(callback : AsyncCallback<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
36|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getEncoded() : Promise<EncodingBlob>;|@ohos.security.cert.d.ts|
37|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts|
38|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts|
39|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
40|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
41|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
42|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts|
43|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotBeforeTime() : string;|@ohos.security.cert.d.ts|
44|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime() : string;|@ohos.security.cert.d.ts|
45|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
46|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
47|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
48|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
49|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts|
50|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts|
51|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getBasicConstraints() : number;|@ohos.security.cert.d.ts|
52|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts|
53|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts|
54|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback<X509Cert>) : void;|@ohos.security.cert.d.ts|
55|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise<X509Cert>;|@ohos.security.cert.d.ts|
56|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry|@ohos.security.cert.d.ts|
57|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded(callback : AsyncCallback<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
58|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded() : Promise<EncodingBlob>;|@ohos.security.cert.d.ts|
59|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
60|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts|
61|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate() : string;|@ohos.security.cert.d.ts|
62|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl|@ohos.security.cert.d.ts|
63|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts|
64|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getType() : string;|@ohos.security.cert.d.ts|
65|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getEncoded(callback : AsyncCallback<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
66|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getEncoded() : Promise<EncodingBlob>;|@ohos.security.cert.d.ts|
67|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback<void>) : void;|@ohos.security.cert.d.ts|
68|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise<void>;|@ohos.security.cert.d.ts|
69|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
70|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
71|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getLastUpdate() : string;|@ohos.security.cert.d.ts|
72|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getNextUpdate() : string;|@ohos.security.cert.d.ts|
73|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts|
74|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts|
75|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts(callback : AsyncCallback<Array<X509CrlEntry>>) : void;|@ohos.security.cert.d.ts|
76|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts() : Promise<Array<X509CrlEntry>>;|@ohos.security.cert.d.ts|
77|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts|
78|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
79|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
80|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
81|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
82|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback<X509Crl>) : void;|@ohos.security.cert.d.ts|
83|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise<X509Crl>;|@ohos.security.cert.d.ts|
84|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator|@ohos.security.cert.d.ts|
85|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback<void>) : void;|@ohos.security.cert.d.ts|
86|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData) : Promise<void>;|@ohos.security.cert.d.ts|
87|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: readonly algorithm : string;|@ohos.security.cert.d.ts|
88|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts|
89|Added|NA|Class name: Random<br>Method or attribute name: setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts|
90|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult|PermissionRequestResult.d.ts|
91|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array<string>;|PermissionRequestResult.d.ts|
92|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array<number>;|PermissionRequestResult.d.ts|
93|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 17630002|NA|@ohos.security.cryptoFramework.d.ts|
94|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_CERT_NOT_YET_VALID = 17630003|NA|@ohos.security.cryptoFramework.d.ts|
95|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_CERT_HAS_EXPIRED = 17630004|NA|@ohos.security.cryptoFramework.d.ts|
96|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 17630005|NA|@ohos.security.cryptoFramework.d.ts|
97|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 17630006|NA|@ohos.security.cryptoFramework.d.ts|
98|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 17630007|NA|@ohos.security.cryptoFramework.d.ts|
99|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: DataArray|NA|@ohos.security.cryptoFramework.d.ts|
100|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: DataArray<br>Method or attribute name: data : Array<Uint8Array>;|NA|@ohos.security.cryptoFramework.d.ts|
101|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: EncodingFormat|NA|@ohos.security.cryptoFramework.d.ts|
102|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_DER = 0|NA|@ohos.security.cryptoFramework.d.ts|
103|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_PEM = 1|NA|@ohos.security.cryptoFramework.d.ts|
104|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: EncodingBlob|NA|@ohos.security.cryptoFramework.d.ts|
105|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: EncodingBlob<br>Method or attribute name: data : Uint8Array;|NA|@ohos.security.cryptoFramework.d.ts|
106|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: EncodingBlob<br>Method or attribute name: encodingFormat : EncodingFormat;|NA|@ohos.security.cryptoFramework.d.ts|
107|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainData|NA|@ohos.security.cryptoFramework.d.ts|
108|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainData<br>Method or attribute name: data: Uint8Array;|NA|@ohos.security.cryptoFramework.d.ts|
109|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainData<br>Method or attribute name: count : number;|NA|@ohos.security.cryptoFramework.d.ts|
110|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainData<br>Method or attribute name: encodingFormat: EncodingFormat;|NA|@ohos.security.cryptoFramework.d.ts|
111|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert|NA|@ohos.security.cryptoFramework.d.ts|
112|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: verify(key : PubKey, callback : AsyncCallback<void>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
113|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: verify(key : PubKey) : Promise<void>;|NA|@ohos.security.cryptoFramework.d.ts|
114|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getEncoded(callback : AsyncCallback<EncodingBlob>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
115|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getEncoded() : Promise<EncodingBlob>;|NA|@ohos.security.cryptoFramework.d.ts|
116|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getPublicKey(callback : AsyncCallback<PubKey>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
117|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getPublicKey() : Promise<PubKey>;|NA|@ohos.security.cryptoFramework.d.ts|
118|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: checkValidityWithDate(date: string, callback : AsyncCallback<void>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
119|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: checkValidityWithDate(date: string) : Promise<void>;|NA|@ohos.security.cryptoFramework.d.ts|
120|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getVersion() : number;|NA|@ohos.security.cryptoFramework.d.ts|
121|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSerialNumber() : number;|NA|@ohos.security.cryptoFramework.d.ts|
122|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getIssuerName() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
123|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSubjectName() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
124|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getNotBeforeTime() : string;|NA|@ohos.security.cryptoFramework.d.ts|
125|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime() : string;|NA|@ohos.security.cryptoFramework.d.ts|
126|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSignature() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
127|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgName() : string;|NA|@ohos.security.cryptoFramework.d.ts|
128|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgOid() : string;|NA|@ohos.security.cryptoFramework.d.ts|
129|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
130|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getKeyUsage() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
131|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getExtKeyUsage() : DataArray;|NA|@ohos.security.cryptoFramework.d.ts|
132|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getBasicConstraints() : number;|NA|@ohos.security.cryptoFramework.d.ts|
133|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getSubjectAltNames() : DataArray;|NA|@ohos.security.cryptoFramework.d.ts|
134|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getIssuerAltNames() : DataArray;|NA|@ohos.security.cryptoFramework.d.ts|
135|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback<X509Cert>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
136|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise<X509Cert>;|NA|@ohos.security.cryptoFramework.d.ts|
137|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry|NA|@ohos.security.cryptoFramework.d.ts|
138|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded(callback : AsyncCallback<EncodingBlob>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
139|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded() : Promise<EncodingBlob>;|NA|@ohos.security.cryptoFramework.d.ts|
140|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getSerialNumber() : number;|NA|@ohos.security.cryptoFramework.d.ts|
141|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getCertIssuer(callback : AsyncCallback<DataBlob>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
142|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getCertIssuer() : Promise<DataBlob>;|NA|@ohos.security.cryptoFramework.d.ts|
143|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate(callback : AsyncCallback<string>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
144|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate() : Promise<string>;|NA|@ohos.security.cryptoFramework.d.ts|
145|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl|NA|@ohos.security.cryptoFramework.d.ts|
146|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: isRevoked(cert : X509Cert, callback : AsyncCallback<boolean>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
147|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: isRevoked(cert : X509Cert) : Promise<boolean>;|NA|@ohos.security.cryptoFramework.d.ts|
148|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getType() : string;|NA|@ohos.security.cryptoFramework.d.ts|
149|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getEncoded(callback : AsyncCallback<EncodingBlob>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
150|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getEncoded() : Promise<EncodingBlob>;|NA|@ohos.security.cryptoFramework.d.ts|
151|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: verify(key : PubKey, callback : AsyncCallback<void>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
152|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: verify(key : PubKey) : Promise<void>;|NA|@ohos.security.cryptoFramework.d.ts|
153|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getVersion() : number;|NA|@ohos.security.cryptoFramework.d.ts|
154|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getIssuerName() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
155|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getLastUpdate() : string;|NA|@ohos.security.cryptoFramework.d.ts|
156|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getNextUpdate() : string;|NA|@ohos.security.cryptoFramework.d.ts|
157|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getRevokedCert(serialNumber : number, callback : AsyncCallback<X509CrlEntry>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
158|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getRevokedCert(serialNumber : number) : Promise<X509CrlEntry>;|NA|@ohos.security.cryptoFramework.d.ts|
159|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getRevokedCertWithCert(cert : X509Cert, callback : AsyncCallback<X509CrlEntry>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
160|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : Promise<X509CrlEntry>;|NA|@ohos.security.cryptoFramework.d.ts|
161|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts(callback : AsyncCallback<Array<X509CrlEntry>>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
162|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts() : Promise<Array<X509CrlEntry>>;|NA|@ohos.security.cryptoFramework.d.ts|
163|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getTbsInfo(callback : AsyncCallback<DataBlob>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
164|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getTbsInfo() : Promise<DataBlob>;|NA|@ohos.security.cryptoFramework.d.ts|
165|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getSignature() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
166|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgName() : string;|NA|@ohos.security.cryptoFramework.d.ts|
167|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgOid() : string;|NA|@ohos.security.cryptoFramework.d.ts|
168|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts|
169|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback<X509Crl>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
170|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise<X509Crl>;|NA|@ohos.security.cryptoFramework.d.ts|
171|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainValidator|NA|@ohos.security.cryptoFramework.d.ts|
172|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback<void>) : void;|NA|@ohos.security.cryptoFramework.d.ts|
173|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData) : Promise<void>;|NA|@ohos.security.cryptoFramework.d.ts|
174|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: CertChainValidator<br>Method or attribute name: readonly algorithm : string;|NA|@ohos.security.cryptoFramework.d.ts|
175|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|NA|@ohos.security.cryptoFramework.d.ts|
176|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
177|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
178|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
179|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
180|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
181|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
182|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
183|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
184|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
185|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
186|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
187|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
188|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
189|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
190|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
191|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
192|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
193|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
194|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
195|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
196|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
197|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
198|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
199|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
200|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
201|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
202|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
203|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
204|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
205|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
206|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
207|Initial version changed|Class name: SymKey<br>Initial version: N/A|Class name: SymKey<br>Initial version: 9|@ohos.security.cryptoFramework.d.ts|
208|Initial version changed|Class name: SymKey<br>Method or attribute name: clearMem() : void;<br>Initial version: N/A|Class name: SymKey<br>Method or attribute name: clearMem() : void;<br>Initial version: 9|@ohos.security.cryptoFramework.d.ts|
209|Initial version changed|Class name: Random<br>Initial version: N/A|Class name: Random<br>Initial version: 9|@ohos.security.cryptoFramework.d.ts|
210|Initial version changed|Class name: Cipher<br>Initial version: N/A|Class name: Cipher<br>Initial version: 9|@ohos.security.cryptoFramework.d.ts|
211|Initial version changed|Class name: KeyAgreement<br>Initial version: N/A|Class name: KeyAgreement<br>Initial version: 9|@ohos.security.cryptoFramework.d.ts|
212|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Initial version: 8|@ohos.security.huks.d.ts|
213|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Initial version: 8|@ohos.security.huks.d.ts|
214|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Initial version: 8|@ohos.security.huks.d.ts|
215|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Initial version: 8|@ohos.security.huks.d.ts|
216|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Initial version: 8|@ohos.security.huks.d.ts|
217|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Initial version: 8|@ohos.security.huks.d.ts|
218|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Initial version: 8|@ohos.security.huks.d.ts|
219|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Initial version: 8|@ohos.security.huks.d.ts|
220|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Initial version: 8|@ohos.security.huks.d.ts|
221|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Initial version: 8|@ohos.security.huks.d.ts|
222|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Initial version: 8|@ohos.security.huks.d.ts|
223|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Initial version: 8|@ohos.security.huks.d.ts|
224|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Initial version: 8|@ohos.security.huks.d.ts|
225|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Initial version: 8|@ohos.security.huks.d.ts|
226|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Initial version: 8|@ohos.security.huks.d.ts|
227|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Initial version: 8|@ohos.security.huks.d.ts|
228|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Initial version: 8|@ohos.security.huks.d.ts|
229|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Initial version: 8|@ohos.security.huks.d.ts|
230|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Initial version: 8|@ohos.security.huks.d.ts|
231|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Initial version: 8|@ohos.security.huks.d.ts|
232|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Initial version: 8|@ohos.security.huks.d.ts|
233|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Initial version: 8|@ohos.security.huks.d.ts|
234|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Initial version: 8|@ohos.security.huks.d.ts|
235|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Initial version: 8|@ohos.security.huks.d.ts|
236|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Initial version: 8|@ohos.security.huks.d.ts|
237|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Initial version: 8|@ohos.security.huks.d.ts|
238|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Initial version: 8|@ohos.security.huks.d.ts|
239|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Initial version: 8|@ohos.security.huks.d.ts|
240|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Initial version: 8|@ohos.security.huks.d.ts|
241|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Initial version: 8|@ohos.security.huks.d.ts|
242|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Initial version: 8|@ohos.security.huks.d.ts|
243|Error code added|NA|Class name: AsyKeyGenerator<br>Method or attribute name: generateKeyPair() : Promise<KeyPair>;<br>Error code: 401, 17620001|@ohos.security.cryptoFramework.d.ts|
244|Error code added|NA|Class name: AsyKeyGenerator<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise<KeyPair>;<br>Error code: 401, 17620001|@ohos.security.cryptoFramework.d.ts|
245|Error code added|NA|Class name: Cipher<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise<void>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
246|Error code added|NA|Class name: Cipher<br>Method or attribute name: update(data : DataBlob) : Promise<DataBlob>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
247|Error code added|NA|Class name: Cipher<br>Method or attribute name: doFinal(data : DataBlob) : Promise<DataBlob>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
248|Error code added|NA|Class name: Sign<br>Method or attribute name: init(priKey : PriKey) : Promise<void>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
249|Error code added|NA|Class name: Sign<br>Method or attribute name: update(data : DataBlob) : Promise<void>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
250|Error code added|NA|Class name: Sign<br>Method or attribute name: sign(data : DataBlob) : Promise<DataBlob>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
251|Error code added|NA|Class name: Verify<br>Method or attribute name: init(pubKey : PubKey) : Promise<void>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
252|Error code added|NA|Class name: Verify<br>Method or attribute name: update(data : DataBlob) : Promise<void>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
253|Error code added|NA|Class name: Verify<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob) : Promise<boolean>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
254|Error code added|NA|Class name: KeyAgreement<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey) : Promise<DataBlob>;<br>Error code: 401, 17620001, 17620002, 17630001|@ohos.security.cryptoFramework.d.ts|
255|Function changed|Class name: huks<br>Method or attribute name: function update(handle: number, options: HuksOptions, callback: AsyncCallback<HuksResult>) : void;<br>|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback<HuksResult>) : void;<br>|@ohos.security.huks.d.ts|
256|Function changed|Class name: huks<br>Method or attribute name: function update(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback<HuksResult>) : void;<br>|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback<HuksResult>) : void;<br>|@ohos.security.huks.d.ts|
257|Function changed|Class name: huks<br>Method or attribute name: function update(handle: number, options: HuksOptions, token?: Uint8Array) : Promise<HuksResult>;<br>|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise<HuksResult>;<br>|@ohos.security.huks.d.ts|
258