class Integer
Public Instance Methods
Source
# File lib/openssl/bn.rb, line 37 def to_bn OpenSSL::BN::new(self) end
Casts an Integer
as an OpenSSL::BN
See ‘man bn` for more info.
# File lib/openssl/bn.rb, line 37 def to_bn OpenSSL::BN::new(self) end
Casts an Integer
as an OpenSSL::BN
See ‘man bn` for more info.