Struct crypto_ext::asymmetric::encryption::DecryptionParameters
source · Expand description
DecryptionParameters is basically the RSA .pem encoded private key and passphrase
Fields
rsa_passphrase: Stringrsa_private_key_pem: StringAuto Trait Implementations
impl RefUnwindSafe for DecryptionParameters
impl Send for DecryptionParameters
impl Sync for DecryptionParameters
impl Unpin for DecryptionParameters
impl UnwindSafe for DecryptionParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more