Package org.dogtagpki.legacy.policy
Interface IGeneralNameAsConstraintsConfig
-
- All Known Implementing Classes:
GeneralNameAsConstraintsConfig
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 org.mozilla.jss.netscape.security.x509.GeneralName
getGeneralName()
Retrieves the general name.void
getInstanceParams(java.util.Vector<java.lang.String> params)
Retrieves instance parameters.
-