Package eu.europa.esig.dss.validation
Interface SignatureProperties<UnsignedAttribute extends ISignatureAttribute>
- All Known Implementing Classes:
CAdESSignedAttributes
,CAdESSigProperties
,CAdESUnsignedAttributes
,XAdESSignedDataObjectProperties
,XAdESSigProperties
,XAdESUnsignedSigProperties
public interface SignatureProperties<UnsignedAttribute extends ISignatureAttribute>
Defined a "signed-signature-element" or "unsigned-signature-element" of a signature
-
Method Summary
Modifier and Type Method Description List<UnsignedAttribute>
getAttributes()
Returns a list of children contained in the elementboolean
isExist()
Checks if "unsigned-signature-properties" exists and can be processed
-
Method Details
-
isExist
boolean isExist()Checks if "unsigned-signature-properties" exists and can be processed- Returns:
- TRUE if the element exists, FALSE otherwise
-
getAttributes
List<UnsignedAttribute> getAttributes()Returns a list of children contained in the element- Returns:
- list of
ISignatureAttribute
s
-