Trait KeyResolverImpl
Source pub trait KeyResolverImpl<KeyId> {
// Required methods
fn id(&self) -> KeyId;
fn resolve(&self, data: &[u8]) -> KeyId;
}
Returns the EncryptionAlgorithmId
that this implements.
Resolve the given data to a key using this algorithm.