Struct rustls_ffi::cipher::rustls_certificate[][src]

pub struct rustls_certificate { /* fields omitted */ }
Expand description

An X.509 certificate, as used in rustls. Corresponds to Certificate in the Rust API. https://docs.rs/rustls/0.20.0/rustls/struct.Certificate.html

Implementations

Get the DER data of the certificate itself. The data is owned by the certificate and has the same lifetime.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.