ESP-IDF
ot::Crypto::Ecdsa::P256::Signature
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
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::Signature
ot::Crypto::Ecdsa::P256::Signature class
Syntax
Show:
Summary
Declaration
from
ecdsa.hpp:89
class
Signature
:
public
otPlatCryptoEcdsaSignature
{
friend
class
KeyPair
;
friend
class
PublicKey
;
#if
OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE
friend
class
KeyPairAsRef
;
#endif
public
:
static
constexpr
uint8_t
kSize
=
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
;
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
}
;
Fields
Field
ot::Crypto::Ecdsa::P256::Signature::kSize
Methods
GetBytes() const
Returns the signature as a byte array.
Related Functions
Found 2 other functions taking a
Signature
argument:
Function
Description
ot::Crypto::Ecdsa::P256::KeyPair::Sign() const
Calculates the ECDSA signature for a hashed message using the private key from `KeyPair`. Uses the deterministic digital signature generation procedure from RFC 6979.
ot::Crypto::Ecdsa::P256::PublicKey::Verify() const
Uses the `PublicKey` to verify the ECDSA signature of a hashed message.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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