com.sun.xml.ws.security.opt.impl.dsig
Class DSigResolver

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

public class DSigResolver
extends Object
implements URIDereferencer

Implementation of JSR 105 URIDereferencer interface for optimized path

Author:
Ashutosh.Shahi@Sun.com

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

Constructor Detail

DSigResolver

public DSigResolver()
Method Detail

getInstance

public static URIDereferencer getInstance()
create a new instance of this class

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.