☰
SupportedPointFormats
SupportedPointFormats
Required Methods
supported
Implementors
In rustls::internal::msgs::handshake
Structs
CertificateEntry
CertificatePayloadTLS13
CertificateRequestPayload
CertificateRequestPayloadTLS13
CertificateStatus
ClientECDHParams
ClientHelloPayload
DigitallySignedStruct
ECDHEServerKeyExchange
ECParameters
HandshakeMessagePayload
HelloRetryRequest
KeyShareEntry
NewSessionTicketPayload
NewSessionTicketPayloadTLS13
OCSPCertificateStatusRequest
PresharedKeyIdentity
PresharedKeyOffer
Random
ServerECDHParams
ServerHelloPayload
ServerName
SessionID
UnknownExtension
Enums
CertReqExtension
CertificateExtension
CertificateStatusRequest
ClientExtension
HandshakePayload
HelloRetryExtension
KeyExchangeAlgorithm
NewSessionTicketExtension
ServerExtension
ServerKeyExchangePayload
ServerNamePayload
Traits
ConvertProtocolNameList
ConvertServerNameList
DecomposedSignatureScheme
HasServerExtensions
SupportedPointFormats
Type Aliases
CertReqExtensions
CertificateExtensions
CertificatePayload
ClientCertificateTypes
DistinguishedName
DistinguishedNames
ECPointFormatList
EncryptedExtensions
KeyShareEntries
NamedGroups
NewSessionTicketExtensions
PSKKeyExchangeModes
PresharedKeyBinder
PresharedKeyBinders
PresharedKeyIdentities
ProtocolNameList
ProtocolVersions
SCTList
ServerNameRequest
SupportedSignatureSchemes
VecU16OfPayloadU16
VecU16OfPayloadU8
?
Trait
rustls
::
internal
::
msgs
::
handshake
::
SupportedPointFormats
source
·
[
−
]
pub trait SupportedPointFormats { // Required method fn
supported
() ->
ECPointFormatList
; }
Required Methods
§
source
fn
supported
() ->
ECPointFormatList
Implementors
§
source
§
impl
SupportedPointFormats
for
ECPointFormatList