Class: R509::Validity::DefaultWriter

Inherits:
Writer
  • Object
show all
Defined in:
lib/r509/validity.rb

Overview

default implementaton of the Writer class. Does nothing (obviously)

Instance Method Summary (collapse)

Instance Method Details

- (Boolean) is_available?

Returns:

  • (Boolean)


88
89
90
# File 'lib/r509/validity.rb', line 88

def is_available?
    true
end

- (Object) issue(issuer, serial)



82
83
# File 'lib/r509/validity.rb', line 82

def issue(issuer, serial)
end

- (Object) revoke(issuer, serial, reason)



85
86
# File 'lib/r509/validity.rb', line 85

def revoke(issuer, serial, reason)
end