Trait hyper_static_server::rustls::internal::msgs::handshake::DecomposedSignatureScheme[]

pub trait DecomposedSignatureScheme {
    pub fn sign(&self) -> SignatureAlgorithm;
pub fn make(alg: SignatureAlgorithm, hash: HashAlgorithm) -> SignatureScheme; }

Required methods

Loading content...

Implementors

Loading content...