pub struct KeyStoreAp { /* private fields */ }Expand description
KeyStore Application
Trait Implementations§
Source§impl Default for KeyStoreAp
impl Default for KeyStoreAp
Source§impl SecretStore for KeyStoreAp
impl SecretStore for KeyStoreAp
fn store_ap_client_key(&mut self, k: &[u8])
fn store_ap_client_iv(&mut self, n: &[u8])
fn store_ap_server_key(&mut self, k: &[u8])
fn store_ap_server_iv(&mut self, n: &[u8])
fn load_ap_client_key(&self) -> &[u8]
fn load_ap_client_iv(&self) -> &[u8]
fn load_ap_server_key(&self) -> &[u8]
fn load_ap_server_iv(&self) -> &[u8]
Auto Trait Implementations§
impl Freeze for KeyStoreAp
impl RefUnwindSafe for KeyStoreAp
impl Send for KeyStoreAp
impl Sync for KeyStoreAp
impl Unpin for KeyStoreAp
impl UnwindSafe for KeyStoreAp
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