Class XAdESSigProperties
- java.lang.Object
-
- eu.europa.esig.dss.xades.validation.XAdESSigProperties
-
- All Implemented Interfaces:
SignatureProperties<XAdESAttribute>
- Direct Known Subclasses:
XAdESSignedDataObjectProperties,XAdESUnsignedSigProperties
public abstract class XAdESSigProperties extends Object implements SignatureProperties<XAdESAttribute>
-
-
Method Summary
Modifier and Type Method Description List<XAdESAttribute>getAttributes()Returns a list of children contained in the elementbooleanisExist()Checks if "unsigned-signature-properties" exists and can be processed
-
-
-
Method Detail
-
isExist
public boolean isExist()
Description copied from interface:SignaturePropertiesChecks if "unsigned-signature-properties" exists and can be processed- Specified by:
isExistin interfaceSignatureProperties<XAdESAttribute>- Returns:
- TRUE if the element exists, FALSE otherwise
-
getAttributes
public List<XAdESAttribute> getAttributes()
Description copied from interface:SignaturePropertiesReturns a list of children contained in the element- Specified by:
getAttributesin interfaceSignatureProperties<XAdESAttribute>- Returns:
- list of
ISignatureAttributes
-
-