Searched refs:pubKey (Results 1 – 1 of 1) sorted by relevance
| /interface/sdk-js/api/ |
| D | @ohos.security.cryptoFramework.d.ts | 363 readonly pubKey: PubKey; property 488 convertKey(pubKey: DataBlob, priKey: DataBlob, callback: AsyncCallback<KeyPair>): void; 502 …convertKey(pubKey: DataBlob | null, priKey: DataBlob | null, callback: AsyncCallback<KeyPair>): vo… 516 convertKey(pubKey: DataBlob, priKey: DataBlob): Promise<KeyPair>; 530 convertKey(pubKey: DataBlob | null, priKey: DataBlob | null): Promise<KeyPair>; 1319 init(pubKey: PubKey, callback: AsyncCallback<void>): void; 1333 init(pubKey: PubKey): Promise<void>; 1511 generateSecret(priKey: PriKey, pubKey: PubKey, callback: AsyncCallback<DataBlob>): void; 1526 generateSecret(priKey: PriKey, pubKey: PubKey): Promise<DataBlob>;
|