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 org.dogtagpki.legacy.core.policy.GeneralNameConfig
mConfig, mGeneralName, mGenNameChoice, mIsPolicyEnabled, mIsValueConfigured, mName, mNameDot, mNameDotChoice, mNameDotValue, mValue -
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 org.dogtagpki.legacy.core.policy.GeneralNameConfig
formGeneralName, formGeneralNames, getConfig, getDefaultParams, getExtendedPluginInfo, getGenNameChoice, getInstanceParams, getName, getValue, isValueConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dogtagpki.legacy.policy.IGeneralNameAsConstraintsConfig
getInstanceParams
-
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
-