Struct rustls::quic::PacketKeySet [−][src]
This is supported on crate feature
quic
only.Expand description
Packet protection keys for bidirectional 1-RTT communication
Fields
local: PacketKey
Encrypts outgoing packets
remote: PacketKey
Decrypts incoming packets
Auto Trait Implementations
impl RefUnwindSafe for PacketKeySet
impl Send for PacketKeySet
impl Sync for PacketKeySet
impl Unpin for PacketKeySet
impl UnwindSafe for PacketKeySet