Class DBus::DBusCookieSHA1
In: lib/dbus/auth.rb
Parent: Authenticator

Authentication class using SHA1 crypto algorithm

Class for ‘CookieSHA1’ type authentication. Implements the AUTH DBUS_COOKIE_SHA1 mechanism.

Methods

Public Instance methods

the autenticate method (called in stage one of authentification)

handles the interesting crypto stuff, check the rbus-project for more info: rbus.rubyforge.org/

decode hex to plain

encode plain to hex

returns the modules name

[Validate]