Class CAdESSigProperties
- java.lang.Object
-
- eu.europa.esig.dss.cades.validation.CAdESSigProperties
-
- All Implemented Interfaces:
SignatureProperties<CAdESAttribute>
- Direct Known Subclasses:
CAdESSignedAttributes,CAdESUnsignedAttributes
public abstract class CAdESSigProperties extends Object implements SignatureProperties<CAdESAttribute>
-
-
Method Summary
Modifier and Type Method Description List<CAdESAttribute>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<CAdESAttribute>- Returns:
- TRUE if the element exists, FALSE otherwise
-
getAttributes
public List<CAdESAttribute> getAttributes()
Description copied from interface:SignaturePropertiesReturns a list of children contained in the element- Specified by:
getAttributesin interfaceSignatureProperties<CAdESAttribute>- Returns:
- list of
ISignatureAttributes
-
-