default implementaton of the Checker class. Used for tests. DO NOT USE OTHERWISE
82 83 84
# File 'lib/r509/validity.rb', line 82 def check(issuer, serial) R509::Validity::Status.new(:status => R509::Validity::VALID) end
Returns:
86 87 88
# File 'lib/r509/validity.rb', line 86 def is_available? true end