pub struct RsaPkcs1v15;
Expand description
The RSA-PKCS1v1.5 signature scheme.
This signature scheme is old, and considered less secure than RSA-PSS. It should only be used for compatibility with legacy systems - never in new systems!
This signature scheme is available if Mundane is built with the rsa-pkcs1v15
feature.
Trait Implementations§
Source§impl Clone for RsaPkcs1v15
impl Clone for RsaPkcs1v15
Source§fn clone(&self) -> RsaPkcs1v15
fn clone(&self) -> RsaPkcs1v15
Returns a copy of the value. Read more
1.0.0 · 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 RsaPkcs1v15
impl Debug for RsaPkcs1v15
Source§impl Default for RsaPkcs1v15
impl Default for RsaPkcs1v15
Source§fn default() -> RsaPkcs1v15
fn default() -> RsaPkcs1v15
Returns the “default value” for a type. Read more
Source§impl Display for RsaPkcs1v15
impl Display for RsaPkcs1v15
Source§impl Hash for RsaPkcs1v15
impl Hash for RsaPkcs1v15
Source§impl PartialEq for RsaPkcs1v15
impl PartialEq for RsaPkcs1v15
impl Copy for RsaPkcs1v15
impl Eq for RsaPkcs1v15
impl RsaSignatureScheme for RsaPkcs1v15
impl StructuralPartialEq for RsaPkcs1v15
Auto Trait Implementations§
impl Freeze for RsaPkcs1v15
impl RefUnwindSafe for RsaPkcs1v15
impl Send for RsaPkcs1v15
impl Sync for RsaPkcs1v15
impl Unpin for RsaPkcs1v15
impl UnwindSafe for RsaPkcs1v15
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
)