Class XAdESSigProperties
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESSigProperties
- All Implemented Interfaces:
SignatureProperties<XAdESAttribute>
,Serializable
- Direct Known Subclasses:
XAdESSignedDataObjectProperties
,XAdESUnsignedSigProperties
public abstract class XAdESSigProperties
extends Object
implements SignatureProperties<XAdESAttribute>
XAdES signed properties
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of children contained in the elementboolean
isExist()
Checks if "unsigned-signature-properties" exists and can be processed
-
Method Details
-
isExist
public boolean isExist()Description copied from interface:SignatureProperties
Checks if "unsigned-signature-properties" exists and can be processed- Specified by:
isExist
in interfaceSignatureProperties<XAdESAttribute>
- Returns:
- TRUE if the element exists, FALSE otherwise
-
getAttributes
Description copied from interface:SignatureProperties
Returns a list of children contained in the element- Specified by:
getAttributes
in interfaceSignatureProperties<XAdESAttribute>
- Returns:
- list of
SignatureAttribute
s
-