public class FormSigner extends Object
Constructor and Description |
---|
FormSigner(String oauthToken,
String oauthTokenSecret,
String oauthConsumerKey,
String oauthConsumerSecret) |
Modifier and Type | Method and Description |
---|---|
void |
signForm(JID to,
Form form)
Sign given form with current time.
|
public void signForm(JID to, Form form) throws FormSignerException
to
- the full destination address, including resource, if any.form
- form form to sign.FormSignerException
Copyright © 2017 "Tigase, Inc.". All rights reserved.