MIRA
|
A class for a RSA encryption based on boost::iostreams filter. More...
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/filter/symmetric.hpp>
#include <boost/asio/basic_streambuf.hpp>
#include <platform/Types.h>
#include <error/Exceptions.h>
#include <security/RSAKey.h>
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Typedefs | |
typedef BasicRSAPublicEncryptionFilter | RSAPublicEncryptionFilter |
A RSA public encryption filter for boost::iostreams. More... | |
typedef BasicRSAPrivateDecryptionFilter | RSAPrivateDecryptionFilter |
A RSA private decryption filter for boost::iostreams. More... | |
A class for a RSA encryption based on boost::iostreams filter.