Package net.i2p.router.web.helpers
Class ConfigKeyringHandler
java.lang.Object
net.i2p.router.web.FormHandler
net.i2p.router.web.helpers.ConfigKeyringHandler
Support additions via B64 Destkey, B64 Desthash, blahblah.i2p, and others supported by ConvertToHash
- 
Field Summary
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _out, _requestWrapper, _settings - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplement 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.voidvoidvoidvoidvoidsetRevokeClient(String[] revokes) Methods inherited from class net.i2p.router.web.FormHandler
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter 
- 
Constructor Details
- 
ConfigKeyringHandler
public ConfigKeyringHandler() 
 - 
 - 
Method Details
- 
processForm
protected void processForm()Description copied from class:FormHandlerImplement 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.- Specified by:
 processFormin classFormHandler
 - 
setPeer
 - 
setKey
 - 
setNofilter_blindedPassword
- Since:
 - 0.9.41
 
 - 
setEncryptMode
- Since:
 - 0.9.41
 
 - 
setRevokeClient
- Since:
 - 0.9.41
 
 
 -