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)


90
91
92
# File 'lib/r509/validity.rb', line 90

def is_available?
  true
end

- (Object) issue(issuer, serial)



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

def issue(issuer, serial)
end

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



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

def revoke(issuer, serial, reason)
end