Class: Censys::Search::Certificate

Inherits:
Result
  • Object
show all
Defined in:
lib/censys/search/certificate.rb

Instance Method Summary collapse

Methods inherited from Result

#[], #field?, #fields, #initialize

Constructor Details

This class inherits a constructor from Censys::Search::Result

Instance Method Details

#fingerprint_sha256Object



6
7
8
# File 'lib/censys/search/certificate.rb', line 6

def fingerprint_sha256
  @attributes['parsed.fingerprint_sha256']
end

#issuer_dnObject



14
15
16
# File 'lib/censys/search/certificate.rb', line 14

def issuer_dn
  @attributes['parsed.issuer_dn']
end

#subject_dnObject



10
11
12
# File 'lib/censys/search/certificate.rb', line 10

def subject_dn
  @attributes['parsed.subject_dn']
end