Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more

In Files

  • openssl/lib/openssl/pkcs7.rb

Methods

Class/Module Index [+]

Quicksearch

OpenSSL::PKCS7::PKCS7

This class is only provided for backwards compatibility. Use OpenSSL::PKCS7 in the future.

Public Class Methods

new(*args) click to toggle source
 
               # File openssl/lib/openssl/pkcs7.rb, line 16
def initialize(*args)
  super(*args)

  warn("Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead")
end