class Censys::Search::Certificate
Public Instance Methods
fingerprint_sha256()
click to toggle source
# File lib/censys/search/certificate.rb, line 8 def fingerprint_sha256 @attributes['parsed.fingerprint_sha256'] end
issuer_dn()
click to toggle source
# File lib/censys/search/certificate.rb, line 16 def issuer_dn @attributes['parsed.issuer_dn'] end
subject_dn()
click to toggle source
# File lib/censys/search/certificate.rb, line 12 def subject_dn @attributes['parsed.subject_dn'] end