Sha256: 0b778479a4d37117ae96f967babd55d8382420c2ecea42127eb9db847a5c23e0
Contents?: true
Size: 343 Bytes
Versions: 6
Compression:
Stored size: 343 Bytes
Contents
require 'censys/search/result' module Censys module Search class Certificate < Result def fingerprint_sha256 @attributes['parsed.fingerprint_sha256'] end def subject_dn @attributes['parsed.subject_dn'] end def issuer_dn @attributes['parsed.issuer_dn'] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems