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