Class | OpenID::Server::Signatory |
In: |
lib/openid/server.rb
|
Parent: | Object |
Object responsible for signing responses, and checking signatures.
dumb_key | [R] |
Accepts an object that implements the OpenID::Store interface. See OpenID::FilesystemStore for a simple file based store.
Sign a response, creating a signature based on everything in it‘s signed array. Returns a new response object with sig and signed values in its field set.
Verify that the signature for some data is valid.