Vanetza
Loading...
Searching...
No Matches
vanetza::security::openssl::Point Class Reference
Inheritance diagram for vanetza::security::openssl::Point:

Public Member Functions

 Point (const EC_GROUP *group)
 Point (Point &&)
Pointoperator= (Point &&)
 operator EC_POINT * ()

Private Attributes

EC_POINT * point

Detailed Description

Definition at line 95 of file openssl_wrapper.hpp.

Constructor & Destructor Documentation

◆ Point() [1/2]

vanetza::security::openssl::Point::Point ( const EC_GROUP * group)
explicit

Definition at line 65 of file openssl_wrapper.cpp.

◆ Point() [2/2]

vanetza::security::openssl::Point::Point ( Point && other)

Definition at line 70 of file openssl_wrapper.cpp.

◆ ~Point()

vanetza::security::openssl::Point::~Point ( )

Definition at line 81 of file openssl_wrapper.cpp.

Member Function Documentation

◆ operator EC_POINT *()

vanetza::security::openssl::Point::operator EC_POINT * ( )
inline

Definition at line 103 of file openssl_wrapper.hpp.

◆ operator=()

Point & vanetza::security::openssl::Point::operator= ( Point && other)

Definition at line 75 of file openssl_wrapper.cpp.

Member Data Documentation

◆ point

EC_POINT* vanetza::security::openssl::Point::point
private

Definition at line 106 of file openssl_wrapper.hpp.


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