pub enum RsaPssHashAlgorithm {
Sha1,
Sha256,
Sha384,
Sha512,
}Expand description
Defines secure RSA key-size policy thresholds for safe key-generation entry points.
Variants§
Trait Implementations§
Source§impl Clone for RsaPssHashAlgorithm
impl Clone for RsaPssHashAlgorithm
Source§fn clone(&self) -> RsaPssHashAlgorithm
fn clone(&self) -> RsaPssHashAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RsaPssHashAlgorithm
impl Debug for RsaPssHashAlgorithm
Source§impl PartialEq for RsaPssHashAlgorithm
impl PartialEq for RsaPssHashAlgorithm
Source§fn eq(&self, other: &RsaPssHashAlgorithm) -> bool
fn eq(&self, other: &RsaPssHashAlgorithm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RsaPssHashAlgorithm
impl Eq for RsaPssHashAlgorithm
impl StructuralPartialEq for RsaPssHashAlgorithm
Auto Trait Implementations§
impl Freeze for RsaPssHashAlgorithm
impl RefUnwindSafe for RsaPssHashAlgorithm
impl Send for RsaPssHashAlgorithm
impl Sync for RsaPssHashAlgorithm
impl Unpin for RsaPssHashAlgorithm
impl UnsafeUnpin for RsaPssHashAlgorithm
impl UnwindSafe for RsaPssHashAlgorithm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more