Package eu.europa.esig.dss.xades
Class XAdESSignatureUtils
java.lang.Object
eu.europa.esig.dss.xades.XAdESSignatureUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<DSSDocument> getSignerDocuments(XAdESSignature signature) Returns list of original signed documentsstatic booleanisKeyInfoCovered(XAdESSignature signature) This method verifies whether the ds:KeyInfo element is signed by the signature
-
Method Details
-
getSignerDocuments
Returns list of original signed documents- Parameters:
signature- [XAdESSignatureto find signed documents for- Returns:
- list of
DSSDocuments
-
isKeyInfoCovered
This method verifies whether the ds:KeyInfo element is signed by the signature- Parameters:
signature-XAdESSignatureto verify- Returns:
- TRUE if ds:KeyInfo element is signed, FALSE otherwise
-