HashType : string

Representation of Content-Security-Policy hash algorithm type see https://www.w3.org/TR/CSP3/#grammardef-hash-algorithm

Table of Contents

Cases

sha256  = 'sha256'
sha384  = 'sha384'
sha512  = 'sha512'

Methods

length()  : int
values()  : array<int, string>

Cases

Methods

length()

public length() : int
Return values
int

length in bytes

values()

public static values() : array<int, string>
Return values
array<int, string>

        
On this page

Search results