Class: Rack::U2f::RegistrationStore::AbstractStore
- Inherits:
-
Object
- Object
- Rack::U2f::RegistrationStore::AbstractStore
- Defined in:
- lib/rack/u2f/registration_store.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ AbstractStore
constructor
A new instance of AbstractStore.
- #key_handles ⇒ Object
- #store_registration(certificate:, key_handle:, public_key:, counter:) ⇒ Object
- #update_registration(key_handle:, counter:) ⇒ Object
Constructor Details
#initialize(*args) ⇒ AbstractStore
Returns a new instance of AbstractStore.
8 9 |
# File 'lib/rack/u2f/registration_store.rb', line 8 def initialize(*args) end |
Instance Method Details
#key_handles ⇒ Object
17 18 |
# File 'lib/rack/u2f/registration_store.rb', line 17 def key_handles end |
#store_registration(certificate:, key_handle:, public_key:, counter:) ⇒ Object
11 12 |
# File 'lib/rack/u2f/registration_store.rb', line 11 def store_registration(certificate:, key_handle:, public_key:, counter:) end |
#update_registration(key_handle:, counter:) ⇒ Object
14 15 |
# File 'lib/rack/u2f/registration_store.rb', line 14 def update_registration(key_handle:, counter:) end |