Navigation
API > API/Plugins > API/Plugins/JWT
Inheritance Hierarchy
- IJwtAlgorithm
- FJwtAlgorithm_RS256
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JwtAlgorithms.h |
| Include | #include "JwtAlgorithms.h" |
Syntax
class FJwtAlgorithm_RS256 : public IJwtAlgorithm
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FString | AlgorithmString | Holds the algorithm string. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJwtAlgorithm_RS256
(
const FJwtAlgorithm_RS256& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SetPublicKey
(
const FStringView InPemKey |
Set the public RSA key from PEM. |
Overridden from IJwtAlgorithm
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetAlgString () |
Gets the algorithm's string representation. | |
| bool | VerifySignature
(
const TArrayView< const uint8 > EncodedMessage, |
Verifies the decoded signature with the encoded message. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FJwtAlgorithm_RS256 & | operator=
(
const FJwtAlgorithm_RS256& |