pub struct Algorithm { /* private fields */ }
Expand description
An algorithm is the combination of the AlgorithmId
and its parameters.
Implementations§
source§impl Algorithm
impl Algorithm
sourcepub fn new<'a, T>(algorithm: AlgorithmId, parameters: T) -> Self
pub fn new<'a, T>(algorithm: AlgorithmId, parameters: T) -> Self
sourcepub fn algorithm(&self) -> AlgorithmId
pub fn algorithm(&self) -> AlgorithmId
Returns the algorithm
sourcepub fn parameters(&self) -> Option<&[u8]>
pub fn parameters(&self) -> Option<&[u8]>
Returns the parameters required by the algorithm.
Trait Implementations§
source§impl AsRef<Algorithm> for PasswordAlgorithm
impl AsRef<Algorithm> for PasswordAlgorithm
source§impl From<AlgorithmId> for Algorithm
impl From<AlgorithmId> for Algorithm
source§fn from(algorithm: AlgorithmId) -> Self
fn from(algorithm: AlgorithmId) -> Self
Converts to this type from the input type.
impl Eq for Algorithm
impl StructuralPartialEq for Algorithm
Auto Trait Implementations§
impl Freeze for Algorithm
impl RefUnwindSafe for Algorithm
impl !Send for Algorithm
impl !Sync for Algorithm
impl Unpin for Algorithm
impl UnwindSafe for Algorithm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)