@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
9 lines • 338 B
TypeScript
export declare abstract class DataEncryptionKey {
encryptionKeyBuffer: Buffer;
macKeyBuffer: Buffer;
ivKeyBuffer: Buffer;
name: string;
constructor(_rootKey: Buffer, _name: string);
}
export declare function createHmac(_algorithm: string, _key: Buffer): Promise<Buffer>;
//# sourceMappingURL=DataEncryptionKey.d.ts.map