[][src]Enum parsec_interface::operations::psa_key_attributes::DhFamily

pub enum DhFamily {
    Rfc7919,
}

Enumeration of Diffie Hellman group families supported.

Variants

Rfc7919

Diffie-Hellman groups defined in RFC 7919 Appendix A. This family includes groups with the following bits: 2048, 3072, 4096, 6144, 8192. An implementation can support all of these sizes or only a subset.

Trait Implementations

impl Clone for DhFamily[src]

impl Copy for DhFamily[src]

impl Debug for DhFamily[src]

impl<'de> Deserialize<'de> for DhFamily[src]

impl PartialEq<DhFamily> for DhFamily[src]

impl Serialize for DhFamily[src]

impl StructuralPartialEq for DhFamily[src]

impl Zeroize for DhFamily[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<Z> Zeroize for Z where
    Z: DefaultIsZeroes
[src]