Class: R509::CertificateAuthority::HTTP::Factory::SPKIFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/r509/certificateauthority/http/factory.rb

Instance Method Summary collapse

Instance Method Details

#build(options) ⇒ Object



10
11
12
# File 'lib/r509/certificateauthority/http/factory.rb', line 10

def build(options)
  R509::SPKI.new(options)
end