pub struct RsaSigner {
pub scheme: SignatureScheme,
/* private fields */
}Expand description
RSA(PSS / PKCS#1 × SHA-2 按 scheme 变化)签名器。
Fields§
§scheme: SignatureScheme目标签名方案。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsaSigner
impl RefUnwindSafe for RsaSigner
impl Send for RsaSigner
impl Sync for RsaSigner
impl Unpin for RsaSigner
impl UnsafeUnpin for RsaSigner
impl UnwindSafe for RsaSigner
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