Class: OpenSSL::X509::Request

Inherits:
Object
  • Object
show all
Includes:
Marshal
Defined in:
lib/openssl/x509.rb

Instance Method Summary collapse

Methods included from Marshal

#_dump, included

Instance Method Details

#==(other) ⇒ Object



363
364
365
366
# File 'lib/openssl/x509.rb', line 363

def ==(other)
  return false unless Request === other
  to_der == other.to_der
end