Stringprep
Overview
Stringprep is a class in Aspose.Pdf FOSS for Java.
Minimal SASLprep implementation used by security-related regression tests.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
result | String | Read | Returns the last processed result. |
Methods
| Signature | Description |
|---|---|
Stringprep(source: String) | Creates a processor from a source string. |
Stringprep(stream: InputStream) | Creates a processor from a UTF-8 input stream. |
process() → String | Processes the input according to SASLprep. |
getResult() → String | Returns the last processed result. |