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



8
9
10
# File 'lib/censys/search/certificate.rb', line 8

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

#issuer_dnObject



16
17
18
# File 'lib/censys/search/certificate.rb', line 16

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

#subject_dnObject



12
13
14
# File 'lib/censys/search/certificate.rb', line 12

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