Method: SSLyze::XML::Certinfo::Certificate#hpkp_sha256_pin

Defined in:
lib/sslyze/xml/certinfo/certificate.rb

#hpkp_sha256_pinString

The HPKP SHA256 Pin.

Returns:

  • (String)

Since:

  • 1.0.0



169
170
171
# File 'lib/sslyze/xml/certinfo/certificate.rb', line 169

def hpkp_sha256_pin
  @hpkp_sha256_pin ||= @node['hpkpSha256Pin']
end