Searched refs:Uint8Array (Results 1 – 14 of 14) sorted by relevance
121 …function installAppCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string, callb…122 …function installAppCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string) : Pro…133 …function installPrivateCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string, c…134 …function installPrivateCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string) :…296 function update(handle: Uint8Array, data: Uint8Array, callback: AsyncCallback<boolean>) : void;297 function update(handle: Uint8Array, data: Uint8Array) : Promise<boolean>;307 function finish(handle: Uint8Array, callback: AsyncCallback<CMResult>) : void;308 …function finish(handle: Uint8Array, signature: Uint8Array, callback: AsyncCallback<CMResult>) : vo…309 function finish(handle: Uint8Array, signature?: Uint8Array) : Promise<CMResult>;318 function abort(handle: Uint8Array, callback: AsyncCallback<boolean>) : void;[all …]
23 protected challenge: Uint8Array;24 protected token: Uint8Array;25 protected credentialId: Uint8Array;41 async getChallenge() : Promise<Uint8Array> {45 setToken(token: Uint8Array): void {51 getToken() : Uint8Array {58 setCredentialId(credId: Uint8Array): void {64 getCredentialId() : Uint8Array {
33 async authPin(challenge: Uint8Array):Promise<Uint8Array> {40 iInputData.onSetData(SIX_DIGITS_PIN, new Uint8Array(PIN_ASCII_LIST));44 let ret = new Promise<Uint8Array>((resolve)=> {62 resolve(new Uint8Array([]));
51 return String.fromCharCode.apply(null, new Uint8Array(buf));60 var tmpUint8Array = new Uint8Array(arr);
150 var tmpUint8Array = new Uint8Array(testParam.maxInSize);240 var tmpUint8Array = new Uint8Array(512);
107 | auth(challenge : Uint8Array, authType : AuthType, authTrustLevel : AuthTrustLevel, callback : IUs…108 … : number, challenge : Uint8Array, authType : AuthType, authTrustLevel : AuthTrustLevel, callback …109 | cancelAuth(contextID : Uint8Array) : number; | 取消认证 |
178 uin8Array2JsonString(inArray: Uint8Array): string {182 jsonString2Uint8Array(inString: string): Uint8Array {188 return new Uint8Array(buffer);191 string2Uint8Array(inString: string): Uint8Array {197 return new Uint8Array(buffer);
242 function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;280 function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,817 data: Uint8Array;
64 | onSetData: (pinSubType:AuthSubType, data:Uint8Array)=>void | inputerDate回调函数,口令输入界面通过此接口传输口令数据到口令…
57 | onSetData: (pinSubType:AuthSubType, data:Uint8Array)=>void | **inputerdata** callback invoked to …
112 Uint8Array, enumerator
59 hisysevent::HiSysEventParamType::Uint8Array
995 …66"></a>auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: …1000 …rId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: …1005 …a name="p73429332466"></a><a name="p73429332466"></a>cancelAuth(contextID: Uint8Array): number;</p>1076 …2"></a>openSession(callback: AsyncCallback<Uint8Array>): void;<br/>openSession(): Promise<Ui…1096 …6"><a name="p73429332466"></a><a name="p73429332466"></a>cancel(challenge: Uint8Array): number;</p>1101 …"><a name="p73429332466"></a><a name="p73429332466"></a>delUser(token: Uint8Array, callback: IIdmC…1106 …9332466"></a><a name="p73429332466"></a>delCred(credentialId: Uint8Array, token: Uint8Array, callb…1128 …/a><a name="p1671817233812"></a>onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;</p>1206 …1817233812"></a>auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUser…1216 …233812"></a>authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUser…[all …]
305 let data = new Uint8Array(array).buffer;