Stringprep
Overview
Stringprep is a class in Aspose.PDF FOSS for Java.
Minimal SASLprep implementation used by security-related regression tests.
This class provides 4 methods for working with Stringprep objects in Java programs.
Available methods include: Stringprep, getResult, process.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: result.
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. |