validateSensitiveData

Checks whether a specific string contains sensitive data.

void
validateSensitiveData

Parameters

data string

The data to check.

level SecurityLevel

The security level for the validation

Throws

SensitiveDataException when the string contains sensitive data.

Meta