module OpenSSLExtensions::PKey::RSA

Extends OpenSSL::PKey::RSA with helper methods.

Public Instance Methods

strength() click to toggle source
# File lib/openssl-extensions/pkey/rsa.rb, line 8
def strength
  n.num_bits
end