Uses of Interface
javax.xml.crypto.URIDereferencer
- 
Packages that use URIDereferencer Package Description javax.xml.crypto Common classes for XML cryptography.javax.xml.crypto.dom DOM-specific classes for thejavax.xml.cryptopackage.javax.xml.crypto.dsig Classes for generating and validating XML digital signatures.javax.xml.crypto.dsig.keyinfo Classes for parsing and processingKeyInfoelements and structures.
- 
- 
Uses of URIDereferencer in javax.xml.cryptoMethods in javax.xml.crypto that return URIDereferencer Modifier and Type Method Description URIDereferencerXMLCryptoContext. getURIDereferencer()Returns aURIDereferencerthat is used to dereferenceURIReferences.Methods in javax.xml.crypto with parameters of type URIDereferencer Modifier and Type Method Description voidXMLCryptoContext. setURIDereferencer(URIDereferencer dereferencer)Sets aURIDereferencerthat is used to dereferenceURIReferences.
- 
Uses of URIDereferencer in javax.xml.crypto.domMethods in javax.xml.crypto.dom that return URIDereferencer Modifier and Type Method Description URIDereferencerDOMCryptoContext. getURIDereferencer()Methods in javax.xml.crypto.dom with parameters of type URIDereferencer Modifier and Type Method Description voidDOMCryptoContext. setURIDereferencer(URIDereferencer dereferencer)
- 
Uses of URIDereferencer in javax.xml.crypto.dsigMethods in javax.xml.crypto.dsig that return URIDereferencer Modifier and Type Method Description abstract URIDereferencerXMLSignatureFactory. getURIDereferencer()Returns a reference to theURIDereferencerthat is used by default to dereference URIs inReferenceobjects.
- 
Uses of URIDereferencer in javax.xml.crypto.dsig.keyinfoMethods in javax.xml.crypto.dsig.keyinfo that return URIDereferencer Modifier and Type Method Description abstract URIDereferencerKeyInfoFactory. getURIDereferencer()Returns a reference to theURIDereferencerthat is used by default to dereference URIs inRetrievalMethodobjects.
 
-