MCPcopy Create free account
hub / github.com/apple/foundationdb / nativeHandle

Method nativeHandle

flow/include/flow/PKey.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 bool verify(StringRef data, StringRef signature, const EVP_MD& digest) const;
72
73 EVP_PKEY* nativeHandle() const noexcept { return ptr.get(); }
74
75 explicit operator bool() const noexcept { return static_cast<bool>(ptr); }
76};

Callers 3

printPrivateKeyFunction · 0.45
makeCertNativeFunction · 0.45
encodeKeyFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected