pub trait X509Utils {
    fn get_as_pem_string(&self, includeheaders: bool) -> String;
}
Expand description

Extensions for openssl::x509::X509 for nicer functionality

Required Methods

return an X509 object as a string, either including the --- BEGIN LOLS --- or not

Implementations on Foreign Types

return an X509 object as a string, either including the --- BEGIN LOLS --- or not

Implementors