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