MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetEvpKey

Method GetEvpKey

src/openrct2/core/Crypt.OpenSSL.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116{
117public:
118 EVP_PKEY* GetEvpKey() const
119 {
120 return _evpKey;
121 }
122
123 ~OpenSSLRsaKey()
124 {

Callers 2

SignDataMethod · 0.80
VerifyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected