Class: OpenSSL::X509::CRL

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

Instance Method Summary collapse

Methods included from Extension::AuthorityKeyIdentifier

#authority_key_identifier

Methods included from Extension::Helpers

#find_extension

Methods included from Marshal

#_dump, included

Instance Method Details

#==(other) ⇒ Object



347
348
349
350
# File 'lib/openssl/x509.rb', line 347

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