Package tigase.stats.collector
Interface ElementSigner
- All Known Implementing Classes:
DefaultElementSigner,DummyElementSigner
public interface ElementSigner
Classes used this interface are used to sign elements and can encapsulate source element during this process, if so
this class should also return bare source element after verification of element.
- Author:
- andrzej
-
Method Summary
-
Method Details
-
sign
tigase.xml.Element sign(tigase.xml.Element source) -
verify
- Throws:
SignatureException
-