Package org.dogtagpki.legacy.policy
Interface IGeneralNameAsConstraintsConfig
-
public interface IGeneralNameAsConstraintsConfig
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 GeneralName
getGeneralName()
Retrieves the general name.void
getInstanceParams(java.util.Vector<java.lang.String> params)
Retrieves instance parameters.
-
-
-
Method Detail
-
getInstanceParams
void getInstanceParams(java.util.Vector<java.lang.String> params)
Retrieves instance parameters.- Parameters:
params
- parameters
-
getGeneralName
GeneralName getGeneralName()
Retrieves the general name.- Returns:
- general name
-
-