commit | d5b3eae7c114c2ed65b3e799a8ed166a0bef0248 | [log] [tgz] |
---|---|---|
author | Prashanth Swaminathan <prashanthsw@gmail.com> | Thu Jul 09 15:37:05 2015 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Mon Sep 14 21:03:02 2015 -0700 |
tree | 02cb11298446c0a9dc40390f13f8de36e759f36c | |
parent | cea58d57c00edd4b510950b1db1a6a555200b517 [diff] [blame] |
Adding Encryptor class to encrypt content and place in Data packets. Change-Id: Ie77fd51b58091bbbb182ab9197a58a55b183654c Refs: #3014
diff --git a/src/tlv.hpp b/src/tlv.hpp index 5c0c6ef..26444ac 100644 --- a/src/tlv.hpp +++ b/src/tlv.hpp
@@ -48,8 +48,10 @@ }; enum AlgorithmTypeValue { - AlgorithmSha256WithRsa = 0, - AlgorithmSha256WithEcdsa = 1 + AlgorithmAesEcb = 0, + AlgorithmAesCbc = 1, + AlgorithmRsaPkcs = 2, + AlgorithmRsaOaep = 3 }; } // namespace tlv