Class: OpenSSL::X509::Revoked
- Inherits:
-
Object
- Object
- OpenSSL::X509::Revoked
- Defined in:
- lib/openssl/x509.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
376 377 378 379 |
# File 'lib/openssl/x509.rb', line 376 def ==(other) return false unless Revoked === other to_der == other.to_der end |