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: PacketKeyEncrypts outgoing packets
remote: PacketKeyDecrypts incoming packets
Auto Trait Implementations
impl RefUnwindSafe for PacketKeySetimpl Send for PacketKeySetimpl Sync for PacketKeySetimpl Unpin for PacketKeySetimpl UnwindSafe for PacketKeySet