pub struct ClientAssertionVerifyingKey(/* private fields */);Implementations§
Source§impl ClientAssertionVerifyingKey
impl ClientAssertionVerifyingKey
pub fn ed25519_from_bytes(bytes: &[u8]) -> Result<Self, CoreError>
pub fn es256_from_sec1_bytes(bytes: &[u8]) -> Result<Self, CoreError>
pub fn algorithm(&self) -> SigningAlgorithm
Trait Implementations§
Source§impl Clone for ClientAssertionVerifyingKey
impl Clone for ClientAssertionVerifyingKey
Source§fn clone(&self) -> ClientAssertionVerifyingKey
fn clone(&self) -> ClientAssertionVerifyingKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClientAssertionVerifyingKey
impl Debug for ClientAssertionVerifyingKey
impl Eq for ClientAssertionVerifyingKey
impl StructuralPartialEq for ClientAssertionVerifyingKey
Auto Trait Implementations§
impl Freeze for ClientAssertionVerifyingKey
impl RefUnwindSafe for ClientAssertionVerifyingKey
impl Send for ClientAssertionVerifyingKey
impl Sync for ClientAssertionVerifyingKey
impl Unpin for ClientAssertionVerifyingKey
impl UnsafeUnpin for ClientAssertionVerifyingKey
impl UnwindSafe for ClientAssertionVerifyingKey
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