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.voidPopulates 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:
getNamein classEnrollOutput- Parameters:
locale- user locale- Returns:
- output policy name
-
getText
Retrieves the localizable description of this policy.- Specified by:
getTextin classEnrollOutput- Parameters:
locale- user locale- Returns:
- output policy description
-
populate
Populates the request with this policy default.- Specified by:
populatein classEnrollOutput- Parameters:
ctx- profile contextrequest- request- Throws:
EProfileException- failed to populate
-
getValueDescriptor
Retrieves the descriptor of the given value parameter by name.- Specified by:
getValueDescriptorin classEnrollOutput- Parameters:
locale- user localename- property name- Returns:
- property descriptor
-
getValue
Description copied from class:ProfileOutputRetrieves the value of the given value parameter by name.- Overrides:
getValuein classEnrollOutput- Parameters:
name- property namelocale- user localerequest- request- Returns:
- property value
- Throws:
EProfileException- failed to retrieve value
-