[]Trait yukikaze::connector::rustls::internal::msgs::handshake::DecomposedSignatureScheme

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

Required methods

fn sign(&self) -> SignatureAlgorithm

fn make(alg: SignatureAlgorithm, hash: HashAlgorithm) -> SignatureScheme

Loading content...

Implementors

impl DecomposedSignatureScheme for SignatureScheme

Loading content...