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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of children contained in the elementbooleanisExist()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:SignaturePropertiesChecks if "unsigned-signature-properties" exists and can be processed- Specified by:
isExistin interfaceSignatureProperties<JAdESAttribute>- Returns:
- TRUE if the element exists, FALSE otherwise
-
getAttributes
Description copied from interface:SignaturePropertiesReturns a list of children contained in the element- Specified by:
getAttributesin interfaceSignatureProperties<JAdESAttribute>- Returns:
- list of
SignatureAttributes
-