| Package | Description |
|---|---|
| org.owasp.esapi.reference.validation |
This package contains data format-specific validation rule functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLValidationRule
A validator performs syntax and possibly semantic validation of a single
piece of data from an untrusted source.
|
| Modifier and Type | Method and Description |
|---|---|
StringValidationRule |
CreditCardValidationRule.getStringValidatorRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreditCardValidationRule.setStringValidatorRule(StringValidationRule ccrule) |
| Constructor and Description |
|---|
CreditCardValidationRule(String typeName,
Encoder encoder,
StringValidationRule validationRule) |
Copyright © 2019 The Open Web Application Security Project (OWASP). All rights reserved.