Class DSigResolver
java.lang.Object
com.sun.xml.ws.security.opt.impl.dsig.DSigResolver
- All Implemented Interfaces:
URIDereferencer
Implementation of JSR 105 URIDereferencer interface for optimized path
- Author:
- Ashutosh.Shahi@Sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondereference(URIReference uriRef, XMLCryptoContext context) resolve the URI of type "cid:" , "attachmentRef:", "http:", "#xyz".static URIDereferencercreate a new instance of this class
-
Constructor Details
-
DSigResolver
public DSigResolver()
-
-
Method Details
-
getInstance
create a new instance of this class- Returns:
- URI Dereferencer instance.
-
dereference
resolve the URI of type "cid:" , "attachmentRef:", "http:", "#xyz".- Specified by:
dereferencein interfaceURIDereferencer- Throws:
URIReferenceException
-