Proud::CCryptoAesKey 클래스 참조

Public 멤버 함수

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

Friends

class CCryptoAes
 

멤버 함수 문서화

int Proud::CCryptoAesKey::GetBlockSize ( ) const

블럭 사이즈를 얻어옵니다. (byte)

반환값
m_blockSize
int Proud::CCryptoAesKey::GetKeyLength ( ) const

aes 키 길이를 얻어옵니다. (byte)

반환값
aes 키 길이
int Proud::CCryptoAesKey::GetRounds ( ) const

라운드 수를 얻어옵니다.

반환값
m_rounds
bool Proud::CCryptoAesKey::KeyExists ( ) const

키가 이미 생성되었는지를 확인합니다.