Simias::Storage::Key Class Reference

Key class, only TripleDES algorithmsupported. More...

List of all members.

Public Member Functions

 Key (string CrypKey)
 Constructs the object.
 Key (int KeySize)
 Constructs a the blob object
Parameters:
KeySize Size of key to create in bits
.
string GetKey ()
 Returns the cryptio key associated with the object.
string HashKey ()
 Blob the key object.
void EncrypytKey (string PassPhrase, out string EncryptedKey)
 Encrypt the key in the instance and returns.
void DecrypytKey (string PassPhrase, out string DecryptedKey)
 Decrypt the key in the instance and returns.


Detailed Description

Key class, only TripleDES algorithmsupported.


Constructor & Destructor Documentation

Simias::Storage::Key::Key ( string  CrypKey  )  [inline]

Constructs the object.

Parameters:
CrypKey it is Base64 string

Simias::Storage::Key::Key ( int  KeySize  )  [inline]

Constructs a the blob object

Parameters:
KeySize Size of key to create in bits
.


Member Function Documentation

string Simias::Storage::Key::GetKey (  )  [inline]

Returns the cryptio key associated with the object.

string Simias::Storage::Key::HashKey (  )  [inline]

Blob the key object.

void Simias::Storage::Key::EncrypytKey ( string  PassPhrase,
out string  EncryptedKey 
) [inline]

Encrypt the key in the instance and returns.

void Simias::Storage::Key::DecrypytKey ( string  PassPhrase,
out string  DecryptedKey 
) [inline]

Decrypt the key in the instance and returns.


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

Generated on Wed Apr 8 14:55:21 2009 for simias by  doxygen 1.5.6