Class JAdESSignedProperties
java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESSignedProperties
- All Implemented Interfaces:
SignatureProperties<JAdESAttribute>
public class JAdESSignedProperties extends Object implements SignatureProperties<JAdESAttribute>
Represents a list of JAdES signed properties (protected header)
-
Constructor Summary
Constructors Constructor Description JAdESSignedProperties(org.jose4j.jwx.Headers headers)Default constructor -
Method Summary
Modifier and Type Method Description List<JAdESAttribute>getAttributes()Returns 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
-