Proud::CCryptoAesKey Class Reference

Public Member Functions

int GetKeyLength () const
 
int GetBlockSize () const
 
int GetRounds () const
 
bool KeyExists () const
 
void Clear ()
 

Friends

class CCryptoAes
 

Member Function Documentation

int Proud::CCryptoAesKey::GetBlockSize ( ) const

Gets block size. (byte)

Returns
m_blockSize
int Proud::CCryptoAesKey::GetKeyLength ( ) const

Gets length of AES key. (byte)

Returns
AES key length
int Proud::CCryptoAesKey::GetRounds ( ) const

Gets number of round.

Returns
m_rounds
bool Proud::CCryptoAesKey::KeyExists ( ) const

Check key is already existed or not.