Package org.verapdf.features.objects
Interface DocSecurityFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
- All Known Implementing Classes:
GFDocSecurityFeaturesObjectAdapter
public interface DocSecurityFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilter()StringgetHexEncodedOwnerKey()StringgetHexEncodedUserKey()intgetLength()StringgetSubFilter()intgetVersion()booleanisChangesAllowed()booleanisDocumentAssemblyAllowed()booleanisEncryptMetadata()booleanisExtractAccessibilityAllowed()booleanisExtractContentAllowed()booleanisFillingSigningAllowed()booleanisModifyAnnotationsAllowed()booleanisPrintAllowed()booleanisPrintDegradedAllowed()booleanisUserPermissionsPresent()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getFilter
String getFilter()
-
getSubFilter
String getSubFilter()
-
getVersion
int getVersion()
-
getLength
int getLength()
-
getHexEncodedOwnerKey
String getHexEncodedOwnerKey()
-
getHexEncodedUserKey
String getHexEncodedUserKey()
-
isEncryptMetadata
boolean isEncryptMetadata()
-
isUserPermissionsPresent
boolean isUserPermissionsPresent()
-
isPrintAllowed
boolean isPrintAllowed()
-
isPrintDegradedAllowed
boolean isPrintDegradedAllowed()
-
isChangesAllowed
boolean isChangesAllowed()
-
isModifyAnnotationsAllowed
boolean isModifyAnnotationsAllowed()
-
isFillingSigningAllowed
boolean isFillingSigningAllowed()
-
isDocumentAssemblyAllowed
boolean isDocumentAssemblyAllowed()
-
isExtractContentAllowed
boolean isExtractContentAllowed()
-
isExtractAccessibilityAllowed
boolean isExtractAccessibilityAllowed()
-
-