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]
Implementors
impl DecomposedSignatureScheme for SignatureScheme
[src]
impl DecomposedSignatureScheme for SignatureScheme
[src]