com.netscape.cms.profile.constraint
Class CAEnrollConstraint

java.lang.Object
  extended by com.netscape.cms.profile.constraint.EnrollConstraint
      extended by com.netscape.cms.profile.constraint.CAEnrollConstraint
All Implemented Interfaces:
IPolicyConstraint, 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, mConfig, mConfigNames
 
Constructor Summary
CAEnrollConstraint()
          Constructs a CA enrollment constraint.
 
Method Summary
 netscape.security.x509.X509CertImpl getCACert()
          Retrieves the CA certificate.
 
Methods inherited from class com.netscape.cms.profile.constraint.EnrollConstraint
addConfigName, getBoolean, getConfig, getConfigBoolean, getConfigDescriptor, getConfigInt, getConfigNames, getConfigStore, getExtension, getInt, getLocale, getName, getText, getValueDescriptor, init, isApplicable, isOptional, setConfig, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAEnrollConstraint

public CAEnrollConstraint()
Constructs a CA enrollment constraint.

Method Detail

getCACert

public netscape.security.x509.X509CertImpl getCACert()
Retrieves the CA certificate.