public class ServerKeygenInput extends EnrollInput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_SIZE |
static java.lang.String |
KEY_TYPE |
static java.lang.String |
P12PASSWORD |
logger, mConfig, mConfigNames, mProfile, mValueNames| Constructor and Description |
|---|
ServerKeygenInput() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfig(java.lang.String name)
Retrieves configuration parameter by name.
|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value
parameter by name.
|
void |
init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
Populates the request with this policy default.
|
addConfigName, addValueName, auditSubjectID, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getLocale, getValue, getValueNames, setConfig, setValue, verifyPOPpublic static final java.lang.String P12PASSWORD
public static final java.lang.String KEY_TYPE
public static final java.lang.String KEY_SIZE
public void init(Profile profile, IConfigStore config) throws EProfileException
init in class EnrollInputEProfileExceptionpublic java.lang.String getName(java.util.Locale locale)
getName in class EnrollInputlocale - user localepublic java.lang.String getText(java.util.Locale locale)
getText in class EnrollInputlocale - user localepublic java.lang.String getConfig(java.lang.String name)
IConfigTemplategetConfig in interface IConfigTemplategetConfig in class EnrollInputpublic void populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
throws EProfileException
populate in class EnrollInputctx - profile contextrequest - requestEProfileExceptionpublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor in class EnrollInputlocale - user localename - property name