Uses of Interface
javax.xml.crypto.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 processing  KeyInfoelements 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.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.