Package tigase.form

Class FormSigner

java.lang.Object
tigase.form.FormSigner

public class FormSigner extends Object
  • Constructor Details

    • FormSigner

      public FormSigner(String oauthToken, String oauthTokenSecret, String oauthConsumerKey, String oauthConsumerSecret)
  • Method Details

    • signForm

      public void signForm(JID to, Form form) throws FormSignerException
      Sign given form with current time. Signature will be added to form.
      Parameters:
      to - the full destination address, including resource, if any.
      form - form form to sign.
      Throws:
      FormSignerException - when the key is invalid or the algorithm is not supported