SecurityUtils

SecurityUtils

Overview

SecurityUtils is a class in Aspose.PDF FOSS for Java.

Small security-related utility helpers used by legacy-compatible tests.

This class provides 2 methods for working with SecurityUtils objects in Java programs. Available methods include: getRandomString, random64Bit. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.

Methods

SignatureDescription
random64Bit()longReturns a cryptographically strong random 64-bit value.
getRandomString(length: int)StringReturns a random alpha-numeric string of the requested length.

See Also

 English