Public Member Functions | |
int | GetKeyLength () const |
int | GetBlockSize () const |
int | GetRounds () const |
PROUD_API bool | KeyExists () const |
void | Clear () |
Friends | |
class | CCryptoAes |
int Proud::CCryptoAesKey::GetBlockSize | ( | ) | const |
Gets block size. (byte)
int Proud::CCryptoAesKey::GetKeyLength | ( | ) | const |
Gets length of AES key. (byte)
int Proud::CCryptoAesKey::GetRounds | ( | ) | const |
Gets number of round.
PROUD_API bool Proud::CCryptoAesKey::KeyExists | ( | ) | const |
Check key is already existed or not.