com.netscape.cms.profile.def
Class CAEnrollDefault

java.lang.Object
  extended by com.netscape.cms.profile.def.EnrollDefault
      extended by com.netscape.cms.profile.def.CAEnrollDefault
All Implemented Interfaces:
ICertInfoPolicyDefault, IPolicyDefault, IConfigTemplate
Direct Known Subclasses:
AuthorityKeyIdentifierExtDefault

public abstract class CAEnrollDefault
extends EnrollDefault

This class implements an abstract CA specific Enrollment default. This policy can only be used with CA subsystem.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Field Summary
 
Fields inherited from class com.netscape.cms.profile.def.EnrollDefault
GN_ANY_NAME, GN_DIRECTORY_NAME, GN_DNS_NAME, GN_EDI_NAME, GN_IP_NAME, GN_OID_NAME, GN_RFC822_NAME, GN_URI_NAME, mConfig, mConfigNames, mValueNames, PROP_NAME
 
Constructor Summary
CAEnrollDefault()
           
 
Method Summary
 netscape.security.x509.KeyIdentifier getCAKeyIdentifier()
           
 netscape.security.x509.KeyIdentifier getKeyIdentifier(netscape.security.x509.X509CertInfo info)
           
 
Methods inherited from class com.netscape.cms.profile.def.EnrollDefault
addConfigName, addExtension, addValueName, buildRecords, deleteExtension, escapeValueRfc1779, getBoolean, getBytes, getConfig, getConfigBoolean, getConfigDescriptor, getConfigInt, getConfigNames, getConfigStore, getExtension, getExtension, getGeneralNameType, getGeneralNameValue, getInt, getLocale, getName, getText, getValue, getValue, getValueDescriptor, getValueNames, init, isGeneralNameType, isGeneralNameValid, isOptional, isValidOID, mapPattern, parseGeneralName, parseGeneralName, parseRecords, populate, populate, refreshConfigAndValueNames, replaceExtension, setConfig, setValue, setValue, toGeneralNameString, toHexString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.netscape.certsrv.profile.IPolicyDefault
getValueDescriptor
 

Constructor Detail

CAEnrollDefault

public CAEnrollDefault()
Method Detail

getKeyIdentifier

public netscape.security.x509.KeyIdentifier getKeyIdentifier(netscape.security.x509.X509CertInfo info)

getCAKeyIdentifier

public netscape.security.x509.KeyIdentifier getCAKeyIdentifier()