public class PBDocSecurityFeaturesObjectAdapter extends Object
| Constructor and Description |
|---|
PBDocSecurityFeaturesObjectAdapter(PDEncryption encryption)
Constructs new Document Security Feature Object adapter
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrors() |
String |
getFilter() |
String |
getHexEncodedOwnerKey() |
String |
getHexEncodedUserKey() |
int |
getLength() |
String |
getSubFilter() |
int |
getVersion() |
boolean |
isChangesAllowed() |
boolean |
isDocumentAssemblyAllowed() |
boolean |
isEncryptMetadata() |
boolean |
isExtractAccessibilityAllowed() |
boolean |
isExtractContentAllowed() |
boolean |
isFillingSigningAllowed() |
boolean |
isModifyAnnotationsAllowed() |
boolean |
isPDFObjectPresent() |
boolean |
isPrintAllowed() |
boolean |
isPrintDegradedAllowed() |
boolean |
isUserPermissionsPresent() |
public PBDocSecurityFeaturesObjectAdapter(PDEncryption encryption)
encryption - pdfbox class represents Encryption objectpublic String getHexEncodedOwnerKey()
public String getHexEncodedUserKey()
public boolean isUserPermissionsPresent()
public boolean isPrintAllowed()
public boolean isPrintDegradedAllowed()
public boolean isChangesAllowed()
public boolean isModifyAnnotationsAllowed()
public boolean isFillingSigningAllowed()
public boolean isDocumentAssemblyAllowed()
public boolean isExtractContentAllowed()
public boolean isExtractAccessibilityAllowed()
public boolean isPDFObjectPresent()
public String getFilter()
public String getSubFilter()
public int getVersion()
public int getLength()
public boolean isEncryptMetadata()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.