Interface SignatureProperties<UnsignedAttribute extends SignatureAttribute>

All Known Implementing Classes:
CAdESSignedAttributes, CAdESSigProperties, CAdESUnsignedAttributes, JAdESEtsiUHeader, JAdESSignedProperties, XAdESSignedDataObjectProperties, XAdESSigProperties, XAdESUnsignedSigProperties

public interface SignatureProperties<UnsignedAttribute extends SignatureAttribute>
Defined a "signed-signature-element" or "unsigned-signature-element" of a signature
  • Method Summary

    Modifier and Type Method Description
    List<UnsignedAttribute> getAttributes()
    Returns a list of children contained in the element
    boolean isExist()
    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

      List<UnsignedAttribute> getAttributes()
      Returns a list of children contained in the element
      Returns:
      list of SignatureAttributes