Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAES::FAESKey Struct Reference

#include <AES.h>

Public Member Functions

 FAESKey ()
 
bool IsValid () const
 
void Reset ()
 
bool operator== (const FAESKey &Other) const
 

Public Attributes

uint8 Key [KeySize]
 

Static Public Attributes

static constexpr int32 KeySize = 32
 

Detailed Description

Class representing a 256 bit AES key

Definition at line 26 of file AES.h.

Constructor & Destructor Documentation

◆ FAESKey()

FAES::FAESKey::FAESKey ( )
inline

Definition at line 32 of file AES.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ IsValid()

bool FAES::FAESKey::IsValid ( ) const
inline

Definition at line 37 of file AES.h.

+ Here is the caller graph for this function:

◆ operator==()

bool FAES::FAESKey::operator== ( const FAESKey & Other) const
inline

Definition at line 55 of file AES.h.

+ Here is the call graph for this function:

◆ Reset()

void FAES::FAESKey::Reset ( )
inline

Definition at line 50 of file AES.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Key

uint8 FAES::FAESKey::Key[KeySize]

Definition at line 30 of file AES.h.

◆ KeySize

constexpr int32 FAES::FAESKey::KeySize = 32
staticconstexpr

Definition at line 28 of file AES.h.


The documentation for this struct was generated from the following file: