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

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

public class DSigResolver
extends Object
implements javax.xml.crypto.URIDereferencer

Implementation of JSR 105 URIDereference interface.

Author:
k.venugopal@sun.com

Method Summary
 javax.xml.crypto.Data dereference(javax.xml.crypto.URIReference uriRef, javax.xml.crypto.XMLCryptoContext context)
          resolve the URI of type "cid:" , "attachmentRef:", "http:", "#xyz".
static javax.xml.crypto.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 javax.xml.crypto.URIDereferencer getInstance()
Returns:
URI Dereferencer instance.

dereference

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

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


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