embkernel
 All Classes Functions Variables Typedefs Groups Pages
TlsChiper.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef TLS_ICIPHER_HPP_
7 #define TLS_ICIPHER_HPP_
8 
9 class TlsChiper {
10 public:
11  TlsChiper();
12  ~TlsChiper();
13 };
14 
15 #endif /* TLS_ICIPHER_HPP_ */