mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
hasKey helper
This commit is contained in:
@@ -15,6 +15,7 @@ export abstract class CryptoService {
|
||||
getPrivateKey: () => Promise<ArrayBuffer>;
|
||||
getOrgKeys: () => Promise<Map<string, SymmetricCryptoKey>>;
|
||||
getOrgKey: (orgId: string) => Promise<SymmetricCryptoKey>;
|
||||
hasKey: () => Promise<boolean>;
|
||||
clearKey: () => Promise<any>;
|
||||
clearKeyHash: () => Promise<any>;
|
||||
clearEncKey: (memoryOnly?: boolean) => Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user