Class XadesSignatureResult

java.lang.Object
xades4j.production.XadesSignatureResult

public class XadesSignatureResult extends Object
The result of signature production. It includes the signature and the final set of qualifying properties.
Author:
Luís
  • Method Details

    • getPropertyFilter

      public DataGetter<QualifyingProperty> getPropertyFilter()
      Gets a DataGetter that allows easy filtered access to the properties.
      Returns:
      the filter
    • getQualifyingProperties

      public QualifyingProperties getQualifyingProperties()
      Gets the whole set of qualifying properties in the signature, organized by type.
      Returns:
      the properties
    • getSignature

      public org.apache.xml.security.signature.XMLSignature getSignature()
      Gets the resulting XMLSignature.
      Returns:
      the signature