модуль OpenSSL::Marshal
Публичные методы класса
# File ext/openssl/lib/openssl/marshal.rb, line 16 def self.included(base) base.extend(ClassMethods) end
Публичные методы экземпляра
# File ext/openssl/lib/openssl/marshal.rb, line 26 def _dump(_level) to_der end
Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.