fix symkey version

This commit is contained in:
Christian Zangl 2014-11-12 16:47:32 +01:00
parent 9aca150fca
commit 8d08d0bd1a

View File

@ -46,6 +46,7 @@ module.exports = SymEncryptedSessionKey;
*/
function SymEncryptedSessionKey() {
this.tag = enums.packet.symEncryptedSessionKey;
this.version = 4;
this.sessionKeyEncryptionAlgorithm = null;
this.sessionKeyAlgorithm = 'aes256';
this.encrypted = null;