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
Modifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.GeneralName
Retrieves the general name.void
getInstanceParams
(Vector<String> params) Retrieves instance parameters.
-
Method Details
-
getInstanceParams
Retrieves instance parameters.- Parameters:
params
- parameters
-
getGeneralName
org.mozilla.jss.netscape.security.x509.GeneralName getGeneralName()Retrieves the general name.- Returns:
- general name
-