public interface

ReferenceProvider

org.mule.module.xmlsecurity.reference.ReferenceProvider
Known Indirect Subclasses

Class Overview

Generates a reference object to be signed

Summary

Public Methods
abstract Reference getReference()

Generates the reference that is signed.

abstract List<Object> getReferencedObjects()

If Inner objects are needed as reference (for example, for an enveloping signature), it returns the referenced tags

Public Methods

public abstract Reference getReference ()

Generates the reference that is signed.

Returns
  • The Reference Object

public abstract List<Object> getReferencedObjects ()

If Inner objects are needed as reference (for example, for an enveloping signature), it returns the referenced tags

Returns
  • The List of Objects