PDFCryptoUtils

PDFCryptoUtils

Overview

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

Shared cryptographic utilities for PDF encryption and decryption.

Methods

SignatureDescription
computeObjectKey(encryptionKey: byte[], objectNumber: int, generationNumber: int, cipherType: PDFEncryptionDict.CipherType) โ†’ byte[]Algorithm 1 (ISO 32000-1:2008, ยง7.6.2): computes the per-object encryption key.

See Also