Method: SSLyze::XML::Certinfo::Certificate#hpkp_sha256_pin
- Defined in:
- lib/sslyze/xml/certinfo/certificate.rb
#hpkp_sha256_pin ⇒ String
The HPKP SHA256 Pin.
169 170 171 |
# File 'lib/sslyze/xml/certinfo/certificate.rb', line 169 def hpkp_sha256_pin @hpkp_sha256_pin ||= @node['hpkpSha256Pin'] end |