AESContext

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

void

finish ( )

PackedByteArray

get_iv_state ( )

Error

start ( Mode mode, PackedByteArray key, PackedByteArray iv=PackedByteArray() )

PackedByteArray

update ( PackedByteArray src )


Enumerations

enum Mode:

Mode MODE_ECB_ENCRYPT = 0

There is currently no description for this enum. Please help us by contributing one!

Mode MODE_ECB_DECRYPT = 1

There is currently no description for this enum. Please help us by contributing one!

Mode MODE_CBC_ENCRYPT = 2

There is currently no description for this enum. Please help us by contributing one!

Mode MODE_CBC_DECRYPT = 3

There is currently no description for this enum. Please help us by contributing one!

Mode MODE_MAX = 4

There is currently no description for this enum. Please help us by contributing one!


Method Descriptions

void finish ( )

There is currently no description for this method. Please help us by contributing one!


PackedByteArray get_iv_state ( )

There is currently no description for this method. Please help us by contributing one!


Error start ( Mode mode, PackedByteArray key, PackedByteArray iv=PackedByteArray() )

There is currently no description for this method. Please help us by contributing one!


PackedByteArray update ( PackedByteArray src )

There is currently no description for this method. Please help us by contributing one!