Package tigase.form

Class FormSigner


  • public class FormSigner
    extends Object
    • Constructor Detail

      • FormSigner

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

      • 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