[−][src]Enum parsec_interface::operations::psa_key_attributes::DhFamily
Enumeration of Diffie Hellman group families supported.
Variants
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]
fn deserialize<__D>(
__deserializer: __D
) -> Result<DhFamily, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<DhFamily, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl PartialEq<DhFamily> for DhFamily
[src]
impl Serialize for DhFamily
[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralPartialEq for DhFamily
[src]
impl Zeroize for DhFamily
[src]
Auto Trait Implementations
impl RefUnwindSafe for DhFamily
impl Send for DhFamily
impl Sync for DhFamily
impl Unpin for DhFamily
impl UnwindSafe for DhFamily
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<Z> Zeroize for Z where
Z: DefaultIsZeroes,
[src]
Z: DefaultIsZeroes,