Public 멤버 함수 | |
int | GetKeyLength () const |
int | GetBlockSize () const |
int | GetRounds () const |
bool | KeyExists () const |
void | Clear () |
Friends | |
class | CCryptoAes |
int Proud::CCryptoAesKey::GetBlockSize | ( | ) | const |
블럭 사이즈를 얻어옵니다. (byte)
int Proud::CCryptoAesKey::GetKeyLength | ( | ) | const |
aes 키 길이를 얻어옵니다. (byte)
int Proud::CCryptoAesKey::GetRounds | ( | ) | const |
라운드 수를 얻어옵니다.
bool Proud::CCryptoAesKey::KeyExists | ( | ) | const |
키가 이미 생성되었는지를 확인합니다.