UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

6 lines (5 loc) 202 B
export declare function storeKeyPair(keyPair: CryptoKeyPair): Promise<unknown>; export declare function getSavedKeyPair(): Promise<{ keyPairName: string; keyPair: CryptoKeyPair; } | undefined>;