Class CAdESSigProperties
java.lang.Object
eu.europa.esig.dss.cades.validation.CAdESSigProperties
- All Implemented Interfaces:
SignatureProperties<CAdESAttribute>
,Serializable
- Direct Known Subclasses:
CAdESSignedAttributes
,CAdESUnsignedAttributes
public abstract class CAdESSigProperties
extends Object
implements SignatureProperties<CAdESAttribute>
Represents a list of
CAdESAttribute
s- 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<CAdESAttribute>
- 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<CAdESAttribute>
- Returns:
- list of
SignatureAttribute
s
-