Interface SignatureProperties<SA extends SignatureAttribute>
- Type Parameters:
 SA- implementation of a signature attribute (signed or unsigned) corresponding to the current signature format
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 CAdESSignedAttributes,CAdESSigProperties,CAdESUnsignedAttributes,JAdESEtsiUHeader,JAdESSignedProperties,XAdESSignedDataObjectProperties,XAdESSigProperties,XAdESUnsignedSigProperties
Defined a "signed-signature-element" or "unsigned-signature-element" of a signature
- 
Method Summary
Modifier and TypeMethodDescriptionReturns a list of children contained in the elementbooleanisExist()Checks if "unsigned-signature-properties" exists and can be processed 
- 
Method Details
- 
isExist
boolean isExist()Checks if "unsigned-signature-properties" exists and can be processed- Returns:
 - TRUE if the element exists, FALSE otherwise
 
 - 
getAttributes
Returns a list of children contained in the element- Returns:
 - list of 
SignatureAttributes 
 
 -