Struct rustls::SupportedKxGroup
source · pub struct SupportedKxGroup {
pub name: NamedGroup,
/* private fields */
}Expand description
A key-exchange group supported by rustls.
All possible instances of this class are provided by the library in
the ALL_KX_GROUPS array.
Fields§
§name: NamedGroupThe IANA “TLS Supported Groups” name of the group