Class: OpenSSL::X509::Revoked

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



354
355
356
357
# File 'lib/openssl/x509.rb', line 354

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