• Jun Choi's avatar
    Implement {Device, CtapRegister}Operation interface · c556883a
    Jun Choi authored
    DeviceOperation is an interface for Ctap{Register, Sign}Operation
    and U2f{Register, Sign}Operation, and will be a branching point for
    separation of logic between CTAP and U2F requests. CtapRegisterOperation
    is an implementation of DeviceOperation and is owned by
    MakeCredentialTask to handle dispatching CTAP MakeCredential request to
    an authenticator.
    
    Bug: 798573
    Change-Id: I290ab7b3f686d4418d783723a0ab510f27362462
    Reviewed-on: https://chromium-review.googlesource.com/1028792
    Commit-Queue: Jun Choi <hongjunchoi@chromium.org>
    Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#554565}
    c556883a
ctap_register_operation.cc 1.42 KB