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: NamedGroup
The IANA “TLS Supported Groups” name of the group