Navigation
API > API/Plugins > API/Plugins/ElectraCDM
| Name | IStreamDecrypterAES128 |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/Crypto/StreamCryptoAES128.h |
| Include Path | #include "Crypto/StreamCryptoAES128.h" |
Syntax
class IStreamDecrypterAES128
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStreamDecrypterAES128() |
Crypto/StreamCryptoAES128.h |
Enums
Public
| Name | Remarks |
|---|---|
| EResult |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EResult CBCDecryptInPlace
(
int32& OutNumBytes, |
Crypto/StreamCryptoAES128.h | ||
EResult CBCEncryptInPlace
(
int32& OutNumBytes, |
Crypto/StreamCryptoAES128.h | ||
int32 CBCGetEncryptionDataSize
(
int32 PlaintextSize |
Crypto/StreamCryptoAES128.h | ||
| Crypto/StreamCryptoAES128.h | |||
EResult CTRDecryptInPlace
(
uint8* InOutData, |
Crypto/StreamCryptoAES128.h | ||
| Crypto/StreamCryptoAES128.h | |||
| Crypto/StreamCryptoAES128.h | |||
| Crypto/StreamCryptoAES128.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Crypto/StreamCryptoAES128.h | |||
static TSharedPtr< IStreamDecrypterAES128, ESPMode::ThreadSafe > Create() |
Crypto/StreamCryptoAES128.h | ||
static const TCHAR * GetResultText
(
EResult ResultCode |
Crypto/StreamCryptoAES128.h | ||
static void MakePaddedIVFromUInt64
(
TArray< uint8 >& OutBinData, |
Crypto/StreamCryptoAES128.h |