MIRA
Namespaces | Typedefs
RSAFilter.h File Reference

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>
Include dependency graph for RSAFilter.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...
 

Detailed Description

A class for a RSA encryption based on boost::iostreams filter.

Author
Christian Martin
Date
2010/09/20