Uses of Interface
javax.xml.crypto.URIDereferencer
Packages that use URIDereferencer
Package
Description
Common classes for XML cryptography.
Classes for generating and validating XML digital
signatures.
Classes for parsing and processing
KeyInfo elements and structures.-
Uses of URIDereferencer in javax.xml.crypto
Methods in javax.xml.crypto that return URIDereferencerModifier and TypeMethodDescriptionXMLCryptoContext.getURIDereferencer()Returns aURIDereferencerthat is used to dereferenceURIReferences.Methods in javax.xml.crypto with parameters of type URIDereferencerModifier and TypeMethodDescriptionvoidXMLCryptoContext.setURIDereferencer(URIDereferencer dereferencer)Sets aURIDereferencerthat is used to dereferenceURIReferences. -
Uses of URIDereferencer in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return URIDereferencerModifier and TypeMethodDescriptionabstract URIDereferencerXMLSignatureFactory.getURIDereferencer()Returns a reference to theURIDereferencerthat is used by default to dereference URIs inReferenceobjects. -
Uses of URIDereferencer in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return URIDereferencerModifier and TypeMethodDescriptionabstract URIDereferencerKeyInfoFactory.getURIDereferencer()Returns a reference to theURIDereferencerthat is used by default to dereference URIs inRetrievalMethodobjects.