SecurityUtils
Overview
SecurityUtils is a class in Aspose.Pdf FOSS for Java.
Small security-related utility helpers used by legacy-compatible tests.
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. |