Class CAEnrollConstraint
- java.lang.Object
-
- com.netscape.cms.profile.constraint.PolicyConstraint
-
- com.netscape.cms.profile.constraint.EnrollConstraint
-
- com.netscape.cms.profile.constraint.CAEnrollConstraint
-
- All Implemented Interfaces:
IConfigTemplate
- Direct Known Subclasses:
CAValidityConstraint
public abstract class CAEnrollConstraint extends EnrollConstraint
This class represents an abstract class for CA enrollment constraint.
-
-
Field Summary
-
Fields inherited from class com.netscape.cms.profile.constraint.EnrollConstraint
CONFIG_NAME, CONFIG_PARAMS, logger, mConfig, mConfigNames
-
-
Constructor Summary
Constructors Constructor Description CAEnrollConstraint()
Constructs a CA enrollment constraint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.X509CertImpl
getCACert()
Retrieves the CA certificate.-
Methods inherited from class com.netscape.cms.profile.constraint.EnrollConstraint
addConfigName, getBoolean, getConfig, getConfig, getConfigBoolean, getConfigDescriptor, getConfigInt, getConfigNames, getConfigStore, getExtension, getInt, getLocale, getName, getText, getValueDescriptor, init, isApplicable, isOptional, setConfig, validate, validate
-
-
-
-
Method Detail
-
getCACert
public org.mozilla.jss.netscape.security.x509.X509CertImpl getCACert() throws EBaseException
Retrieves the CA certificate.- Throws:
EBaseException
-
-