From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_encryption.html | 245 +++++++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 Doc/doxygen/html/class_encryption.html (limited to 'Doc/doxygen/html/class_encryption.html') diff --git a/Doc/doxygen/html/class_encryption.html b/Doc/doxygen/html/class_encryption.html new file mode 100644 index 0000000..785d31f --- /dev/null +++ b/Doc/doxygen/html/class_encryption.html @@ -0,0 +1,245 @@ + + + + + +Starshatter_Open: Encryption Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Encryption Class Reference
+
+
+ +

#include <Encrypt.h>

+ +

List of all members.

+ + + + + + +

+Static Public Member Functions

static Text Encrypt (Text block)
static Text Decrypt (Text block)
static Text Encode (Text block)
static Text Decode (Text block)
+

Detailed Description

+
+

Definition at line 24 of file Encrypt.h.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
Text Encryption::Decode (Text block)
+
+static
+
+ +

Definition at line 152 of file Encrypt.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Text Encryption::Decrypt (Text block)
+
+static
+
+ +

Definition at line 103 of file Encrypt.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Text Encryption::Encode (Text block)
+
+static
+
+ +

Definition at line 131 of file Encrypt.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Text Encryption::Encrypt (Text block)
+
+static
+
+ +

Definition at line 71 of file Encrypt.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1