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

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

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