com.sun.xml.wss.impl.dsig
Class DSigResolver

java.lang.Object
  extended by com.sun.xml.wss.impl.dsig.DSigResolver
All Implemented Interfaces:
URIDereferencer

public class DSigResolver
extends Object
implements URIDereferencer

Implementation of JSR 105 URIDereference interface.

Author:
k.venugopal@sun.com

Method Summary
 Data dereference(URIReference uriRef, XMLCryptoContext context)
          resolve the URI of type "cid:" , "attachmentRef:", "http:", "#xyz".
static URIDereferencer getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static URIDereferencer getInstance()
Returns:
URI Dereferencer instance.

dereference

public Data dereference(URIReference uriRef,
                        XMLCryptoContext context)
                 throws URIReferenceException
resolve the URI of type "cid:" , "attachmentRef:", "http:", "#xyz".

Specified by:
dereference in interface URIDereferencer
Parameters:
uriRef -
context{@inheritDoc} -
Returns:
Throws:
URIReferenceException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.