Uses of Class
org.verapdf.pd.encryption.PDEncryption
-
Packages that use PDEncryption Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.gf.model.impl.pd org.verapdf.pd.encryption -
-
Uses of PDEncryption in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDEncryption Modifier and Type Method Description static DocSecurityFeaturesObjectGFFeaturesObjectCreator. createDocSecurityFeaturesObject(PDEncryption encryption)Creates new GFDocSecurityFeaturesObjectAdapter -
Uses of PDEncryption in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDEncryption Constructor Description GFDocSecurityFeaturesObjectAdapter(PDEncryption encryption) -
Uses of PDEncryption in org.verapdf.gf.model.impl.pd
Constructors in org.verapdf.gf.model.impl.pd with parameters of type PDEncryption Constructor Description GFPDEncryption(PDEncryption encryptionDictionary) -
Uses of PDEncryption in org.verapdf.pd.encryption
Methods in org.verapdf.pd.encryption that return PDEncryption Modifier and Type Method Description PDEncryptionStandardSecurityHandler. getPdEncryption()Constructors in org.verapdf.pd.encryption with parameters of type PDEncryption Constructor Description StandardSecurityHandler(PDEncryption pdEncryption, COSObject id, COSDocument document)Constructor.
-