pub struct SignSHA256WithRSA { /* private fields */ }
Trait Implementations§
Source§impl Debug for SignSHA256WithRSA
impl Debug for SignSHA256WithRSA
Source§impl Default for SignSHA256WithRSA
impl Default for SignSHA256WithRSA
Source§fn default() -> SignSHA256WithRSA
fn default() -> SignSHA256WithRSA
Returns the “default value” for a type. Read more
Source§impl Signer for SignSHA256WithRSA
impl Signer for SignSHA256WithRSA
fn set_private_key(&mut self, private_key_str: &str) -> AliPayResult<()>
fn sign(&self, source: &str) -> AliPayResult<String>
fn verify(&self, source: &str, signature: &str) -> AliPayResult<bool>
fn set_public_key(&mut self, public_key_str: &str) -> AliPayResult<()>
Auto Trait Implementations§
impl Freeze for SignSHA256WithRSA
impl RefUnwindSafe for SignSHA256WithRSA
impl Send for SignSHA256WithRSA
impl Sync for SignSHA256WithRSA
impl Unpin for SignSHA256WithRSA
impl UnwindSafe for SignSHA256WithRSA
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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