MIRA
Classes | Namespaces | Functions
RSAKey.h File Reference

A class for a RSA key. More...

#include <sstream>
#include <string>
#include <platform/Types.h>
#include <serialization/SplitReflect.h>
#include <serialization/IsTransparentSerializable.h>
Include dependency graph for RSAKey.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RSAKey
 Definition of a RSA key (public or private) More...
 
class  IsTransparentSerializable< RSAKey, SerializerTag >
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

MIRA_BASE_EXPORT std::ostream & operator<< (std::ostream &stream, const RSAKey &key)
 The '<<' operator for RSAKey. More...
 
MIRA_BASE_EXPORT std::istream & operator>> (std::istream &stream, RSAKey &key)
 The '>>' operator for RSAKey. More...
 

Detailed Description

A class for a RSA key.

Author
Christian Martin
Date
2010/09/10