Stringprep

Overview

Stringprep is a class in Aspose.Pdf FOSS for Java.

Minimal SASLprep implementation used by security-related regression tests.

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