Package eu.europa.esig.dss.xades
Class XAdESSignatureUtils
java.lang.Object
eu.europa.esig.dss.xades.XAdESSignatureUtils
Contains util methods for dealing with XAdES
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<DSSDocument>
getSignerDocuments
(XAdESSignature signature) Returns list of original signed documentsstatic boolean
isKeyInfoCovered
(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
- [XAdESSignature
to find signed documents for- Returns:
- list of
DSSDocument
s
-
isKeyInfoCovered
This method verifies whether the ds:KeyInfo element is signed by the signature- Parameters:
signature
-XAdESSignature
to verify- Returns:
- TRUE if ds:KeyInfo element is signed, FALSE otherwise
-