pub fn scheme_to_string(scheme: SignatureScheme) -> &'static strExpand description
Convert a rustls SignatureScheme to its canonical string name.
Returns "UNKNOWN" for unrecognized schemes.
pub fn scheme_to_string(scheme: SignatureScheme) -> &'static strConvert a rustls SignatureScheme to its canonical string name.
Returns "UNKNOWN" for unrecognized schemes.