Lines Matching refs:KeyPair
30 * @param { AsyncCallback<KeyPair> } callback - the callback used to return keypair.
36 generateKeyPair(callback: AsyncCallback<KeyPair>): void;
41 * @returns { Promise<KeyPair> } the promise used to return keypair.
47 generateKeyPair(): Promise<KeyPair>;
54 * @param { AsyncCallback<KeyPair> } callback - the callback used to return keypair.
60 convertKey(pubKey: DataBlob, priKey: DataBlob, callback: AsyncCallback<KeyPair>): void;
67 * @returns { Promise<KeyPair> } the promise used to return keypair.
73 convertKey(pubKey: DataBlob, priKey: DataBlob): Promise<KeyPair>;
155 * @param { AsyncCallback<KeyPair> } callback - the callback used to return keypair.
162 generateKeyPair(callback: AsyncCallback<KeyPair>): void;
167 * @returns { Promise<KeyPair> } the promise used to return keypair.
174 generateKeyPair(): Promise<KeyPair>;
181 * @param { AsyncCallback<KeyPair> } callback - the callback used to return keypair.
188 convertKey(pubKey: DataBlob, priKey: DataBlob, callback: AsyncCallback<KeyPair>): void;
195 * @returns { Promise<KeyPair> } the promise used to return keypair.
202 convertKey(pubKey: DataBlob, priKey: DataBlob): Promise<KeyPair>;