Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoOpenSSL > FEncryptionContextOpenSSL
References
Module | PlatformCryptoOpenSSL |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Public/EncryptionContextOpenSSL.h |
Include | #include "EncryptionContextOpenSSL.h" |
Source | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Private/EncryptionContextOpenSSL.cpp |
FRSAKeyHandle GetPublicKey_RSA
(
const FStringView PemSource
)
Remarks
Get the RSA public key from a PEM format string. The RSA public key
Parameters
Name | Description |
---|---|
PemSource | Key in PEM format (base64) |