Class: OpenSSL::X509::CRL
- Inherits:
-
Object
- Object
- OpenSSL::X509::CRL
- Includes:
- Marshal, Extension::AuthorityKeyIdentifier
- Defined in:
- lib/openssl/x509.rb
Instance Method Summary collapse
Methods included from Extension::AuthorityKeyIdentifier
Methods included from Extension::Helpers
Methods included from Marshal
Instance Method Details
#==(other) ⇒ Object
369 370 371 372 |
# File 'lib/openssl/x509.rb', line 369 def ==(other) return false unless CRL === other to_der == other.to_der end |