Uses of Class
eu.europa.esig.dss.xades.validation.XAdESSignature
-
Uses of XAdESSignature in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return XAdESSignature Modifier and Type Method Description static XAdESSignature
DSSXMLUtils. createCounterSignature(Element counterSignatureElement, XAdESSignature masterSignature)
Creates and returns a counter signature found in thecounterSignatureElement
Methods in eu.europa.esig.dss.xades with parameters of type XAdESSignature Modifier and Type Method Description static XAdESSignature
DSSXMLUtils. createCounterSignature(Element counterSignatureElement, XAdESSignature masterSignature)
Creates and returns a counter signature found in thecounterSignatureElement
static List<DSSDocument>
XAdESSignatureUtils. getSignerDocuments(XAdESSignature signature)
Returns list of original signed documents -
Uses of XAdESSignature in eu.europa.esig.dss.xades.signature
Fields in eu.europa.esig.dss.xades.signature declared as XAdESSignature Modifier and Type Field Description protected XAdESSignature
ExtensionBuilder. xadesSignature
This object allows to access DOM signature representation using XPATHMethods in eu.europa.esig.dss.xades.signature with parameters of type XAdESSignature Modifier and Type Method Description protected void
ExtensionBuilder. assertSignatureValid(XAdESSignature xadesSignature)
Verifies if the signature is valid. -
Uses of XAdESSignature in eu.europa.esig.dss.xades.validation
Constructors in eu.europa.esig.dss.xades.validation with parameters of type XAdESSignature Constructor Description XAdESSignatureIdentifierBuilder(XAdESSignature signature)
Default constructor -
Uses of XAdESSignature in eu.europa.esig.dss.xades.validation.scope
Methods in eu.europa.esig.dss.xades.validation.scope with parameters of type XAdESSignature Modifier and Type Method Description List<SignatureScope>
XAdESSignatureScopeFinder. findSignatureScope(XAdESSignature xadesSignature)
-
Uses of XAdESSignature in eu.europa.esig.dss.xades.validation.timestamp
Constructors in eu.europa.esig.dss.xades.validation.timestamp with parameters of type XAdESSignature Constructor Description XAdESTimestampSource(XAdESSignature signature, Element signatureElement, XAdESPaths xadesPaths)
Default constructor