@am92/kms
Version:
Key Management Service
16 lines (15 loc) • 531 B
TypeScript
import { KeyExportOptions } from 'crypto';
/** @ignore */
export declare const VALID_KEY_SPECS: string[];
/** @ignore */
export declare const VALID_KEY_PAIR_SPECS: string[];
/** @ignore */
export declare const ENCRYPTION_ALGO: string;
/** @ignore */
export declare const MASTER_KEY_LENGTH = 32;
/** @ignore */
export declare const MASTER_IV_LENGTH = 16;
/** @ignore */
export declare const PRIVATE_KEY_EXPORT_OPTIONS: KeyExportOptions<'der'>;
/** @ignore */
export declare const PUBLIC_KEY_EXPORT_OPTIONS: KeyExportOptions<'der'>;