Class: SymmetricallyEncrypted

packet/symmetrically_encrypted~ SymmetricallyEncrypted

new SymmetricallyEncrypted()

Source:

Members

packets :module:packet/packetlist

Decrypted packets contained within.
Type:
Source:

Methods

decrypt(sessionKeyAlgorithm, key)

Symmetrically decrypt the packet data
Parameters:
Name Type Description
sessionKeyAlgorithm module:enums.symmetric Symmetric key algorithm to use // See RFC4880 9.2
key String Key as string with the corresponding length to the algorithm
Source: