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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.GeneralNames
getGeneralNames()
Retrieves a list of configured general names.void
getInstanceParams(java.util.Vector<java.lang.String> params)
Retrieves the instance parameters.
-
-
-
Method Detail
-
getGeneralNames
org.mozilla.jss.netscape.security.x509.GeneralNames getGeneralNames()
Retrieves a list of configured general names.- Returns:
- general names
-
getInstanceParams
void getInstanceParams(java.util.Vector<java.lang.String> params)
Retrieves the instance parameters.- Parameters:
params
- instance parameters
-
-