Struct webrtc_srtp::config::SessionKeys
source · [−]pub struct SessionKeys {
pub local_master_key: Vec<u8>,
pub local_master_salt: Vec<u8>,
pub remote_master_key: Vec<u8>,
pub remote_master_salt: Vec<u8>,
}
Expand description
SessionKeys bundles the keys required to setup an SRTP session
Fields
local_master_key: Vec<u8>
local_master_salt: Vec<u8>
remote_master_key: Vec<u8>
remote_master_salt: Vec<u8>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SessionKeys
impl Send for SessionKeys
impl Sync for SessionKeys
impl Unpin for SessionKeys
impl UnwindSafe for SessionKeys
Blanket Implementations
Mutably borrows from an owned value. Read more