类 Integer
公共实例方法
to_bn() 点击切换源代码
将一个 Integer
转换为一个 OpenSSL::BN
有关更多信息,请参阅“man bn”。
# File openssl/lib/openssl/bn.rb, line 37 def to_bn OpenSSL::BN::new(self) end
将一个 Integer
转换为一个 OpenSSL::BN
有关更多信息,请参阅“man bn”。
# File openssl/lib/openssl/bn.rb, line 37 def to_bn OpenSSL::BN::new(self) end