Struct rustls_fork_shadow_tls::quic::Keys
source · pub struct Keys {
pub local: DirectionalKeys,
pub remote: DirectionalKeys,
}
Available on crate feature
quic
only.Expand description
Complete set of keys used to communicate with the peer
Fields§
§local: DirectionalKeys
Encrypts outgoing packets
remote: DirectionalKeys
Decrypts incoming packets