[−][src]Struct tls_parser::tls_sign_hash::SignatureScheme
Signature algorithms, as defined in [RFC8446] 4.2.3
Methods
impl SignatureScheme
pub const rsa_pkcs1_sha256: SignatureScheme
pub const rsa_pkcs1_sha384: SignatureScheme
pub const rsa_pkcs1_sha512: SignatureScheme
pub const ecdsa_secp256r1_sha256: SignatureScheme
pub const ecdsa_secp384r1_sha384: SignatureScheme
pub const ecdsa_secp521r1_sha512: SignatureScheme
pub const rsa_pss_rsae_sha256: SignatureScheme
pub const rsa_pss_rsae_sha384: SignatureScheme
pub const rsa_pss_rsae_sha512: SignatureScheme
pub const ed25519: SignatureScheme
pub const ed448: SignatureScheme
pub const rsa_pss_pss_sha256: SignatureScheme
pub const rsa_pss_pss_sha384: SignatureScheme
pub const rsa_pss_pss_sha512: SignatureScheme
pub const rsa_pkcs1_sha1: SignatureScheme
pub const ecdsa_sha1: SignatureScheme
impl SignatureScheme[src]
pub fn is_reserved(&self) -> bool[src]
pub fn hash_alg(&self) -> u8[src]
Get Hash algorithm (for tls <= 1.2) for legacy extension format
pub fn sign_alg(&self) -> u8[src]
Get Signature algorithm (for tls <= 1.2) for legacy extension format
Trait Implementations
impl PartialEq<SignatureScheme> for SignatureScheme[src]
fn eq(&self, other: &SignatureScheme) -> bool[src]
fn ne(&self, other: &SignatureScheme) -> bool[src]
impl Eq for SignatureScheme[src]
impl Debug for SignatureScheme[src]
impl Display for SignatureScheme
Auto Trait Implementations
impl Send for SignatureScheme
impl Sync for SignatureScheme
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,