ExtDelegatedCredentialProcessor

Trait ExtDelegatedCredentialProcessor 

Source
pub trait ExtDelegatedCredentialProcessor {
    // Required method
    fn delegated_credential_signature_algorithm(
        &mut self,
        _: SignatureAlgorithm,
    ) -> bool;
}
Expand description

Downstream Group Processor

Required Methods§

Source

fn delegated_credential_signature_algorithm( &mut self, _: SignatureAlgorithm, ) -> bool

Indicate support for the given Signature Algorithm.

Implementors§