Package org.dogtagpki.legacy.policy
Interface IGeneralNamesAsConstraintsConfig
- All Known Implementing Classes:
GeneralNamesAsConstraintsConfig
public interface IGeneralNamesAsConstraintsConfig
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 instance parameters.
-
Method Details
-
getGeneralNames
org.mozilla.jss.netscape.security.x509.GeneralNames getGeneralNames()Retrieves a list of configured general names.- Returns:
- a list of general names
-
getInstanceParams
Retrieves instance parameters.- Parameters:
params
- instance parameters
-