Lines Matching refs:Uint8Array

84 | cert          | Uint8Array         | 否  | 否  | 表示证书二进制数据。 |
112 | credentialData | Uint8Array | 否 | 否 | 表示凭据二进制数据。 |
140 | outData | Uint8Array | 否 | 是 | 表示签名结果。 |
150 | handle | Uint8Array | 否 | 否 | 签名、验签的初始化操作句柄。 |
170 installPrivateCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string, callback: A…
182 | keystore | Uint8Array | 是 | 表示带有密钥对和证书的密钥库文件。 |
204 let keystore: Uint8Array = new Uint8Array([
224 installPrivateCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string): Promise\<C…
236 | keystore | Uint8Array | 是 | 表示带有密钥对和证书的密钥库文件。 |
265 let keystore: Uint8Array = new Uint8Array([
595 update(handle: Uint8Array, data: Uint8Array, callback: AsyncCallback\<void>): void
607 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
608 | data | Uint8Array | 是 | 表示待签名、验签的数据。 |
626 let cmHandle: Uint8Array = new Uint8Array([
629 let srcData: Uint8Array = new Uint8Array([
647 update(handle: Uint8Array, data: Uint8Array): Promise\<void>
659 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
660 | data | Uint8Array | 是 | 表示待签名、验签的数据。 |
684 let cmHandle: Uint8Array = new Uint8Array([
687 let srcData: Uint8Array = new Uint8Array([
703 finish(handle: Uint8Array, callback: AsyncCallback\<CMResult>): void
715 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
733 let cmHandle: Uint8Array = new Uint8Array([
742 let signRes: Uint8Array = cmResult.outData;
756 finish(handle: Uint8Array, signature: Uint8Array, callback: AsyncCallback\<CMResult>): void
768 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
769 | signature | Uint8Array | 是 | 表示签名数据。 |
787 let cmHandle: Uint8Array = new Uint8Array([
790 let signRes: Uint8Array = new Uint8Array([
808 finish(handle: Uint8Array, signature?: Uint8Array): Promise\<CMResult>
820 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
821 | signature | Uint8Array | 否 | 表示签名数据。 |
845 let cmHandle: Uint8Array = new Uint8Array([
852 let signRes1: Uint8Array = cmResult.outData;
862 let signRes: Uint8Array = new Uint8Array([
878 abort(handle: Uint8Array, callback: AsyncCallback\<void>): void
890 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
908 let cmHandle: Uint8Array = new Uint8Array([
926 abort(handle: Uint8Array): Promise\<void>
938 | handle | Uint8Array | 是 | 表示初始化操作返回的句柄。 |
962 let cmHandle: Uint8Array = new Uint8Array([