Interface XMLCryptoContext

All Known Subinterfaces:
XMLSignContext, XMLValidateContext
All Known Implementing Classes:
DOMCryptoContext, DOMSignContext, DOMValidateContext

public interface XMLCryptoContext
Contains common context information for XML cryptographic operations.

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 XMLValidateContext instance to validate two different XMLSignature objects).

Since:
1.6