Ark Server API (ASA) - Wiki
|
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)=0 | IEngineCrypto | pure virtual |
DecryptPrivate(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
DecryptPublic(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
DestroyRSAKey(FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
EncryptPrivate(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
EncryptPublic(const TArrayView< const uint8 > InSource, TArray< uint8 > &OutDestination, FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
GetFeatureName() | IEngineCrypto | inlinestatic |
GetKeySize(FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
GetMaxDataSize(FRSAKeyHandle InKey)=0 | IEngineCrypto | pure virtual |
Shutdown()=0 | IEngineCrypto | pure virtual |