ESP-IDF
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const method
Gets the pointer to the buffer containing the public key (as an uncompressed curve point).
Syntax
Show:
Summary
Declaration
from
ecdsa.hpp:312
const
uint8_t
*
GetBytes
(
void
)
const
;
Return value
The pointer to the buffer containing the public key (with `kSize` bytes).
Examples
References
from
examples
Code
Location
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
ecdsa.hpp:312
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const
reads 1 variable:
otPlatCryptoEcdsaPublicKey::m8
All items filtered out
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out