class OmfCommon::Key
Attributes
private_key[RW]
Public Instance Methods
import(filename)
click to toggle source
# File lib/omf_common/key.rb, line 15 def import(filename) self.private_key = OpenSSL::PKey.read(File.read(filename)) end