Navigation
| Name | PlatformCryptoTypes |
| Type | Plugin |
| Part of Plugins | Platform Cryptography Plugin |
| Location | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoTypes/ |
| Module Build Rules | PlatformCryptoTypes.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FAESBlockEncryptionHelper | Helper class to ensure that only multiples of block-size get passed into our Encrypt/Decrypt functions. |
Interfaces
| Name | Remarks |
|---|---|
| IPlatformCryptoDecryptor | Instance of a decryptor used to progressively decrypt a message in chunks. |
| IPlatformCryptoEncryptor | Instance of a encryptor used to progressively encrypt a message in chunks. |
Enums
Public
| Name | Remarks |
|---|---|
| EPlatformCryptoResult | Generic result type for cryptographic functions. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| STATCAT_Advanced | Stat group for implementations to use. | PlatformCryptoTypes.h |