interface DecryptionKey {
    algorithm: Aes256Gcm;
    key: Buffer;
}

Properties

Properties

algorithm: Aes256Gcm
key: Buffer