GetKeySize

nn::crypto::Aes::GetKeySize Member Function

Syntax

virtual size_t GetKeySize() const;

Parameters

None.

Return Values

Returns the size in bytes of the data sequence to set as the key.

Description

Gets the key size in bytes.

Gets the size in bytes of the data sequence to set as the key.

For AES, this is 16, 24, or 32 bytes.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL