Uses of Interface
javax.xml.crypto.URIDereferencer
-
Packages that use URIDereferencer Package Description javax.xml.crypto Common classes for XML cryptography.javax.xml.crypto.dsig Classes for generating and validating XML digital signatures.javax.xml.crypto.dsig.keyinfo Classes for parsing and processingKeyInfo
elements and structures. -
-
Uses of URIDereferencer in javax.xml.crypto
Methods in javax.xml.crypto that return URIDereferencer Modifier and Type Method Description URIDereferencer
XMLCryptoContext. getURIDereferencer()
Returns aURIDereferencer
that is used to dereferenceURIReference
s.Methods in javax.xml.crypto with parameters of type URIDereferencer Modifier and Type Method Description void
XMLCryptoContext. setURIDereferencer(URIDereferencer dereferencer)
Sets aURIDereferencer
that is used to dereferenceURIReference
s. -
Uses of URIDereferencer in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return URIDereferencer Modifier and Type Method Description abstract URIDereferencer
XMLSignatureFactory. getURIDereferencer()
Returns a reference to theURIDereferencer
that is used by default to dereference URIs inReference
objects. -
Uses of URIDereferencer in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return URIDereferencer Modifier and Type Method Description abstract URIDereferencer
KeyInfoFactory. getURIDereferencer()
Returns a reference to theURIDereferencer
that is used by default to dereference URIs inRetrievalMethod
objects.
-