UNPKG

@azure/cosmos

Version:
6 lines 247 B
/** The algorithms used to wrap/unwrap data encryption key with key encryption key. */ export declare enum KeyEncryptionAlgorithm { /** name of supported algo */ RSA_OAEP = "RSA-OAEP" } //# sourceMappingURL=KeyEncryptionAlgorithm.d.ts.map