proxygen
fizz::detail::OpenSSLECKeyEncoder Class Reference

#include <OpenSSLKeyExchange-inl.h>

Static Public Member Functions

static std::unique_ptr< folly::IOBufencode (const folly::ssl::EvpPkeyUniquePtr &key)
 

Detailed Description

Definition at line 48 of file OpenSSLKeyExchange-inl.h.

Member Function Documentation

static std::unique_ptr<folly::IOBuf> fizz::detail::OpenSSLECKeyEncoder::encode ( const folly::ssl::EvpPkeyUniquePtr key)
inlinestatic

Definition at line 50 of file OpenSSLKeyExchange-inl.h.

References fizz::detail::encodeECPublicKey().

Referenced by fizz::OpenSSLKeyExchange< T >::getKeyShare().

51  {
52  return encodeECPublicKey(key);
53  }
std::unique_ptr< folly::IOBuf > encodeECPublicKey(const folly::ssl::EvpPkeyUniquePtr &key)

The documentation for this class was generated from the following file: