Struct openssl::ecdsa::EcdsaSigRef [−][src]
pub struct EcdsaSigRef(_);
Expand description
Reference to EcdsaSig
Implementations
Serializes the ECDSA signature into a DER-encoded ECDSASignature structure.
This corresponds to i2d_ECDSA_SIG
.
Verifies if the signature is a valid ECDSA signature using the given public key.
OpenSSL documentation at ECDSA_do_verify
Returns internal component: r
of an EcdsaSig
. (See X9.62 or FIPS 186-2)
OpenSSL documentation at ECDSA_SIG_get0
Returns internal components: s
of an EcdsaSig
. (See X9.62 or FIPS 186-2)
OpenSSL documentation at ECDSA_SIG_get0
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
Constructs a shared instance of this type from its raw type.
Constructs a mutable reference of this type from its raw type.