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
Fields in com.shapesecurity.salvation2.Directives with type parameters of type Nonce Modifier and Type Field Description private java.util.List<Nonce>
SourceExpressionDirective. nonces
Methods in com.shapesecurity.salvation2.Directives that return types with arguments of type Nonce Modifier and Type Method Description java.util.List<Nonce>
SourceExpressionDirective. getNonces()
Methods in com.shapesecurity.salvation2.Directives with parameters of type Nonce Modifier and Type Method Description private boolean
SourceExpressionDirective. _addNonce(Nonce nonce, int index, Directive.DirectiveErrorConsumer errors)
void
SourceExpressionDirective. addNonce(Nonce nonce, Directive.ManipulationErrorConsumer errors)
boolean
SourceExpressionDirective. 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 java.util.Optional<Nonce>
Nonce. parseNonce(java.lang.String value)
-