public class

XadesSignatureResult

extends Object
java.lang.Object
   ↳ xades4j.production.XadesSignatureResult

Class Overview

The result of signature production. It includes the signature and the final set of qualifying properties.

Summary

Public Methods
DataGetter<QualifyingProperty> getPropertyFilter()
Gets a DataGetter that allows easy filtered access to the properties.
QualifyingProperties getQualifyingProperties()
Gets the whole set of qualifying properties in the signature, organized by type.
XMLSignature getSignature()
Gets the resulting XMLSignature.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public DataGetter<QualifyingProperty> getPropertyFilter ()

Gets a DataGetter that allows easy filtered access to the properties.

Returns
  • the filter

public QualifyingProperties getQualifyingProperties ()

Gets the whole set of qualifying properties in the signature, organized by type.

Returns
  • the properties

public XMLSignature getSignature ()

Gets the resulting XMLSignature.

Returns
  • the signature