public class PDEncryption extends PDObject
| Constructor and Description |
|---|
PDEncryption() |
PDEncryption(COSObject obj)
Constructor from encryption dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
PDCryptFilter |
getCryptFilter(ASAtom cfName)
Gets crypt filter with given name.
|
ASAtom |
getFilter() |
int |
getLength() |
COSString |
getO() |
COSString |
getOE() |
Long |
getP() |
Long |
getR() |
PDCryptFilter |
getStandardCryptFilter() |
ASAtom |
getSubFilter() |
COSString |
getU() |
COSString |
getUE() |
AccessPermissions |
getUserPermissions() |
int |
getV() |
boolean |
isEncryptMetadata() |
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObjectpublic PDEncryption(COSObject obj)
obj - is encryption dictionary.public PDEncryption()
public ASAtom getFilter()
public ASAtom getSubFilter()
public AccessPermissions getUserPermissions()
public int getV()
public int getLength()
public Long getR()
public COSString getO()
public COSString getU()
public Long getP()
public COSString getOE()
public COSString getUE()
public boolean isEncryptMetadata()
public PDCryptFilter getStandardCryptFilter()
public PDCryptFilter getCryptFilter(ASAtom cfName)
cfName - is name for crypt filter.Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.