Class GeneralNameAsConstraintsConfig
java.lang.Object
org.dogtagpki.legacy.core.policy.GeneralNameConfig
org.dogtagpki.legacy.core.policy.GeneralNameAsConstraintsConfig
- All Implemented Interfaces:
IGeneralNameAsConstraintsConfig, IGeneralNameConfig
public class GeneralNameAsConstraintsConfig
extends GeneralNameConfig
implements IGeneralNameAsConstraintsConfig
convenience class for policies use.
-
Field Summary
Fields inherited from class GeneralNameConfig
mConfig, mGeneralName, mGenNameChoice, mIsPolicyEnabled, mIsValueConfigured, mName, mNameDot, mNameDotChoice, mNameDotValue, mValueModifier and TypeFieldDescriptionorg.mozilla.jss.netscape.security.x509.GeneralNamebooleanboolean -
Constructor Summary
ConstructorsConstructorDescriptionGeneralNameAsConstraintsConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) -
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.GeneralNameformGeneralName(String choice, String value) Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralNameRetrieves the general name.Methods inherited from class GeneralNameConfig
formGeneralName, formGeneralNames, getConfig, getDefaultParams, getExtendedPluginInfo, getGenNameChoice, getInstanceParams, getName, getValue, isValueConfiguredModifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.GeneralNameformGeneralName(String value) Form a general name from the value string.Vector<org.mozilla.jss.netscape.security.x509.GeneralName> formGeneralNames(Object value) Forms general names from the given value.static voidgetDefaultParams(String name, boolean isValueConfigured, Vector<String> params) Get default paramsstatic voidgetExtendedPluginInfo(String name, boolean isValueConfigured, Vector<String> info) Get extended plugin infovoidgetInstanceParams(Vector<String> params) Get instance paramsgetName()getValue()booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IGeneralNameAsConstraintsConfig
getInstanceParamsModifier and TypeMethodDescriptionvoidgetInstanceParams(Vector<String> params) Retrieves instance parameters.
-
Constructor Details
-
GeneralNameAsConstraintsConfig
public GeneralNameAsConstraintsConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) throws EBaseException - Throws:
EBaseException
-
-
Method Details
-
getGeneralName
public org.mozilla.jss.netscape.security.x509.GeneralName getGeneralName()Description copied from interface:IGeneralNameAsConstraintsConfigRetrieves the general name.- Specified by:
getGeneralNamein interfaceIGeneralNameAsConstraintsConfig- Returns:
- general name
-
formGeneralName
public org.mozilla.jss.netscape.security.x509.GeneralName formGeneralName(String choice, String value) throws EBaseException Form a general name from the value string.- Overrides:
formGeneralNamein classGeneralNameConfig- Throws:
EBaseException
-