Class: Keyczar::Signer

Inherits:
Object
  • Object
show all
Defined in:
lib/keyczar/signer.rb

Instance Method Summary collapse

Constructor Details

#initialize(keys_path) ⇒ Signer

This exists purely so we can feed in a Pathname object :)

Parameters:

  • The (#to_s)

    path to the keys, for the org.keyczar.Signer to use.



6
7
8
# File 'lib/keyczar/signer.rb', line 6

def initialize(keys_path)
  super(keys_path.to_s)
end