Struct rustls_native_certs::Certificate
source · pub struct Certificate(pub Vec<u8>);Expand description
A newtype representing a single DER-encoded X.509 certificate encoded as a Vec<u8>.
Tuple Fields§
§0: Vec<u8>pub struct Certificate(pub Vec<u8>);A newtype representing a single DER-encoded X.509 certificate encoded as a Vec<u8>.
0: Vec<u8>