| Package | Description |
|---|---|
| javax.xml.crypto |
Common classes for XML cryptography.
|
| javax.xml.crypto.dom |
DOM-specific classes for the
javax.xml.crypto package.
|
| javax.xml.crypto.dsig |
Classes for generating and validating XML digital signatures.
|
| javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures.
|
| Modifier and Type | Method and Description |
|---|---|
URIDereferencer |
XMLCryptoContext.getURIDereferencer()
Returns a
URIDereferencer that is used to dereference
URIReferences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLCryptoContext.setURIDereferencer(URIDereferencer
Sets a
URIDereferencer that is used to dereference
URIReferences.
|
| Modifier and Type | Method and Description |
|---|---|
URIDereferencer |
DOMCryptoContext.getURIDereferencer()
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMCryptoContext.setURIDereferencer(URIDereferencer
|
| Modifier and Type | Method and Description |
|---|---|
abstract URIDereferencer |
XMLSignatureFactory.getURIDereferencer()
Returns a reference to the
URIDereferencer that is used by default to dereference URIs in
Reference objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract URIDereferencer |
KeyInfoFactory.getURIDereferencer()
Returns a reference to the
URIDereferencer that is used by default to dereference URIs in
RetrievalMethod objects.
|