src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/DOMURIDereferencer.java
changeset 53998 d870bb08194a
parent 50614 3810c9a2efa1
child 54731 81de17a33575
equal deleted inserted replaced
53997:4ae746de6b86 53998:d870bb08194a
    52         // need to call com.sun.org.apache.xml.internal.security.Init.init()
    52         // need to call com.sun.org.apache.xml.internal.security.Init.init()
    53         // before calling any apache security code
    53         // before calling any apache security code
    54         Init.init();
    54         Init.init();
    55     }
    55     }
    56 
    56 
    57     @Override
       
    58     public Data dereference(URIReference uriRef, XMLCryptoContext context)
    57     public Data dereference(URIReference uriRef, XMLCryptoContext context)
    59         throws URIReferenceException {
    58         throws URIReferenceException {
    60 
    59 
    61         if (uriRef == null) {
    60         if (uriRef == null) {
    62             throw new NullPointerException("uriRef cannot be null");
    61             throw new NullPointerException("uriRef cannot be null");