class Integer
Add double dispatch to Integer
Public Instance Methods
to_bn()
click to toggle source
# File lib/openssl_cms/bn.rb, line 31 def to_bn OpenSSL::BN::new(self.to_s(16), 16) end