javax.xml.crypto

Interface URIDereferencer

    • Method Detail

      • dereference

        Data dereference(URIReference uriReference,
                         XMLCryptoContext context)
                  throws URIReferenceException
        Dereferences the specified URIReference and returns the dereferenced data.
        Parameters:
        uriReference - the URIReference
        context - an XMLCryptoContext that may contain additional useful information for dereferencing the URI. This implementation should dereference the specified URIReference against the context's baseURI parameter, if specified.
        Returns:
        the dereferenced data
        Throws:
        java.lang.NullPointerException - if uriReference or context are null
        URIReferenceException - if an exception occurs while dereferencing the specified uriReference
XML Security (JSR 105/106), 1.8

Copyright © 2015 IBM Corporation. All Rights Reserved.