Package com.netscape.cms.profile.def
Class CAEnrollDefault
- java.lang.Object
-
- com.netscape.cms.profile.def.PolicyDefault
-
- com.netscape.cms.profile.def.EnrollDefault
-
- com.netscape.cms.profile.def.CAEnrollDefault
-
- All Implemented Interfaces:
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 Modifier and Type Field Description static org.slf4j.Logger
logger
-
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 org.mozilla.jss.netscape.security.x509.KeyIdentifier
getCAKeyIdentifier(ICertificateAuthority ca)
org.mozilla.jss.netscape.security.x509.KeyIdentifier
getKeyIdentifier(org.mozilla.jss.netscape.security.x509.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 com.netscape.cms.profile.def.PolicyDefault
getValueDescriptor
-
-
-
-
Method Detail
-
getKeyIdentifier
public org.mozilla.jss.netscape.security.x509.KeyIdentifier getKeyIdentifier(org.mozilla.jss.netscape.security.x509.X509CertInfo info)
-
getCAKeyIdentifier
public org.mozilla.jss.netscape.security.x509.KeyIdentifier getCAKeyIdentifier(ICertificateAuthority ca) throws EBaseException
- Throws:
EBaseException
-
-