EKey
Description
Allows the encryption and decryption of data, according to key stored internally
Namespace
TTP::Crypt
Superclasses
Key
Functions
std::vector
<byte>
encrypt(const std::vector
<byte>
&) // returns encrypted data
std::vector
<byte>
decrypt(const std::vector
<byte>
&) // returns decrypted data