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 - when the key is invalid or the algorithm is not supportedCopyright © 2004–2021 "Tigase, Inc.". All rights reserved.