pub trait ExtDelegatedCredentialProcessor {
// Required method
fn delegated_credential_signature_algorithm(
&mut self,
_: SignatureAlgorithm,
) -> bool;
}Expand description
Downstream Group Processor
Required Methods§
Sourcefn delegated_credential_signature_algorithm(
&mut self,
_: SignatureAlgorithm,
) -> bool
fn delegated_credential_signature_algorithm( &mut self, _: SignatureAlgorithm, ) -> bool
Indicate support for the given Signature Algorithm.