Class QualifyingPropertyVerificationContext.SignedObjectsData

java.lang.Object
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 Details

    • 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)