Struct jwt_compact::alg::RsaSignature
source · pub struct RsaSignature(/* private fields */);
Available on crate feature
rsa
only.Expand description
RSA signature.
Trait Implementations§
source§impl AlgorithmSignature for RsaSignature
impl AlgorithmSignature for RsaSignature
source§fn try_from_slice(bytes: &[u8]) -> Result<Self>
fn try_from_slice(bytes: &[u8]) -> Result<Self>
Attempts to restore a signature from a byte slice. This method may fail
if the slice is malformed.
Auto Trait Implementations§
impl Freeze for RsaSignature
impl RefUnwindSafe for RsaSignature
impl Send for RsaSignature
impl Sync for RsaSignature
impl Unpin for RsaSignature
impl UnwindSafe for RsaSignature
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