Uses of Class
org.verapdf.pd.PDSignature
-
Packages that use PDSignature Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.gf.model.impl.pd.signature org.verapdf.pd.form -
-
Uses of PDSignature in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDSignature Modifier and Type Method Description static SignatureFeaturesObjectGFFeaturesObjectCreator. createSignatureFeaturesObject(PDSignature signature)Constructs new GFSignatureFeaturesObjectAdapter -
Uses of PDSignature in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDSignature Constructor Description GFSignatureFeaturesObjectAdapter(PDSignature signature) -
Uses of PDSignature in org.verapdf.gf.model.impl.pd.signature
Constructors in org.verapdf.gf.model.impl.pd.signature with parameters of type PDSignature Constructor Description GFPDSignature(PDSignature pdSignature, COSObject signatureReference) -
Uses of PDSignature in org.verapdf.pd.form
Methods in org.verapdf.pd.form that return PDSignature Modifier and Type Method Description PDSignaturePDSignatureField. getSignature()
-