Enum rustls::BulkAlgorithm [−][src]
pub enum BulkAlgorithm { AES_128_GCM, AES_256_GCM, CHACHA20_POLY1305, }
Bulk symmetric encryption scheme used by a cipher suite.
Variants
AES with 128-bit keys in Galois counter mode.
AES with 256-bit keys in Galois counter mode.
Chacha20 for confidentiality with poly1305 for authenticity.
Trait Implementations
impl Debug for BulkAlgorithm
[src][+]
impl PartialEq<BulkAlgorithm> for BulkAlgorithm
[src][+]
impl StructuralPartialEq for BulkAlgorithm
[src]
Auto Trait Implementations
impl RefUnwindSafe for BulkAlgorithm
impl Send for BulkAlgorithm
impl Sync for BulkAlgorithm
impl Unpin for BulkAlgorithm
impl UnwindSafe for BulkAlgorithm
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,