Package com.netscape.cms.profile.def
Class CAEnrollDefault
- java.lang.Object
-
- com.netscape.cms.profile.def.EnrollDefault
-
- 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$, $Date$
-
-
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
Constructors Constructor Description CAEnrollDefault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyIdentifier
getCAKeyIdentifier(ICertificateAuthority ca)
KeyIdentifier
getKeyIdentifier(X509CertInfo info)
-
Methods inherited from class com.netscape.cms.profile.def.EnrollDefault
addConfigName, addExtension, addValueName, buildRecords, deleteExtension, getBoolean, getBytes, getConfig, 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
-
-
-
-
Method Detail
-
getKeyIdentifier
public KeyIdentifier getKeyIdentifier(X509CertInfo info)
-
getCAKeyIdentifier
public KeyIdentifier getCAKeyIdentifier(ICertificateAuthority ca) throws EBaseException
- Throws:
EBaseException
-
-