xades4j.production
Class XadesSignatureResult

java.lang.Object
  extended by 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 Summary
 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.
 org.apache.xml.security.signature.XMLSignature getSignature()
          Gets the resulting XMLSignature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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


Copyright © 2012. All Rights Reserved.