[][src]Trait kayrx::secure::tls::rust_tls::internal::msgs::handshake::DecomposedSignatureScheme

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

Required methods

Loading content...

Implementors

impl DecomposedSignatureScheme for SignatureScheme[src]

Loading content...