Package org.htmlunit.csp.value
Class Hash
- java.lang.Object
-
- org.htmlunit.csp.value.Hash
-
public final class Hash extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHash.Algorithm
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Hash.AlgorithmgetAlgorithm()StringgetBase64ValuePart()inthashCode()static Optional<Hash>parseHash(String value)StringtoString()
-
-
-
Method Detail
-
getAlgorithm
public Hash.Algorithm getAlgorithm()
-
getBase64ValuePart
public String getBase64ValuePart()
-
-