You.i Engine
CYICryptoUtility Class Reference

Detailed Description

The CYICryptoUtility class contains utilities that are cryptographic in nature.

#include <utility/YiCryptoUtility.h>

Public Member Functions

 CYICryptoUtility ()=delete
 

Static Public Member Functions

static CYIString MD5 (const CYIString &data)
 
static CYIString SHA1 (const CYIString &data)
 
static CYIString SHA256 (const CYIString &data)
 

Constructor & Destructor Documentation

CYICryptoUtility::CYICryptoUtility ( )
delete

Member Function Documentation

static CYIString CYICryptoUtility::MD5 ( const CYIString data)
static

Produces a hexademical string representation of the MD5 hash of the input rData

static CYIString CYICryptoUtility::SHA1 ( const CYIString data)
static

Produces a hexademical string representation of the SHA1 hash of the input rData

static CYIString CYICryptoUtility::SHA256 ( const CYIString data)
static

Produces a hexademical string representation of the SHA256 hash of the input rData


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