# File lib/rye/key.rb, line 110
110:     def self.supported_authentication?(val)
111:       ["RSA", "DSA"].member?(val || '')
112:     end