Class: OpenSSL::X509::Request
- Inherits:
-
Object
- Object
- OpenSSL::X509::Request
- Includes:
- Marshal
- Defined in:
- lib/openssl/x509.rb
Instance Method Summary collapse
Methods included from Marshal
Instance Method Details
#==(other) ⇒ Object
385 386 387 388 |
# File 'lib/openssl/x509.rb', line 385 def ==(other) return false unless Request === other to_der == other.to_der end |