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
URIReference s. |
Modifier and Type | Method and Description |
---|---|
void |
XMLCryptoContext.setURIDereferencer(URIDereferencer dereferencer)
Sets a
URIDereferencer that is used to dereference
URIReference s. |
Modifier and Type | Method and Description |
---|---|
URIDereferencer |
DOMCryptoContext.getURIDereferencer() |
Modifier and Type | Method and Description |
---|---|
void |
DOMCryptoContext.setURIDereferencer(URIDereferencer dereferencer) |
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. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.