interface DecryptionKey {
    algorithm: "aes-256-gcm" | Aes256Gcm;
    key: Buffer;
}

Properties

Properties

algorithm: "aes-256-gcm" | Aes256Gcm
key: Buffer