xades4j.verification
Class QualifyingPropertyVerificationContext.SignedObjectsData

java.lang.Object
  extended by xades4j.verification.QualifyingPropertyVerificationContext.SignedObjectsData
Enclosing class:
QualifyingPropertyVerificationContext

public static class QualifyingPropertyVerificationContext.SignedObjectsData
extends Object

The find methods assume that object references are same-document references. The references are resolved using the ResourceResolver of Apache XML Security, which means the supported types of references (short-name XPointer, XPath) depend on the configured resolvers. Fragments and short-name XPointers are supported by the default configuration.


Method Summary
 RawDataObjectDesc findSignedDataObject(String objReference)
           
 org.apache.xml.security.signature.ObjectContainer findXMLObject(String objReference)
           
 List<RawDataObjectDesc> getAllDataObjects()
          In signature order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllDataObjects

public List<RawDataObjectDesc> getAllDataObjects()
In signature order.


findSignedDataObject

public RawDataObjectDesc findSignedDataObject(String objReference)

findXMLObject

public org.apache.xml.security.signature.ObjectContainer findXMLObject(String objReference)


Copyright © 2012. All Rights Reserved.