EC point.
More...
#include <mbed-common.hpp>
Inherited by ndnph::mbedtls::EcCurvePoint< Curve >.
◆ EcPoint() [1/2]
| ndnph::mbedtls::EcPoint::EcPoint |
( |
| ) |
|
|
inlineexplicit |
◆ EcPoint() [2/2]
| ndnph::mbedtls::EcPoint::EcPoint |
( |
const mbedtls_ecp_point * |
q | ) |
|
|
inlineexplicit |
◆ ~EcPoint()
| ndnph::mbedtls::EcPoint::~EcPoint |
( |
| ) |
|
|
inline |
◆ decodeFrom()
| bool ndnph::mbedtls::EcPoint::decodeFrom |
( |
mbedtls_ecp_group * |
group, |
|
|
const Decoder::Tlv & |
d |
|
) |
| |
|
inline |
◆ encodeTo()
| void ndnph::mbedtls::EcPoint::encodeTo |
( |
mbedtls_ecp_group * |
group, |
|
|
Encoder & |
encoder, |
|
|
size_t |
length |
|
) |
| const |
|
inline |
◆ operator const mbedtls_ecp_point *()
| ndnph::mbedtls::EcPoint::operator const mbedtls_ecp_point * |
( |
| ) |
const |
|
inline |
◆ operator mbedtls_ecp_point *()
| ndnph::mbedtls::EcPoint::operator mbedtls_ecp_point * |
( |
| ) |
|
|
inline |
◆ operator=()
Copy assignment is disallowed due to lack of error handling.
◆ readBinary()
| bool ndnph::mbedtls::EcPoint::readBinary |
( |
mbedtls_ecp_group * |
group, |
|
|
const uint8_t * |
value, |
|
|
size_t |
length |
|
) |
| |
|
inline |
◆ writeBinary()
| bool ndnph::mbedtls::EcPoint::writeBinary |
( |
mbedtls_ecp_group * |
group, |
|
|
uint8_t * |
room, |
|
|
size_t |
length |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: