Structs§
- rustls_
certificate - An X.509 certificate, as used in rustls.
Corresponds to
CertificateDer
in the Rust pki-types API. https://docs.rs/rustls-pki-types/latest/rustls_pki_types/struct.CertificateDer.html - rustls_
certified_ key - The complete chain of certificates to send during a TLS handshake, plus a private key that matches the end-entity (leaf) certificate.
- rustls_
root_ cert_ store - A root certificate store. https://docs.rs/rustls/latest/rustls/struct.RootCertStore.html
- rustls_
root_ cert_ store_ builder - A
rustls_root_cert_store
being constructed.
Functions§
- rustls_
certificate_ get_ der - Get the DER data of the certificate itself. The data is owned by the certificate and has the same lifetime.