Uses of Class
javax.xml.crypto.URIReferenceException
-
Packages that use URIReferenceException Package Description javax.xml.crypto Common classes for XML cryptography.javax.xml.crypto.dsig.keyinfo Classes for parsing and processingKeyInfoelements and structures. -
-
Uses of URIReferenceException in javax.xml.crypto
Methods in javax.xml.crypto that throw URIReferenceException Modifier and Type Method Description DataURIDereferencer. dereference(URIReference uriReference, XMLCryptoContext context)Dereferences the specifiedURIReferenceand returns the dereferenced data. -
Uses of URIReferenceException in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that throw URIReferenceException Modifier and Type Method Description DataRetrievalMethod. dereference(XMLCryptoContext context)Dereferences theKeyInfoinformation referenced by thisRetrievalMethodand applies the specifiedTransforms.
-