Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IEngineCrypto Member List

This is the complete list of members for IEngineCrypto, including all inherited members.

CreateRSAKey(const TArrayView< const uint8 > InPublicExponent, const TArrayView< const uint8 > InPrivateExponent, const TArrayView< const uint8 > InModulus)=0IEngineCryptopure virtual
DecryptPrivate(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0IEngineCryptopure virtual
DecryptPublic(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0IEngineCryptopure virtual
DestroyRSAKey(FRSAKeyHandle InKey)=0IEngineCryptopure virtual
EncryptPrivate(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0IEngineCryptopure virtual
EncryptPublic(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0IEngineCryptopure virtual
GetFeatureName()IEngineCryptoinlinestatic
GetKeySize(FRSAKeyHandle InKey)=0IEngineCryptopure virtual
GetMaxDataSize(FRSAKeyHandle InKey)=0IEngineCryptopure virtual
Shutdown()=0IEngineCryptopure virtual