harmony 鸿蒙js-apidiff-security

  • 2023-02-17
  • 浏览 (295)

操作 旧版本 新版本 d.ts文件
新增 NA 模块名: ohos.abilityAccessCtrl
类名: AtManager
方法 or 属性: requestPermissionsFromUser(context: Context, permissions: Array, requestCallback: AsyncCallback) : void;
@ohos.abilityAccessCtrl.d.ts
新增 NA 模块名: ohos.abilityAccessCtrl
类名: AtManager
方法 or 属性: requestPermissionsFromUser(context: Context, permissions: Array) : Promise;
@ohos.abilityAccessCtrl.d.ts
新增 NA 模块名: ohos.security.cert
类名: cert
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: INVALID_PARAMS = 401
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: NOT_SUPPORT = 801
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_OUT_OF_MEMORY = 19020001
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_RUNTIME_ERROR = 19020002
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CRYPTO_OPERATION = 19030001
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CERT_SIGNATURE_FAILURE = 19030002
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CERT_NOT_YET_VALID = 19030003
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CERT_HAS_EXPIRED = 19030004
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_KEYUSAGE_NO_CERTSIGN = 19030006
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: DataBlob
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: DataBlob
方法 or 属性: data : Uint8Array;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: DataArray
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: DataArray
方法 or 属性: data : Array;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: EncodingFormat
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: EncodingFormat
方法 or 属性: FORMAT_DER = 0
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: EncodingFormat
方法 or 属性: FORMAT_PEM = 1
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: EncodingBlob
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: EncodingBlob
方法 or 属性: data : Uint8Array;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: EncodingBlob
方法 or 属性: encodingFormat : EncodingFormat;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainData
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainData
方法 or 属性: data: Uint8Array;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainData
方法 or 属性: count : number;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainData
方法 or 属性: encodingFormat: EncodingFormat;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: verify(key : cryptoFramework.PubKey, callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: verify(key : cryptoFramework.PubKey) : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getEncoded(callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getEncoded() : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getPublicKey() : cryptoFramework.PubKey;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: checkValidityWithDate(date: string) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getVersion() : number;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSerialNumber() : number;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getIssuerName() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSubjectName() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getNotBeforeTime() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getNotAfterTime() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignature() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignatureAlgName() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignatureAlgOid() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignatureAlgParams() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getKeyUsage() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getExtKeyUsage() : DataArray;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getBasicConstraints() : number;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSubjectAltNames() : DataArray;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getIssuerAltNames() : DataArray;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Cert(inStream : EncodingBlob) : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509CrlEntry
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getEncoded(callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getEncoded() : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getSerialNumber() : number;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getCertIssuer() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getRevocationDate() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: isRevoked(cert : X509Cert) : boolean;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getType() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getEncoded(callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getEncoded() : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: verify(key : cryptoFramework.PubKey, callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: verify(key : cryptoFramework.PubKey) : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getVersion() : number;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getIssuerName() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getLastUpdate() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getNextUpdate() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCert(serialNumber : number) : X509CrlEntry;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCerts(callback : AsyncCallback>) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCerts() : Promise>;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getTbsInfo() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignature() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignatureAlgName() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignatureAlgOid() : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignatureAlgParams() : DataBlob;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Crl(inStream : EncodingBlob) : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainValidator
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainValidator
方法 or 属性: validate(certChain : CertChainData, callback : AsyncCallback) : void;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainValidator
方法 or 属性: validate(certChain : CertChainData) : Promise;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: CertChainValidator
方法 or 属性: readonly algorithm : string;
@ohos.security.cert.d.ts
新增 NA 模块名: ohos.security.cert
类名: cert
方法 or 属性: function createCertChainValidator(algorithm :string) : CertChainValidator;
@ohos.security.cert.d.ts
新增 NA 类名:Random
方法or属性:setSeed(seed : DataBlob) : void;
@ohos.security.cryptoFramework.d.ts
新增 NA 模块名: PermissionRequestResult
类名: PermissionRequestResult
PermissionRequestResult.d.ts
新增 NA 模块名: PermissionRequestResult
类名: PermissionRequestResult
方法 or 属性: permissions: Array;
PermissionRequestResult.d.ts
新增 NA 模块名: PermissionRequestResult
类名: PermissionRequestResult
方法 or 属性: authResults: Array;
PermissionRequestResult.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_CERT_SIGNATURE_FAILURE = 17630002
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_CERT_NOT_YET_VALID = 17630003
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_CERT_HAS_EXPIRED = 17630004
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 17630005
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_KEYUSAGE_NO_CERTSIGN = 17630006
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 17630007
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: DataArray
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: DataArray
方法 or 属性:data : Array;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: EncodingFormat
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: EncodingFormat
方法 or 属性:FORMAT_DER = 0
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: EncodingFormat
方法 or 属性:FORMAT_PEM = 1
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: EncodingBlob
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: EncodingBlob
方法 or 属性:data : Uint8Array;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: EncodingBlob
方法 or 属性:encodingFormat : EncodingFormat;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainData
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainData
方法 or 属性:data: Uint8Array;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainData
方法 or 属性:count : number;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainData
方法 or 属性:encodingFormat: EncodingFormat;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:verify(key : PubKey, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:verify(key : PubKey) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getEncoded(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getEncoded() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getPublicKey(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getPublicKey() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:checkValidityWithDate(date: string, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:checkValidityWithDate(date: string) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getVersion() : number;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSerialNumber() : number;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getIssuerName() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSubjectName() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getNotBeforeTime() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getNotAfterTime() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignature() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignatureAlgName() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignatureAlgOid() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignatureAlgParams() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getKeyUsage() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getExtKeyUsage() : DataArray;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getBasicConstraints() : number;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSubjectAltNames() : DataArray;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getIssuerAltNames() : DataArray;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Cert(inStream : EncodingBlob) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getEncoded(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getEncoded() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getSerialNumber() : number;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getCertIssuer(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getCertIssuer() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getRevocationDate(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getRevocationDate() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:isRevoked(cert : X509Cert, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:isRevoked(cert : X509Cert) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getType() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getEncoded(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getEncoded() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:verify(key : PubKey, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:verify(key : PubKey) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getVersion() : number;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getIssuerName() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getLastUpdate() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getNextUpdate() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCert(serialNumber : number, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCert(serialNumber : number) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCertWithCert(cert : X509Cert, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCertWithCert(cert : X509Cert) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCerts(callback : AsyncCallback>) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCerts() : Promise>;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getTbsInfo(callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getTbsInfo() : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignature() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignatureAlgName() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignatureAlgOid() : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignatureAlgParams() : DataBlob;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Crl(inStream : EncodingBlob) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainValidator
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainValidator
方法 or 属性:validate(certChain : CertChainData, callback : AsyncCallback) : void;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainValidator
方法 or 属性:validate(certChain : CertChainData) : Promise;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名: ohos.security.cryptoFramework
类名: CertChainValidator
方法 or 属性:readonly algorithm : string;
NA @ohos.security.cryptoFramework.d.ts
删除 模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createCertChainValidator(algorithm :string) : CertChainValidator;
NA @ohos.security.cryptoFramework.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID |0
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID |0
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES |13
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES |13
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |16
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |16
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES |17
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES |17
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |18
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |18
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |201
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |201
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |202
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |202
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |203
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |203
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |204
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |204
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES |503
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES |503
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES |504
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES |504
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES |505
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES |505
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES |506
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES |506
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES |507
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES |507
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES |508
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES |508
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES |509
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES |509
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES |510
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES |510
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES |512
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES |512
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES |513
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES |513
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1009
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1009
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES |1010
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES |1010
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10001
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10001
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10002
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10002
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10003
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10003
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10004
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10004
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG |10005
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG |10005
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10007
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10007
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT |10008
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT |10008
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG |10010
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG |10010
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10101
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10101
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
废弃版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |10102
废弃版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |10102
废弃版本:9
代替接口:N/A
@ohos.security.huks.d.ts
起始版本有变化 类名:SymKey
起始版本:N/A
类名:SymKey
起始版本:9
@ohos.security.cryptoFramework.d.ts
起始版本有变化 类名:SymKey
方法 or 属性:clearMem() : void;
起始版本:N/A
类名:SymKey
方法 or 属性:clearMem() : void;
起始版本:9
@ohos.security.cryptoFramework.d.ts
起始版本有变化 类名:Random
起始版本:N/A
类名:Random
起始版本:9
@ohos.security.cryptoFramework.d.ts
起始版本有变化 类名:Cipher
起始版本:N/A
类名:Cipher
起始版本:9
@ohos.security.cryptoFramework.d.ts
起始版本有变化 类名:KeyAgreement
起始版本:N/A
类名:KeyAgreement
起始版本:9
@ohos.security.cryptoFramework.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID |0
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID |0
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES |13
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES |13
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |16
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES |16
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES |17
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES |17
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |18
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT |18
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |201
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |201
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |202
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |202
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |203
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |203
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |204
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG |204
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES |503
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES |503
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES |504
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES |504
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES |505
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES |505
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES |506
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES |506
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES |507
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES |507
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES |508
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES |508
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES |509
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES |509
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES |510
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES |510
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES |512
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES |512
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES |513
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES |513
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1009
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL |1009
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES |1010
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES |1010
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10001
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10001
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10002
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES |10002
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10003
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10003
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10004
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT |10004
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG |10005
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG |10005
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10007
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10007
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT |10008
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT |10008
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG |10010
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG |10010
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10101
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT |10101
起始版本:8
@ohos.security.huks.d.ts
起始版本有变化 类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |10102
起始版本:N/A
类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT |10102
起始版本:8
@ohos.security.huks.d.ts
新增(错误码) NA 类名:AsyKeyGenerator
方法 or 属性:generateKeyPair() : Promise;
错误码内容:401,17620001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:AsyKeyGenerator
方法 or 属性:convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise;
错误码内容:401,17620001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Cipher
方法 or 属性:init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Cipher
方法 or 属性:update(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Cipher
方法 or 属性:doFinal(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Sign
方法 or 属性:init(priKey : PriKey) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Sign
方法 or 属性:update(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Sign
方法 or 属性:sign(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Verify
方法 or 属性:init(pubKey : PubKey) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Verify
方法 or 属性:update(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:Verify
方法 or 属性:verify(data : DataBlob, signatureData : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
新增(错误码) NA 类名:KeyAgreement
方法 or 属性:generateSecret(priKey : PriKey, pubKey : PubKey) : Promise;
错误码内容:401,17620001,17620002,17630001
@ohos.security.cryptoFramework.d.ts
函数有变化 类名:huks
方法 or 属性:function update(handle: number, options: HuksOptions, callback: AsyncCallback) : void;
类名:huks
方法 or 属性:function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback) : void;
@ohos.security.huks.d.ts
函数有变化 类名:huks
方法 or 属性:function update(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback) : void;
类名:huks
方法 or 属性:function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback) : void;
@ohos.security.huks.d.ts
函数有变化 类名:huks
方法 or 属性:function update(handle: number, options: HuksOptions, token?: Uint8Array) : Promise;
类名:huks
方法 or 属性:function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise;
@ohos.security.huks.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙JS API差异报告

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-application

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

harmony 鸿蒙js-apidiff-distributed-data

0  赞