RSA public key with parameters encoded in Base64Url. Only supports 2048 bits modulus and 24 bits exponent. More...
#include <AccelByteUtilities.h>
Public Member Functions | |
| FRsaPublicKey (FString ModulusB64Url, FString ExponentB64Url) | |
| Construct FRsaPublicKey with modulus and exponent. | |
| bool | IsValid () const |
| Check if this RSA public key is valid. | |
| FString | ToPem () const |
| Convert RSA public key to armored PEM format. | |
RSA public key with parameters encoded in Base64Url. Only supports 2048 bits modulus and 24 bits exponent.
| FRsaPublicKey::FRsaPublicKey | ( | FString | ModulusB64Url, |
| FString | ExponentB64Url ) |
Construct FRsaPublicKey with modulus and exponent.
| ModulusB64Url | RSA modulus (n) in Base64URL format. |
| ExponentB64Url | RSA exponent (e) in Base64URL format. |
| bool FRsaPublicKey::IsValid | ( | ) | const |
Check if this RSA public key is valid.
| FString FRsaPublicKey::ToPem | ( | ) | const |
Convert RSA public key to armored PEM format.