class R509::Validity::DefaultChecker

default implementaton of the Checker class. Used for tests. DO NOT USE OTHERWISE

Public Instance Methods

check(issuer, serial) click to toggle source
# File lib/r509/validity.rb, line 82
def check(issuer, serial)
  R509::Validity::Status.new(:status => R509::Validity::VALID)
end
is_available?() click to toggle source
# File lib/r509/validity.rb, line 86
def is_available?
  true
end