All Known Implementing Classes:
DOMSignContext, DOMValidateContext, XMLSignContext, DOMCryptoContext, XMLValidateContext
This interface contains methods for setting and retrieving properties that affect the processing of XML signatures or XML encrypted structures.
Note that XMLCryptoContext
instances can contain information
and state specific to the XML cryptographic structure it is used with.
The results are unpredictable if an XMLCryptoContext
is
used with multiple structures (for example, you should not use the same
javax.xml.crypto.dsig.XMLValidateContext instance to validate two
different javax.xml.crypto.dsig.XMLSignature objects).
Sean
- MullanJSR
- 105 Expert Group1.6
- Method from javax.xml.crypto.XMLCryptoContext Summary: |
---|
get, getBaseURI, getDefaultNamespacePrefix, getKeySelector, getNamespacePrefix, getProperty, getURIDereferencer, put, putNamespacePrefix, setBaseURI, setDefaultNamespacePrefix, setKeySelector, setProperty, setURIDereferencer |
Method from javax.xml.crypto.XMLCryptoContext Detail: |
---|
More formally, if this context contains a mapping from a key
This method is useful for retrieving arbitrary information that is specific to the cryptographic operation that this context is used for. |
|
|
|
|
|
URIDereferencer that is used to dereference
URIReference s. |
This method is useful for storing arbitrary information that is specific to the cryptographic operation that this context is used for. |
|
|
|
|
|
URIDereferencer that is used to dereference
URIReference s. The specified URIDereferencer
is used in place of an implementation's default
URIDereferencer . |