public class PdfEncryptedPayloadDocument extends PdfObjectWrapper<PdfStream>
Constructor and Description |
---|
PdfEncryptedPayloadDocument(PdfStream pdfObject, PdfFileSpec fileSpec, String name) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDocumentBytes() |
PdfEncryptedPayload |
getEncryptedPayload() |
PdfFileSpec |
getFileSpec() |
String |
getName() |
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfEncryptedPayloadDocument(PdfStream pdfObject, PdfFileSpec fileSpec, String name)
public byte[] getDocumentBytes()
public PdfFileSpec getFileSpec()
public String getName()
public PdfEncryptedPayload getEncryptedPayload()
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfStream>
Copyright © 1998–2023 iText Group NV. All rights reserved.