Searched refs:PubKey (Results 1 – 2 of 2) sorted by relevance
379 verify(key: cryptoFramework.PubKey, callback: AsyncCallback<void>): void;391 verify(key: cryptoFramework.PubKey): Promise<void>;428 getPublicKey(): cryptoFramework.PubKey;894 verify(key: cryptoFramework.PubKey, callback: AsyncCallback<void>): void;906 verify(key: cryptoFramework.PubKey): Promise<void>;
322 interface PubKey extends Key { interface363 readonly pubKey: PubKey;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>;2261 generatePubKey(callback: AsyncCallback<PubKey>): void;2273 generatePubKey(): Promise<PubKey>;