method
key_from_file
ruby latest stable - Class:
SOAP::HTTPConfigLoader
key_from_file(filename)public
No documentation available.
# File lib/soap/httpconfigloader.rb, line 113
def key_from_file(filename)
OpenSSL::PKey::RSA.new(File.open(filename) { |f| f.read })
end