Interface SignatureProperties<UnsignedAttribute extends ISignatureAttribute>

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

public interface SignatureProperties<UnsignedAttribute extends ISignatureAttribute>
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