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

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

Required methods

fn sign(&self) -> SignatureAlgorithm[src]

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

Loading content...

Implementors

impl DecomposedSignatureScheme for SignatureScheme[src]

Loading content...