pub struct PqAwsLcRs;Trait Implementations§
Source§impl KeyProvider for PqAwsLcRs
impl KeyProvider for PqAwsLcRs
Source§fn load_private_key(
&self,
key_der: PrivateKeyDer<'static>,
) -> Result<Box<dyn SigningKey>, Error>
fn load_private_key( &self, key_der: PrivateKeyDer<'static>, ) -> Result<Box<dyn SigningKey>, Error>
Decode and validate a private signing key from
key_der. Read moreSource§fn fips(&self) -> FipsStatus
fn fips(&self) -> FipsStatus
Return the FIPS validation status for this key provider. Read more
Auto Trait Implementations§
impl Freeze for PqAwsLcRs
impl RefUnwindSafe for PqAwsLcRs
impl Send for PqAwsLcRs
impl Sync for PqAwsLcRs
impl Unpin for PqAwsLcRs
impl UnsafeUnpin for PqAwsLcRs
impl UnwindSafe for PqAwsLcRs
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