module SecurizeString::RSAMethods
Adds methods for OpenSSL::PKey::RSA support. See RSAMethods::ClassMethods
and RSAMethods::InstanceMethods
for more details.
Public Class Methods
included(mod)
click to toggle source
# File lib/securize_string/rsa_methods.rb, line 8 def self.included(mod) mod.send(:extend, ClassMethods) mod.send(:include, InstanceMethods) end