Lines Matching refs:signature
15 …- Perform signing and signature verification using an application certificate and its private cred…
19 …ted, you need to know the combinations of the algorithm and the signing/signature verification par…
21 …signature verification in certificate management depends on [HUKS](../UniversalKeystoreKit/huks-ov…
36 …callback: AsyncCallback\<CMHandle>) : void | Initializes the signing or signature verification ope…
37 …ec: CMSignatureSpec) : Promise\<CMHandle> | Initializes the signing or signature verification ope…
41 | certificateManager | finish(handle: Uint8Array, signature: Uint8Array, callback: AsyncCall…
42 … | finish(handle: Uint8Array, signature?: Uint8Array) : Promise\<CMResult> | Finishes the si…
43 … callback: AsyncCallback\<void>) : void | Aborts the signing or signature verification ope…
44 … | abort(handle: Uint8Array) : Promise\<void> | Aborts the signing or signature verification ope…
93 /* Generate a signature. */
98 /* Construct the parameters for signature verification. */
105 /** Verify the signature. */