Package com.netscape.cms.profile.output
Class PKCS12Output
java.lang.Object
com.netscape.cms.profile.common.ProfileOutput
com.netscape.cms.profile.output.EnrollOutput
com.netscape.cms.profile.output.PKCS12Output
- All Implemented Interfaces:
IConfigTemplate
This class implements the output plugin that outputs
PKCS12 response for the issued certificate for Server-side keygen enrollment.
Christina Fu
-
Field Summary
FieldsFields inherited from class com.netscape.cms.profile.output.EnrollOutput
mConfigNames
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the localizable name of this policy.Retrieves the localizable description of this policy.Retrieves the value of the given value parameter by name.getValueDescriptor
(Locale locale, String name) Retrieves the descriptor of the given value parameter by name.void
Populates the request with this policy default.Methods inherited from class com.netscape.cms.profile.output.EnrollOutput
addValueName, getConfig, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getValueNames, init, setConfig, setValue
-
Field Details
-
logger
public static org.slf4j.Logger logger -
VAL_P12_RESPONSE
- See Also:
-
-
Constructor Details
-
PKCS12Output
public PKCS12Output()
-
-
Method Details
-
getName
Retrieves the localizable name of this policy.- Specified by:
getName
in classEnrollOutput
- Parameters:
locale
- user locale- Returns:
- output policy name
-
getText
Retrieves the localizable description of this policy.- Specified by:
getText
in classEnrollOutput
- Parameters:
locale
- user locale- Returns:
- output policy description
-
populate
Populates the request with this policy default.- Specified by:
populate
in classEnrollOutput
- Parameters:
ctx
- profile contextrequest
- request- Throws:
EProfileException
- failed to populate
-
getValueDescriptor
Retrieves the descriptor of the given value parameter by name.- Specified by:
getValueDescriptor
in classEnrollOutput
- Parameters:
locale
- user localename
- property name- Returns:
- property descriptor
-
getValue
Description copied from class:ProfileOutput
Retrieves the value of the given value parameter by name.- Overrides:
getValue
in classEnrollOutput
- Parameters:
name
- property namelocale
- user localerequest
- request- Returns:
- property value
- Throws:
EProfileException
- failed to retrieve value
-