Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

CryptManager Class Reference

#include <CryptManager.h>

List of all members.

Public Member Functions

 CryptManager ()
 ~CryptManager ()

Static Public Member Functions

void GenerateRSAKey (unsigned int keyLength, CString privFilename, CString pubFilename, CString seed)
void SignFileToFile (CString sPath, CString sSignatureFile="")
bool VerifyFileWithFile (CString sPath, CString sSignatureFile="")
CString Sign (CString sPath)
bool Verify (CString sPath, CString sSignature)
CString GetMD5 (CString fn)
CString GetPublicKeyFileName ()


Constructor & Destructor Documentation

CryptManager::CryptManager  ) 
 

CryptManager::~CryptManager  ) 
 


Member Function Documentation

void CryptManager::GenerateRSAKey unsigned int  keyLength,
CString  privFilename,
CString  pubFilename,
CString  seed
[static]
 

CString CryptManager::GetMD5 CString  fn  )  [static]
 

CString CryptManager::GetPublicKeyFileName  )  [static]
 

CString CryptManager::Sign CString  sPath  )  [static]
 

void CryptManager::SignFileToFile CString  sPath,
CString  sSignatureFile = ""
[static]
 

bool CryptManager::Verify CString  sPath,
CString  sSignature
[static]
 

bool CryptManager::VerifyFileWithFile CString  sPath,
CString  sSignatureFile = ""
[static]
 


The documentation for this class was generated from the following files:
Generated on Thu Jan 27 20:58:54 2005 for StepMania by doxygen 1.3.7