Uses of Class
com.shapesecurity.salvation2.Values.Nonce
-
Packages that use Nonce Package Description com.shapesecurity.salvation2.Directives com.shapesecurity.salvation2.Values -
-
Uses of Nonce in com.shapesecurity.salvation2.Directives
Methods in com.shapesecurity.salvation2.Directives that return types with arguments of type Nonce Modifier and Type Method Description List<Nonce>SourceExpressionDirective. getNonces()Methods in com.shapesecurity.salvation2.Directives with parameters of type Nonce Modifier and Type Method Description voidSourceExpressionDirective. addNonce(Nonce nonce, Directive.ManipulationErrorConsumer errors)booleanSourceExpressionDirective. removeNonce(Nonce nonce) -
Uses of Nonce in com.shapesecurity.salvation2.Values
Methods in com.shapesecurity.salvation2.Values that return types with arguments of type Nonce Modifier and Type Method Description static Optional<Nonce>Nonce. parseNonce(String value)
-