Class: R509::Validity::DefaultWriter
- Defined in:
- lib/r509/validity.rb
Overview
default implementaton of the Writer class. Does nothing (obviously)
Instance Method Summary collapse
Instance Method Details
#is_available? ⇒ Boolean
99 100 101 |
# File 'lib/r509/validity.rb', line 99 def is_available? true end |
#issue(issuer, serial) ⇒ Object
93 94 |
# File 'lib/r509/validity.rb', line 93 def issue(issuer, serial) end |
#revoke(issuer, serial, reason) ⇒ Object
96 97 |
# File 'lib/r509/validity.rb', line 96 def revoke(issuer, serial, reason) end |