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
| Signature | Description |
|---|---|
random64Bit() → long | Returns a cryptographically strong random 64-bit value. |
getRandomString(length: int) → String | Returns a random alpha-numeric string of the requested length. |