pub struct Ja3andMore {
    pub ja3: Ja3,
    pub signature_algos: Vec<u16>,
    pub key_share: Vec<u16>,
    pub supported_versions: Vec<u16>,
}
Expand description

Ja3 and more fields.

Fields

ja3: Ja3signature_algos: Vec<u16>key_share: Vec<u16>supported_versions: Vec<u16>

Implementations

signature_algos_as_typed with existing GREASE values rewritten as newly generated ones. It is based on an insecure RNG unless the rand crate feature is activated.

key_share_as_typed with existing GREASE values rewritten as newly generated ones. It is based on an insecure RNG unless the rand crate feature is activated.

supported_versions_as_typed with existing GREASE values rewritten as newly generated ones. It is based on an insecure RNG unless the rand crate feature is activated.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.