Logo
~Sockets~
~Examples~
~Contact~


ICrypt Class Reference
[Distributed network framework]

Encrypt/decrypt interface used by CTcpSocket. More...

#include <ICrypt.h>

Inheritance diagram for ICrypt:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~ICrypt ()
virtual std::string encrypt (unsigned char *key, const std::string &)=0
virtual bool decrypt (unsigned char *key, const std::string &, std::string &)=0

Detailed Description

Encrypt/decrypt interface used by CTcpSocket.

Definition at line 39 of file ICrypt.h.


Constructor & Destructor Documentation

virtual ICrypt::~ICrypt (  )  [inline, virtual]

Definition at line 42 of file ICrypt.h.

00042 {}


Member Function Documentation

virtual std::string ICrypt::encrypt ( unsigned char *  key,
const std::string &   
) [pure virtual]

Implemented in NullCrypt.

virtual bool ICrypt::decrypt ( unsigned char *  key,
const std::string &  ,
std::string &   
) [pure virtual]

Implemented in NullCrypt.


The documentation for this class was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4