public class PBoxPDSignature extends PBoxPDObject implements PDSignature
| Modifier and Type | Field and Description |
|---|---|
protected static byte[] |
contents |
static String |
CONTENTS |
static String |
REFERENCE |
static String |
SIGNATURE_TYPE
Type name for
PBoxPDSignature |
protected long |
signatureOffset |
cMap, contentStream, document, MAX_NUMBER_OF_ELEMENTS, pdFontLike, simplePDObjectcontextDependent| Constructor and Description |
|---|
PBoxPDSignature(PDSignature pdSignature,
PDDocument document,
COSObject signatureReference) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getdoesByteRangeCoverEntireDocument()
true if the ByteRange covers the entire document including the signature dictionary, but excluding the Signature itself
|
List<? extends Object> |
getLinkedObjects(String link) |
addAction, getIDgetExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String SIGNATURE_TYPE
PBoxPDSignaturepublic static final String CONTENTS
public static final String REFERENCE
protected static byte[] contents
protected long signatureOffset
public PBoxPDSignature(PDSignature pdSignature, PDDocument document, COSObject signatureReference)
pdSignature - PDSignature
object.document - PDDocument containing representation of initial PDF file.public List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - - the name of a linkpublic Boolean getdoesByteRangeCoverEntireDocument()
PDSignaturegetdoesByteRangeCoverEntireDocument in interface PDSignatureCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.