[−][src]Enum rustls::internal::msgs::enums::SignatureScheme
Variants
RSA_PKCS1_SHA1
ECDSA_SHA1_Legacy
RSA_PKCS1_SHA256
ECDSA_NISTP256_SHA256
RSA_PKCS1_SHA384
ECDSA_NISTP384_SHA384
RSA_PKCS1_SHA512
ECDSA_NISTP521_SHA512
RSA_PSS_SHA256
RSA_PSS_SHA384
RSA_PSS_SHA512
ED25519
ED448
Unknown(u16)
Methods
impl SignatureScheme
[src][−]
Trait Implementations
impl Codec for SignatureScheme
[src][+]
impl DecomposedSignatureScheme for SignatureScheme
[src][+]
impl Copy for SignatureScheme
[src]
impl Eq for SignatureScheme
[src]
impl Clone for SignatureScheme
[src][+]
impl PartialEq<SignatureScheme> for SignatureScheme
[src][+]
impl Debug for SignatureScheme
[src][+]
Auto Trait Implementations
impl Unpin for SignatureScheme
impl Sync for SignatureScheme
impl Send for SignatureScheme
impl UnwindSafe for SignatureScheme
impl RefUnwindSafe for SignatureScheme
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,