[][src]Trait 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[src]

Loading content...