Class JAdESSignedProperties
java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESSignedProperties
- All Implemented Interfaces:
SignatureProperties<JAdESAttribute>
,Serializable
Represents a list of JAdES signed properties (protected header)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of children contained in the elementboolean
isExist()
Checks if "unsigned-signature-properties" exists and can be processed
-
Constructor Details
-
JAdESSignedProperties
public JAdESSignedProperties(org.jose4j.jwx.Headers headers) Default constructor- Parameters:
headers
-Headers
-
-
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<JAdESAttribute>
- 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<JAdESAttribute>
- Returns:
- list of
SignatureAttribute
s
-