public class ConfigKeyringHandler extends FormHandler
FormHandler.Message_action, _context, _log, _method, _out, _requestWrapper, _session, _settings| Constructor and Description |
|---|
ConfigKeyringHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void | processForm()Implement this to perform the final processing (in turn, adding formNotice
and formError messages, etc)
Will only be called if _action is non-null and the nonce is valid. |
void | setEncryptMode(String m)Set the encryption type mode from form. |
void | setKey(String key)Set the encryption key from form. |
void | setNofilter_blindedPassword(String pw)Set the blinded lookup password from form. |
void | setPeer(String peer)Set the peer destination from form. |
void | setRevokeClient(String[] revokes)Set the list of destinations to revoke from keyring. |
_t, _t, _t, _x, addFormError, addFormError, addFormErrorNoEscape, addFormErrorNoEscape, addFormNotice, addFormNotice, addFormNoticeNoEscape, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeSession, storeWriterprotected void processForm()
FormHandlerprocessForm in class FormHandlerpublic void setEncryptMode(String m)
m - the encryption mode stringpublic void setKey(String key)
key - the encryption keypublic void setNofilter_blindedPassword(String pw)
pw - the blinded lookup passwordpublic void setPeer(String peer)
peer - the peerpublic void setRevokeClient(String[] revokes)
revokes - the list of destinations to revoke