Function rustls_pemfile::pkcs8_private_keys
source · [−]Expand description
Extract all PKCS8-encoded private keys from rd
, and return a vec of
byte vecs containing the der-format contents.
This function does not fail if there are no keys in the file – it returns an empty vector.