@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
6 lines • 326 B
TypeScript
export declare class ProtectedDataEncryptionKeyCache {
constructor(_cacheTimeToLive: number);
}
export declare function randomBytes(_size: number): Promise<string>;
export declare function createHmac(_algorithm: string, _key: string): Promise<string>;
//# sourceMappingURL=ProtectedDataEncryptionKeyCache-browser.d.mts.map