Uses of Class
org.htmlunit.csp.value.Hash.Algorithm
-
Packages that use Hash.Algorithm Package Description org.htmlunit.csp.value Content Security Policy values. -
-
Uses of Hash.Algorithm in org.htmlunit.csp.value
Fields in org.htmlunit.csp.value declared as Hash.Algorithm Modifier and Type Field Description private Hash.Algorithm
Hash. algorithm_
Methods in org.htmlunit.csp.value that return Hash.Algorithm Modifier and Type Method Description Hash.Algorithm
Hash. getAlgorithm()
static Hash.Algorithm
Hash.Algorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Hash.Algorithm[]
Hash.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.htmlunit.csp.value with parameters of type Hash.Algorithm Constructor Description Hash(Hash.Algorithm algorithm, java.lang.String base64ValuePart)
-