Integer (Class)

In: openssl/lib/openssl/bn.rb
Parent: Object

Add double dispatch to Integer

Methods

to_bn  

Public Instance methods

[Source]

# File openssl/lib/openssl/bn.rb, line 31
  def to_bn
    OpenSSL::BN::new(self)
  end

[Validate]