SSQLE  1.0
Simple SQL Editor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
SSQLE.ICrypto Interface Reference

Interface providing mechanism for textual encryption and decryption. More...

Inheritance diagram for SSQLE.ICrypto:
SSQLE.TrivialCrypto

Public Member Functions

string Encrypt (string str)
 
string Decrypt (string str)
 

Detailed Description

Interface providing mechanism for textual encryption and decryption.

Member Function Documentation

string SSQLE.ICrypto.Decrypt ( string  str)

Implemented in SSQLE.TrivialCrypto.

string SSQLE.ICrypto.Encrypt ( string  str)

Implemented in SSQLE.TrivialCrypto.


The documentation for this interface was generated from the following file: