method
key_from_file
v1_8_6_287 -
Show 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