Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFRevision
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlPDFRevision in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlPDFRevision Modifier and Type Method Description XmlPDFRevision
SignatureWrapper. getPDFRevision()
Returns a PAdES-specific PDF Revision info NOTE: applicable only for PAdESXmlPDFRevision
TimestampWrapper. getPDFRevision()
Returns a PAdES-specific PDF Revision info NOTE: applicable only for PAdES -
Uses of XmlPDFRevision in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlPDFRevision Modifier and Type Field Description protected XmlPDFRevision
XmlSignature. pdfRevision
protected XmlPDFRevision
XmlTimestamp. pdfRevision
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlPDFRevision Modifier and Type Method Description XmlPDFRevision
ObjectFactory. createXmlPDFRevision()
Create an instance ofXmlPDFRevision
XmlPDFRevision
XmlSignature. getPDFRevision()
Gets the value of the pdfRevision property.XmlPDFRevision
XmlTimestamp. getPDFRevision()
Gets the value of the pdfRevision property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlPDFRevision Modifier and Type Method Description void
XmlSignature. setPDFRevision(XmlPDFRevision value)
Sets the value of the pdfRevision property.void
XmlTimestamp. setPDFRevision(XmlPDFRevision value)
Sets the value of the pdfRevision property.