All Classes |Grouped Classes |Index

Class CL_AES192_Decrypt

AES-192 decryption class (running in Cipher Block Chaining mode) More...

Derived from:

None

Derived by:

None

Group:

Crypto (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_AES192_Decrypt

Constructs a AES-192 generator (running in Cipher Block Chaining mode)


Attributes:

get_data

Get decrypted data.


Operations:

iv_size

key_size

reset

Resets the decryption.

set_iv

Sets the initialisation vector.

set_key

Sets the cipher key.

set_padding

Enable AES Padding.

add

Adds data to be decrypted.

calculate

Finalize decryption.