Enum webrtc_dtls::crypto::CryptoPrivateKeyKind
source · pub enum CryptoPrivateKeyKind {
Ed25519(Ed25519KeyPair),
Ecdsa256(EcdsaKeyPair),
Rsa256(KeyPair),
}
Expand description
Either ED25519, ECDSA or RSA keypair.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptoPrivateKeyKind
impl RefUnwindSafe for CryptoPrivateKeyKind
impl Send for CryptoPrivateKeyKind
impl Sync for CryptoPrivateKeyKind
impl Unpin for CryptoPrivateKeyKind
impl UnwindSafe for CryptoPrivateKeyKind
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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