Package org.dogtagpki.legacy.policy
Interface IGeneralNamesConfig
- All Known Implementing Classes:
GeneralNamesAsConstraintsConfig
,GeneralNamesConfig
public interface IGeneralNamesConfig
Class that can be used to form general names from configuration file.
Used by policies and extension commands.
NOTE: The Policy Framework has been replaced by the Profile Framework.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.GeneralNames
Retrieves a list of configured general names.void
getInstanceParams
(Vector<String> params) Retrieves the instance parameters.
-
Method Details
-
getGeneralNames
org.mozilla.jss.netscape.security.x509.GeneralNames getGeneralNames()Retrieves a list of configured general names.- Returns:
- general names
-
getInstanceParams
Retrieves the instance parameters.- Parameters:
params
- instance parameters
-