public class PKCS12Output extends EnrollOutput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VAL_P12_RESPONSE |
mConfigNames| Constructor and Description |
|---|
PKCS12Output() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value parameter by name.
|
IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value
parameter by name.
|
void |
populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
addValueName, getConfig, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getValueNames, init, setConfig, setValuepublic static final java.lang.String VAL_P12_RESPONSE
public java.lang.String getName(java.util.Locale locale)
getName in interface IProfileOutputgetName in class EnrollOutputlocale - user localepublic java.lang.String getText(java.util.Locale locale)
getText in interface IProfileOutputgetText in class EnrollOutputlocale - user localepublic void populate(IProfileContext ctx, IRequest request) throws EProfileException
populate in interface IProfileOutputpopulate in class EnrollOutputctx - profile contextrequest - requestEProfileException - failed to populatepublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor in interface IProfileOutputgetValueDescriptor in class EnrollOutputlocale - user localename - property namepublic java.lang.String getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
throws EProfileException
IProfileOutputgetValue in interface IProfileOutputgetValue in class EnrollOutputname - property namelocale - user localerequest - requestEProfileException - failed to retrieve value