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

NameTypeAccessDescription
resultStringReadReturns the last processed result.

Methods

SignatureDescription
Stringprep(source: String)Creates a processor from a source string.
Stringprep(stream: InputStream)Creates a processor from a UTF-8 input stream.
process()StringProcesses the input according to SASLprep.
getResult()StringReturns the last processed result.

See Also

 English