org.gudy.azureus2.plugins.ui.config
Interface PasswordParameter

All Superinterfaces:
ConfigParameter, Parameter

public interface PasswordParameter
extends Parameter

Author:
parg

Field Summary
static int ET_MD5
           
static int ET_PLAIN
           
static int ET_SHA1
           
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.config.Parameter
MODE_ADVANCED, MODE_BEGINNER, MODE_INTERMEDIATE
 
Method Summary
 byte[] getValue()
           
 void setValue(String plain_password)
           
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.config.Parameter
addListener, getConfigKeyName, getGenerateIntermediateEvents, getLabelKey, getLabelText, getMinimumRequiredUserMode, hasBeenSet, isEnabled, isVisible, removeListener, setEnabled, setGenerateIntermediateEvents, setLabelKey, setLabelText, setMinimumRequiredUserMode, setVisible
 
Methods inherited from interface org.gudy.azureus2.plugins.config.ConfigParameter
addConfigParameterListener, removeConfigParameterListener
 

Field Detail

ET_PLAIN

static final int ET_PLAIN
See Also:
Constant Field Values

ET_SHA1

static final int ET_SHA1
See Also:
Constant Field Values

ET_MD5

static final int ET_MD5
See Also:
Constant Field Values
Method Detail

getValue

byte[] getValue()

setValue

void setValue(String plain_password)