A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

AAclAuthz - Class in com.netscape.cms.authorization
An abstract class represents an authorization manager that governs the access of internal resources such as servlets.
AAclAuthz() - Constructor for class com.netscape.cms.authorization.AAclAuthz
Constructor
AAclAuthz.EvaluationOrder - Enum in com.netscape.cms.authorization
 
abandon(LDAPSearchResults) - Method in class com.netscape.cmscore.dbs.DBSSession
 
AbstractProfileSubsystem - Class in com.netscape.cmscore.profile
 
AbstractProfileSubsystem() - Constructor for class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
accept(IRequest) - Method in class com.netscape.cms.listeners.PinRemovalListener
 
accept(IRequest) - Method in class com.netscape.cms.listeners.RequestInQListener
carries out the operation when the listener is triggered.
accept(IRequest) - Method in class com.netscape.cmscore.connector.LocalConnector.LocalConnListener
 
accept(IRequest) - Method in class com.netscape.cmscore.ldap.LdapRequestListener
 
accept(File, String) - Method in class com.netscape.cmscore.util.FileDialogFilter
return true if match
accessInit(String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
accessInit(String) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
accessInit(String) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
accessInit is for servlets who want to initialize their own authorization information before full operation.
AccountService - Class in org.dogtagpki.server.rest
 
AccountService() - Constructor for class org.dogtagpki.server.rest.AccountService
 
ACL - Class in com.netscape.cms.authorization
A class represents an access control list (ACL).
ACLAdminServlet - Class in com.netscape.cms.servlet.admin
Manage Access Control List configuration
ACLAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.ACLAdminServlet
 
aclEvaluatorElements() - Method in class com.netscape.cms.authorization.AAclAuthz
gets an enumeration of access evaluators
aclEvaluatorElements() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
aclEvaluatorElements() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get all registered evaluators.
ACLInterceptor - Class in org.dogtagpki.server.rest
 
ACLInterceptor() - Constructor for class org.dogtagpki.server.rest.ACLInterceptor
 
aclResElements() - Method in class com.netscape.cms.authorization.AAclAuthz
gets an enumeration of resources
ACLS_ATTR - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
ACMECLI - Class in com.netscape.cmstools.acme
 
ACMECLI(MainCLI) - Constructor for class com.netscape.cmstools.acme.ACMECLI
 
ACMEDisableCLI - Class in com.netscape.cmstools.acme
 
ACMEDisableCLI(ACMECLI) - Constructor for class com.netscape.cmstools.acme.ACMEDisableCLI
 
ACMEEnableCLI - Class in com.netscape.cmstools.acme
 
ACMEEnableCLI(ACMECLI) - Constructor for class com.netscape.cmstools.acme.ACMEEnableCLI
 
ACMEInfoCLI - Class in com.netscape.cmstools.acme
 
ACMEInfoCLI(ACMECLI) - Constructor for class com.netscape.cmstools.acme.ACMEInfoCLI
 
activityCLI - Variable in class com.netscape.cmstools.logging.ActivityFindCLI
 
activityCLI - Variable in class com.netscape.cmstools.logging.ActivityShowCLI
 
ActivityCLI - Class in com.netscape.cmstools.logging
 
ActivityCLI(TPSCLI) - Constructor for class com.netscape.cmstools.logging.ActivityCLI
 
activityClient - Variable in class com.netscape.cmstools.logging.ActivityCLI
 
ActivityFindCLI - Class in com.netscape.cmstools.logging
 
ActivityFindCLI(ActivityCLI) - Constructor for class com.netscape.cmstools.logging.ActivityFindCLI
 
ActivityShowCLI - Class in com.netscape.cmstools.logging
 
ActivityShowCLI(ActivityCLI) - Constructor for class com.netscape.cmstools.logging.ActivityShowCLI
 
add(String, IDBObj) - Method in class com.netscape.cmscore.dbs.DBSSession
Adds object to backend database.
add(String, AuthManager) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Add an authentication manager instance.
add(String, IAuthzManager) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Add an authorization manager instance.
addACLInfo(AuthzSubsystem, String, String) - Static method in class com.netscape.cms.servlet.common.ServletUtils
 
addACLs(String) - Method in class com.netscape.cms.authorization.AAclAuthz
Parse ACL resource attributes, then update the ACLs memory store This is intended to be used if storing ACLs on ldap is not desired, and the caller is expected to call this method to add resource and acl info into acls memory store.
addAgentAsyncKeyRecovery(String, String) - Method in interface com.netscape.certsrv.kra.IKeyService
add approving agent in asynchronous key recovery
addAuthToken(String, IAuthToken) - Method in class com.netscape.cms.authentication.HashAuthentication
 
addAutoRecovery(String, Credential[]) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Adds credentials to the given authorizated recovery operation.
addBigIntegerValue(String, BigInteger, int) - Method in interface com.netscape.certsrv.base.IArgBlock
Adds integer-type arguments to this block.
addBigIntegerValue(String, BigInteger, int) - Method in class com.netscape.cmscore.base.ArgBlock
Adds integer-type arguments to this block.
addBooleanValue(String, boolean) - Method in interface com.netscape.certsrv.base.IArgBlock
Adds boolean-type arguments to this block.
addBooleanValue(String, boolean) - Method in class com.netscape.cmscore.base.ArgBlock
Adds boolean-type arguments to this block.
AddCAServlet - Class in com.netscape.cms.servlet.ocsp
Configure the CA to respond to OCSP requests for a CA
AddCAServlet() - Constructor for class com.netscape.cms.servlet.ocsp.AddCAServlet
 
addCertificateRecord(ICertRecord) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Adds a certificate record to the repository.
addCertRecord(String, String, String, ICertRecord) - Method in class com.netscape.cms.ocsp.DefStore
Creates a new issuing point in OCSP.
addCertSubjectDN(IUser) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
addCertToDB(LDAPConnection, String, X509CertImpl) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
addConfigName(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
addConfigName(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
addConfigName(String) - Method in class com.netscape.cms.profile.input.EnrollInput
 
addCRLIssuingPoint(IConfigStore, String, boolean, String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Adds CRL issuing point with the given identifier and description.
addCRLIssuingPoint(String, ICRLIssuingPointRecord) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method adds a CRL issuing point
addCRLIssuingPoint(String, ICRLIssuingPointRecord) - Method in class com.netscape.cms.ocsp.DefStore
Creates a new issuing point in OCSP.
addCRLIssuingPoint(String, ICRLIssuingPointRecord) - Method in class com.netscape.cms.ocsp.LDAPStore
 
addCRLIssuingPoint(String, ICRLIssuingPoint) - Method in class com.netscape.cmscore.dbs.CertificateRepository
register CRL Issuing Point
addCRLIssuingPointRecord(ICRLIssuingPointRecord) - Method in class com.netscape.cmscore.dbs.CRLRepository
Adds CRL issuing points.
AddCRLServlet - Class in com.netscape.cms.servlet.ocsp
Update the OCSP responder with a new CRL
AddCRLServlet() - Constructor for class com.netscape.cms.servlet.ocsp.AddCRLServlet
 
addCTv1PoisonExt(X509CertInfo) - Static method in class com.netscape.cmscore.cert.CertUtils
 
addDistributedCredential(String, String, String) - Method in interface com.netscape.certsrv.kra.IKeyService
Adds password in the distributed recovery operation.
addEntropy(boolean) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Adds entropy to the token used for supporting server-side keygen Parameters are set in the config file
addEntropy(int) - Method in class com.netscape.cmscore.security.JssSubsystem
 
addEntry(E) - Method in class com.netscape.certsrv.base.DataCollection
 
addEntry(String, String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
addEntry(String, String, String, String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
addEntry(String, String, String, String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
addEntry(String, String, String, String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
addEntry(String, String, Hashtable<String, String>) - Method in class com.netscape.cmscore.security.PWsdrCache
 
addEntry(Hashtable<String, String>) - Method in class com.netscape.cmscore.security.PWsdrCache
 
addExpiredCert(BigInteger) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Adds expired and revoked certificate to delta-CRL cache.
addExt(ICMSExtension) - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
 
addExtension(String, Extension, X509CertInfo) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
addGroup(GroupData) - Method in class org.dogtagpki.server.rest.GroupService
Adds a new group in local scope.
addGroup(IGroup) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Adds a group of identities.
addGroupMember(GroupMemberData) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
addGroupMember(String, GroupMemberData) - Method in class org.dogtagpki.server.rest.GroupService
 
addHost(SecurityDomainHost) - Method in class org.dogtagpki.server.rest.SecurityDomainHostService
 
addHost(String, String, String, String, String, String, String, String, String, String) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
addImpl(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
addInputName(String) - Method in class com.netscape.cms.profile.common.Profile
 
addIntegerValue(String, int) - Method in interface com.netscape.certsrv.base.IArgBlock
Adds integer-type arguments to this block.
addIntegerValue(String, int) - Method in class com.netscape.cmscore.base.ArgBlock
Adds integer-type arguments to this block.
addItemToContainer(Node, String, String) - Method in class com.netscape.cmsutil.xml.XMLObject
 
addKeyRecord(IKeyRecord) - Method in class com.netscape.cmscore.dbs.KeyRepository
Archives a key to the repository.
addLink(Link) - Method in class com.netscape.certsrv.base.DataCollection
 
addLogEventListener(ILogEventListener) - Method in class com.netscape.cms.logging.LogQueue
Adds an event listener.
addLongValue(String, long) - Method in interface com.netscape.certsrv.base.IArgBlock
Adds long-type arguments to this block.
addLongValue(String, long) - Method in class com.netscape.cmscore.base.ArgBlock
Adds long-type arguments to this block.
addMemberName(String) - Method in interface com.netscape.certsrv.usrgrp.IGroup
Adds new member.
addMemberName(String) - Method in class com.netscape.cmscore.usrgrp.Group
 
addModule(CLI) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
addParam(String, Object) - Static method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
addPassword(String, String) - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
Add password to private password data structure.
addPluginInfo(String, String, IPluginInfo) - Method in class com.netscape.cmscore.registry.PluginRegistry
 
addPluginInfo(String, String, IPluginInfo, int) - Method in class com.netscape.cmscore.registry.PluginRegistry
 
addPolicyImpl(String, String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
addPolicyImpl(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Add policy implementation
addPolicyInstance(String, Hashtable<String, String>) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
addPolicyInstance(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Add policy instance
addRecord(String, E) - Method in class com.netscape.cmscore.dbs.Database
 
addRecord(String, E) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
addRepeatRecord(IArgBlock) - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
addRepository(String, String, IRepositoryRecord) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method adds a request to the default OCSP store repository.
addRepository(String, String, IRepositoryRecord) - Method in class com.netscape.cms.ocsp.DefStore
Creates a new issuing point in OCSP.
addRepository(String, String, IRepositoryRecord) - Method in class com.netscape.cms.ocsp.LDAPStore
 
addRequest(IRequest) - Method in class com.netscape.cmscore.connector.Resender
 
addRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Add the request to the store.
addRequest(IRequest) - Method in class com.netscape.cmscore.request.RequestQueue
 
addRevokedCert(BigInteger, RevokedCertImpl) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Adds revoked certificate to delta-CRL cache.
addRevokedCert(BigInteger, RevokedCertImpl, String) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Adds revoked certificate to delta-CRL cache.
addRevokedCertRecord(CertRecord) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Used by the Clone Master (CLA) to add a revoked certificate record to the repository.
addRule(String, ILdapRule) - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Add a publishing rule
addRule(String, IPolicyRule) - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Add a policy rule.
addSearchAttribute(CommandLine, CertSearchRequest) - Method in class com.netscape.cmstools.ca.CACertFindCLI
 
addShare(int, byte[]) - Method in interface com.netscape.certsrv.kra.IJoinShares
Deprecated.
 
addShare(int, byte[]) - Method in class com.netscape.cms.shares.OldJoinShares
Deprecated.
 
addSocketListener(SSLSocketListener) - Method in class com.netscape.cmsutil.http.JssSSLSocketFactory
 
addStringValue(String, String) - Method in interface com.netscape.certsrv.base.IArgBlock
Adds string-based value into this argument block.
addStringValue(String, String) - Method in class com.netscape.cmscore.base.ArgBlock
Adds string-based value into this argument block.
addToken(CryptoToken) - Method in class com.netscape.cmsutil.crypto.Module
 
addToNotify(IRequest) - Method in class com.netscape.cmscore.request.ARequestNotifier
Notifies all registered listeners about request.
addUnrevokedCert(BigInteger) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Adds unrevoked certificate to delta-CRL cache.
addUnrevokedCert(BigInteger, String) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Adds unrevoked certificate to delta-CRL cache.
addUser(UserData) - Method in class org.dogtagpki.server.rest.UserService
Adds a new user to LDAP server
addUser(IUser) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Adds identity.
addUserCert(IUser) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
adds a user certificate to user
addUserCert(String, UserCertData) - Method in class org.dogtagpki.server.rest.UserService
Adds a certificate to a user
addUserMembership(String, String) - Method in class org.dogtagpki.server.rest.UserService
 
addUserToGroup(IGroup, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
addValueName(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
addValueName(String) - Method in class com.netscape.cms.profile.input.EnrollInput
 
addValueName(String) - Method in class com.netscape.cms.profile.output.EnrollOutput
 
addValues(IAuthToken, String, Vector<String>) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Add attribute values from an LDAP attribute to a vector
ADMIN_ENROLL_SERVLET_ID - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
ADMIN_GROUP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AdminRequestFilter - Class in com.netscape.cms.servlet.filter
 
AdminRequestFilter() - Constructor for class com.netscape.cms.servlet.filter.AdminRequestFilter
 
AdminResources - Class in com.netscape.cms.servlet.admin
A class represents a resource bundle for the remote admin.
AdminResources() - Constructor for class com.netscape.cms.servlet.admin.AdminResources
 
AdminServlet - Class in com.netscape.cms.servlet.admin
A class represents an administration servlet that is responsible to serve administrative operation such as configuration parameter updates.
AdminServlet() - Constructor for class com.netscape.cms.servlet.admin.AdminServlet
Constructs generic administration servlet.
agentApproved(IRequest) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
request has previously been approved by an agent
AgentCertAuthentication - Class in com.netscape.cms.authentication
Certificate server agent authentication.
AgentCertAuthentication() - Constructor for class com.netscape.cms.authentication.AgentCertAuthentication
 
AgentPolicy - Class in org.dogtagpki.legacy.server.policy.constraints
AgentPolicy is an enrollment policy wraps another policy module.
AgentPolicy() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.AgentPolicy
 
AgentRequestFilter - Class in com.netscape.cms.servlet.filter
 
AgentRequestFilter() - Constructor for class com.netscape.cms.servlet.filter.AgentRequestFilter
 
AJobBase - Class in com.netscape.cms.jobs
This abstract class is a base job for real job extentions for the Jobs Scheduler.
AJobBase() - Constructor for class com.netscape.cms.jobs.AJobBase
 
alertReceived(SSLAlertEvent) - Method in class org.dogtagpki.server.PKIClientSocketListener
 
alertReceived(SSLAlertEvent) - Method in class org.dogtagpki.server.PKIServerSocketListener
 
alertSent(SSLAlertEvent) - Method in class org.dogtagpki.server.PKIClientSocketListener
 
alertSent(SSLAlertEvent) - Method in class org.dogtagpki.server.PKIServerSocketListener
 
ALL - Static variable in class com.netscape.cmscore.jobs.CronItem
 
AllowDeny - com.netscape.cms.authorization.AAclAuthz.EvaluationOrder
 
ALT_KEYID_TYPE_EMPTY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
ALT_KEYID_TYPE_NONE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
ALT_KEYID_TYPE_SPKISHA1 - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
AND - Static variable in class com.netscape.cmscore.ldap.LdapPredicateParser
 
AND - Static variable in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
AndExpression - Class in org.dogtagpki.legacy.core.policy
This class represents an expression of the form .
AndExpression(IExpression, IExpression) - Constructor for class org.dogtagpki.legacy.core.policy.AndExpression
 
AnonConnection(String, int, int) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory.AnonConnection
instantiates a non-secure connection to a ldap server
AnonConnection(String, int, int, LDAPSocketFactory) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory.AnonConnection
 
AnonConnection(LDAPSocketFactory, LdapConnInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory.AnonConnection
 
APolicyRule - Class in org.dogtagpki.legacy.server.policy
The abstract policy rule that concrete implementations will extend.
APolicyRule() - Constructor for class org.dogtagpki.legacy.server.policy.APolicyRule
 
appendDetail(String) - Method in class com.netscape.cms.logging.LogEntry
 
apply(IRequest) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
Apply policies on the given request.
apply(IRequest) - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Apply policies on a given request from a rule set.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.AgentPolicy
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.DefaultRevocation
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.KeyAlgorithmConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.ManualAuthentication
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
If this policy is enabled, add the authority information access extension to the certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
Adds Authority Key Identifier Extension to a certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
Checks if the basic contraints extension in certInfo is valid and add the basic constraints extension for CA certs if none exists.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
If this policy is enabled, add the authority information access extension to the certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
Applies the policy to the given request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
Applies the policy to the given request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
If this policy is enabled, add the private Integer information extension to the certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
Adds a extension if none exists.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
Adds the key usage extension if not set already.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
Adds Name Constraints Extension to a (CA) certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
Applies the policy on the given Request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
Adds the ns cert type if not set already.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
Applies the policy to the given request.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
Adds Policy Constraints Extension to a (CA) certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
Adds policy mappings Extension to a (CA) certificate.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
Adds a private key usage extension if none exists.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
 
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Adds the subject alternative names extension if not set already.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
Adds the subject alternative names extension if not set already.
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
apply(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Adds Subject Key identifier Extension to a certificate.
applyCert(IRequest, boolean, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
applyCert(IRequest, X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
applyPolicy(IPolicyRule) - Method in class org.dogtagpki.legacy.core.policy.JavaScriptRequestProxy
 
approve(X509Certificate, SSLCertificateApprovalCallback.ValidityStatus) - Method in class com.netscape.cms.servlet.csadmin.ConfigCertApprovalCallback
 
approveRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.approveRequest
approveRequest(RequestId, String, IAuthToken) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
AppService - Class in org.dogtagpki.server.rest
 
AppService() - Constructor for class org.dogtagpki.server.rest.AppService
 
areCertsFromCA(X509Certificate[]) - Method in class com.netscape.cms.servlet.base.CMSServlet
handy routine for checking if a list of certs is from this CA.
areExpiredCertsIncluded() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Checks if expired certificates are included in CRL.
ARequestNotifier - Class in com.netscape.cmscore.request
The ARequestNotifier class implements the IRequestNotifier interface, which notifies all registered request listeners.
ARequestNotifier() - Constructor for class com.netscape.cmscore.request.ARequestNotifier
 
ARequestNotifier(ICertificateAuthority) - Constructor for class com.netscape.cmscore.request.ARequestNotifier
 
ARequestQueue - Class in com.netscape.cmscore.request
The ARequestQueue class is an abstract class that implements most portions of the IRequestQueue interface.
ARequestQueue(IPolicy, IService, INotify, INotify) - Constructor for class com.netscape.cmscore.request.ARequestQueue
 
areRequestsDisabled() - Method in class com.netscape.cmscore.apps.CMSEngine
 
ARG_PATHLEN - Static variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
ArgBlock - Class in com.netscape.cmscore.base
This class represents a set of indexed arguments.
ArgBlock() - Constructor for class com.netscape.cmscore.base.ArgBlock
Constructs an empty argument block.
ArgBlock(String, Hashtable<String, String>) - Constructor for class com.netscape.cmscore.base.ArgBlock
Constructs an argument block with the given hashtable values.
ArgBlock(Hashtable<String, String>) - Constructor for class com.netscape.cmscore.base.ArgBlock
Constructs an argument block with the given hashtable values.
ARGC - Static variable in class com.netscape.cmstools.AtoB
 
ARGC - Static variable in class com.netscape.cmstools.BtoA
 
ARGC - Static variable in class com.netscape.cmstools.CMCEnroll
 
ARGC - Static variable in class com.netscape.cmstools.CMCRequest
 
ARGC - Static variable in class com.netscape.cmstools.CMCRevoke
 
ARGC - Static variable in class com.netscape.cmstools.HttpClient
 
ARGC - Static variable in class com.netscape.cmstools.PrettyPrintCert
 
ARGC - Static variable in class com.netscape.cmstools.PrettyPrintCrl
 
arraysEqual(byte[], byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
ASelfTest - Class in com.netscape.cms.selftests
This class implements an individual self test.
ASelfTest() - Constructor for class com.netscape.cms.selftests.ASelfTest
 
Assert - Class in com.netscape.cmscore.util
 
Assert() - Constructor for class com.netscape.cmscore.util.Assert
 
Assertion(boolean) - Static method in class com.netscape.cmscore.util.Assert
 
AssertionException - Error in com.netscape.cmscore.util
Assertion exceptions are thrown when assertion code is invoked and fails to operate properly.
AssertionException() - Constructor for error com.netscape.cmscore.util.AssertionException
 
AssertionException(String) - Constructor for error com.netscape.cmscore.util.AssertionException
 
ASYMKEY_GEN_ALGORITHMS - Static variable in class com.netscape.cms.servlet.key.KeyRequestDAO
 
AtoB - Class in com.netscape.cmstools
The AtoB class is a utility program designed to "translate" an ASCII BASE 64 encoded blob into a BINARY BASE 64 encoded blob.
AtoB() - Constructor for class com.netscape.cmstools.AtoB
 
ATTR_DESCRIPTION - Static variable in interface com.netscape.certsrv.usrgrp.IGroupConstants
Constant for description
ATTR_EMAIL - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userEmail
ATTR_FULLNAME - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userFullName
ATTR_ID - Static variable in interface com.netscape.certsrv.usrgrp.IGroupConstants
Constant for dn
ATTR_ID - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userId
ATTR_ISSUERDN - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
ATTR_MEMBERS - Static variable in interface com.netscape.certsrv.usrgrp.IGroupConstants
Constant for uniquemember
ATTR_NAME - Static variable in interface com.netscape.certsrv.usrgrp.IGroupConstants
Contant for groupName
ATTR_NAME - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userName
ATTR_PASSWORD - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userPassword
ATTR_SCOPE - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userScope
ATTR_SERIALNO - Static variable in class com.netscape.cms.servlet.key.KeyRequestDAO
 
ATTR_SERIALNO - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
ATTR_SERIALNO - Static variable in class com.netscape.cms.servlet.request.CMSRequestDAO
 
ATTR_STATE - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for userState
ATTR_STATUS - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
ATTR_SUBJECTDN - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
ATTR_TPS_PROFILES - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for usertype
ATTR_USERTYPE - Static variable in interface com.netscape.certsrv.usrgrp.IUserConstants
Constant for usertype
ATTR_X509_CERTIFICATES - Static variable in class com.netscape.cmscore.usrgrp.User
 
Attribute() - Constructor for class com.netscape.certsrv.base.ResourceMessage.Attribute
 
AttributeList() - Constructor for class com.netscape.certsrv.base.ResourceMessage.AttributeList
 
AttributeNameHelper - Class in com.netscape.certsrv.base
AttributeNameHelper.
AttributeNameHelper(String) - Constructor for class com.netscape.certsrv.base.AttributeNameHelper
Default constructor for the class.
AttributePresentConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
This checks if attribute present.
AttributePresentConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
attributes - Variable in class com.netscape.certsrv.base.ResourceMessage
 
attrs - Variable in class com.netscape.certsrv.base.ResourceMessage.AttributeList
 
audit(LogEvent) - Method in class com.netscape.cms.servlet.admin.AdminServlet
 
audit(LogEvent) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
audit(LogEvent) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
audit(LogEvent) - Method in class com.netscape.cms.servlet.processors.PKIProcessor
 
audit(LogEvent) - Method in class com.netscape.cmscore.cert.CertUtils
 
audit(LogEvent) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
audit(LogEvent) - Method in class org.dogtagpki.server.rest.ACLInterceptor
 
audit(String) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Signed Audit Log This method is inherited by all extended admin servlets and is called to store messages to the signed audit log.
audit(String) - Method in class com.netscape.cms.servlet.base.CMSServlet
Signed Audit Log This method is inherited by all extended "CMSServlet"s, and is called to store messages to the signed audit log.
audit(String) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
Signed Audit Log This method is inherited by all extended "CMSServlet"s, and is called to store messages to the signed audit log.
audit(String) - Method in class com.netscape.cms.servlet.processors.PKIProcessor
Signed Audit Log This method is inherited by all extended "CMSServlet"s, and is called to store messages to the signed audit log.
audit(String) - Method in class org.dogtagpki.server.rest.ACLInterceptor
Signed Audit Log This method is called to store messages to the signed audit log.
audit(String, String, String, String, Map<String, String>, String) - Method in class com.netscape.cms.servlet.base.SubsystemService
 
audit(String, String, Map<String, String>, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
audit(String, String, Map<String, String>, String) - Method in class org.dogtagpki.server.rest.GroupService
 
auditAddGroup(String, GroupData, String) - Method in class org.dogtagpki.server.rest.GroupService
 
auditAddGroupMember(String, GroupMemberData, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
auditAddUser(String, UserData, String) - Method in class org.dogtagpki.server.rest.UserService
 
auditAddUserCert(String, UserCertData, String) - Method in class org.dogtagpki.server.rest.UserService
 
auditCLI - Variable in class com.netscape.cmstools.logging.AuditFileFindCLI
 
auditCLI - Variable in class com.netscape.cmstools.logging.AuditFileRetrieveCLI
 
auditCLI - Variable in class com.netscape.cmstools.logging.AuditModifyCLI
 
auditCLI - Variable in class com.netscape.cmstools.logging.AuditShowCLI
 
AuditCLI - Class in com.netscape.cmstools.logging
 
AuditCLI(SubsystemCLI) - Constructor for class com.netscape.cmstools.logging.AuditCLI
 
auditClient - Variable in class com.netscape.cmstools.logging.AuditCLI
 
auditConfigTokenGeneral(String, String, Map<String, String>, String) - Method in class com.netscape.cms.servlet.base.SubsystemService
 
auditDeleteGroup(String, String) - Method in class org.dogtagpki.server.rest.GroupService
 
auditDeleteGroupMember(String, GroupMemberData, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
auditDeleteUser(String, String) - Method in class org.dogtagpki.server.rest.UserService
 
auditDeleteUserCert(String, UserCertData, String) - Method in class org.dogtagpki.server.rest.UserService
 
AuditEventFactory - Class in com.netscape.cms.logging
A log event object for handling audit messages
AuditEventFactory() - Constructor for class com.netscape.cms.logging.AuditEventFactory
Constructs a audit event factory.
auditEvents - Variable in class com.netscape.cmscore.logging.LogSubsystem
 
AuditFileFindCLI - Class in com.netscape.cmstools.logging
 
AuditFileFindCLI(AuditCLI) - Constructor for class com.netscape.cmstools.logging.AuditFileFindCLI
 
AuditFileRetrieveCLI - Class in com.netscape.cmstools.logging
 
AuditFileRetrieveCLI(AuditCLI) - Constructor for class com.netscape.cmstools.logging.AuditFileRetrieveCLI
 
auditGroupID() - Method in class com.netscape.cms.servlet.base.CMSServlet
Signed Audit Log Group ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "gid" for a signed audit log message.
AuditModifyCLI - Class in com.netscape.cmstools.logging
 
AuditModifyCLI(AuditCLI) - Constructor for class com.netscape.cmstools.logging.AuditModifyCLI
 
auditModifyGroup(String, GroupData, String) - Method in class org.dogtagpki.server.rest.GroupService
 
auditModifyUser(String, UserData, String) - Method in class org.dogtagpki.server.rest.UserService
 
auditor - Variable in class com.netscape.cms.servlet.admin.AdminServlet
 
auditor - Variable in class com.netscape.cms.servlet.base.SubsystemService
 
auditor - Variable in class com.netscape.cms.servlet.processors.Processor
 
auditor - Static variable in class com.netscape.cmscore.logging.Auditor
 
Auditor - Class in com.netscape.cmscore.logging
 
Auditor() - Constructor for class com.netscape.cmscore.logging.Auditor
 
auditParams(HttpServletRequest) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Signed Audit Parameters This method is inherited by all extended admin servlets and is called to extract parameters from the HttpServletRequest and return a string of name;;value pairs separated by a '+' if more than one name;;value pair exists.
auditProfileID() - Method in class com.netscape.cms.profile.common.EnrollProfile
Signed Audit Log Profile ID This method is inherited by all extended "EnrollProfile"s, and is called to obtain the "ProfileID" for a signed audit log message.
auditProfileID() - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
Signed Audit Log Profile ID This method is inherited by all extended "EnrollProfile"s, and is called to obtain the "ProfileID" for a signed audit log message.
auditRequesterID(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
Signed Audit Log Requester ID This method is inherited by all extended "EnrollProfile"s, and is called to obtain the "RequesterID" for a signed audit log message.
AuditService - Class in org.dogtagpki.server.rest
 
AuditService() - Constructor for class org.dogtagpki.server.rest.AuditService
 
AuditShowCLI - Class in com.netscape.cmstools.logging
 
AuditShowCLI(AuditCLI) - Constructor for class com.netscape.cmstools.logging.AuditShowCLI
 
auditSubjectID() - Method in class com.netscape.cms.profile.common.Profile
Signed Audit Log Subject ID This method is used to obtain the "SubjectID" for a signed audit log message.
auditSubjectID() - Method in class com.netscape.cms.profile.input.EnrollInput
Signed Audit Log Subject ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "SubjectID" for a signed audit log message.
auditSubjectID() - Method in class com.netscape.cms.servlet.admin.AdminServlet
Signed Audit Log Subject ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "SubjectID" for a signed audit log message.
auditSubjectID() - Method in class com.netscape.cms.servlet.base.CMSServlet
Signed Audit Log Subject ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "SubjectID" for a signed audit log message.
auditSubjectID() - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
auditSubjectID() - Method in class com.netscape.cms.servlet.processors.PKIProcessor
Signed Audit Log Subject ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "SubjectID" for a signed audit log message.
auditTPSConfigSignedAudit(String, Map<String, String>) - Method in class org.dogtagpki.server.rest.AuditService
 
auditUser(String, String, Map<String, String>, String) - Method in class org.dogtagpki.server.rest.UserService
 
auditUserCert(String, String, Map<String, String>, String) - Method in class org.dogtagpki.server.rest.UserService
 
AuditVerify - Class in com.netscape.cmstools
Tool for verifying signed audit logs
AuditVerify() - Constructor for class com.netscape.cmstools.AuditVerify
 
AuditVerify.Result - Class in com.netscape.cmstools
 
AUTH_FAILURE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTH_FAILURE - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
AUTH_MANAGER_ID - Static variable in class com.netscape.certsrv.base.SessionContext
ID of the authentication manager in the current thread.
AUTH_TOKEN - Static variable in class com.netscape.certsrv.base.SessionContext
Authentication token in the current thread.
AuthAdminServlet - Class in com.netscape.cms.servlet.admin
A class representing an administration servlet for the Authentication Management subsystem.
AuthAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.AuthAdminServlet
 
AuthCredentials - Class in com.netscape.cms.servlet.admin
Authentication Credentials as input to the authMgr
AuthCredentials - Class in com.netscape.cms.servlet.common
Authentication Credentials as input to the authMgr
AuthCredentials() - Constructor for class com.netscape.cms.servlet.admin.AuthCredentials
 
AuthCredentials() - Constructor for class com.netscape.cms.servlet.common.AuthCredentials
 
authenticate(int, String, String) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnection
Overrides same method in LDAPConnection to do prevent re-authentication.
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
authenticates user(agent) by certificate
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.CMCAuth
Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Authenticates user through LDAP by a set of credentials.
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.FlatFileAuth
Authenticate the request
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.HashAuthentication
Authenticates a user based on uid, pwd in the directory.
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.SessionAuthentication
Authenticate user.
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
authenticates user by certificate
authenticate(IAuthCredentials) - Method in class com.netscape.cms.authentication.TokenAuthentication
authenticates user(agent) by certificate
authenticate(IAuthCredentials) - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
authenticates user(agent) by certificate
authenticate(IAuthCredentials) - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
authenticates revocation of a certification by a challenge phrase
authenticate(IAuthCredentials) - Method in class com.netscape.cmscore.authentication.NullAuthentication
authenticates nothing
authenticate(IAuthCredentials) - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
authenticates administratrators by LDAP uid/pwd
authenticate(IAuthCredentials) - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
authenticate(IAuthCredentials) - Method in interface org.dogtagpki.server.authentication.AuthManager
Authenticate the given credentials.
authenticate(IAuthCredentials, String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Authenticate to the named authentication manager instance
authenticate(CMSRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
authenticate(CMSRequest, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
authenticate(String, String) - Method in class com.netscape.cms.realm.PKIRealm
 
authenticate(String, String) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnection
Overrides same method in LDAPConnection to do prevent re-authentication.
authenticate(String, String[], Properties, Object) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnection
Overrides same method in LDAPConnection to do prevent re-authentication.
authenticate(X509Certificate) - Method in class com.netscape.cms.servlet.connector.CloneServlet
 
authenticate(X509Certificate[]) - Method in class com.netscape.cms.realm.PKIRealm
 
authenticate(HttpServletRequest) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Authenticates to the identity scope with the given userid and password via identity manager.
authenticate(HttpServletRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
authenticate(HttpServletRequest, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
Authentication
authenticate(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.BaseServlet
 
authenticate(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.LoginServlet
 
authenticate(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainLogin
 
authenticate(LDAPConnection, IAuthCredentials, AuthToken) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Authenticates a user through directory based a set of credentials.
authenticate(LDAPConnection, IAuthCredentials, AuthToken) - Method in class com.netscape.cms.authentication.PortalEnroll
Authenticates a user based on uid, pwd in the directory.
authenticate(LDAPConnection, IAuthCredentials, AuthToken) - Method in class com.netscape.cms.authentication.SharedSecret
unsupported This is an unconventional authentication plugin implementation that does not support authenticate()
authenticate(LDAPConnection, IAuthCredentials, AuthToken) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Authenticates a user based on uid, pwd in the directory.
authenticate(LDAPConnection, IAuthCredentials, AuthToken) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Authenticates a user based on its uid, pwd, pin in the directory.
authenticate(LDAPConnection, IAuthCredentials, AuthToken) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Authenticates a user based on attr, pwd in the directory.
AUTHENTICATED_NAME - Static variable in interface com.netscape.cms.profile.ProfileAuthenticator
 
AuthenticationConfig - Class in org.dogtagpki.server.authentication
 
AuthenticationConfig(ConfigStorage) - Constructor for class org.dogtagpki.server.authentication.AuthenticationConfig
 
AuthenticationConfig(String, SimpleProperties) - Constructor for class org.dogtagpki.server.authentication.AuthenticationConfig
 
AuthenticatorAddCLI - Class in com.netscape.cmstools.tps.authenticator
 
AuthenticatorAddCLI(AuthenticatorCLI) - Constructor for class com.netscape.cmstools.tps.authenticator.AuthenticatorAddCLI
 
authenticatorCLI - Variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorAddCLI
 
authenticatorCLI - Variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorFindCLI
 
authenticatorCLI - Variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorModifyCLI
 
authenticatorCLI - Variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorRemoveCLI
 
authenticatorCLI - Variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorShowCLI
 
AuthenticatorCLI - Class in com.netscape.cmstools.tps.authenticator
 
AuthenticatorCLI(CLI) - Constructor for class com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
 
authenticatorClient - Variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
 
AuthenticatorFindCLI - Class in com.netscape.cmstools.tps.authenticator
 
AuthenticatorFindCLI(AuthenticatorCLI) - Constructor for class com.netscape.cmstools.tps.authenticator.AuthenticatorFindCLI
 
AuthenticatorModifyCLI - Class in com.netscape.cmstools.tps.authenticator
 
AuthenticatorModifyCLI(AuthenticatorCLI) - Constructor for class com.netscape.cmstools.tps.authenticator.AuthenticatorModifyCLI
 
AuthenticatorRemoveCLI - Class in com.netscape.cmstools.tps.authenticator
 
AuthenticatorRemoveCLI(AuthenticatorCLI) - Constructor for class com.netscape.cmstools.tps.authenticator.AuthenticatorRemoveCLI
 
AuthenticatorShowCLI - Class in com.netscape.cmstools.tps.authenticator
 
AuthenticatorShowCLI(AuthenticatorCLI) - Constructor for class com.netscape.cmstools.tps.authenticator.AuthenticatorShowCLI
 
authEntries - Static variable in class com.netscape.cmscore.apps.Setup
 
AuthInfoAccessExt - Class in org.dogtagpki.legacy.server.policy.extensions
Authority Information Access extension policy.
AuthInfoAccessExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
AuthInfoAccessExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates Authuority Info Access extension.
AuthInfoAccessExtDefault() - Constructor for class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
AuthManager - Interface in org.dogtagpki.server.authentication
Authentication Manager interface.
AuthManagerConfig - Class in org.dogtagpki.server.authentication
 
AuthManagerConfig(ConfigStorage) - Constructor for class org.dogtagpki.server.authentication.AuthManagerConfig
 
AuthManagerConfig(String, SimpleProperties) - Constructor for class org.dogtagpki.server.authentication.AuthManagerConfig
 
AuthManagerProxy - Class in org.dogtagpki.server.authentication
A class represents an authentication manager.
AuthManagerProxy(boolean, AuthManager) - Constructor for class org.dogtagpki.server.authentication.AuthManagerProxy
Constructor
AuthManagersConfig - Class in org.dogtagpki.server.authentication
 
AuthManagersConfig(ConfigStorage) - Constructor for class org.dogtagpki.server.authentication.AuthManagersConfig
 
AuthManagersConfig(String, SimpleProperties) - Constructor for class org.dogtagpki.server.authentication.AuthManagersConfig
 
AuthMethodInterceptor - Class in org.dogtagpki.server.rest
 
AuthMethodInterceptor() - Constructor for class org.dogtagpki.server.rest.AuthMethodInterceptor
 
AUTHMGR_PARAM - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTHMGR_PARAM - Static variable in class com.netscape.cms.servlet.common.CMSGateway
 
authority - Variable in class com.netscape.cms.servlet.request.CMSRequestDAO
 
AUTHORITY - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityCreateCLI
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityDisableCLI
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityEnableCLI
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityFindCLI
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityKeyExportCLI
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityRemoveCLI
 
authorityCLI - Variable in class com.netscape.cmstools.authority.AuthorityShowCLI
 
AuthorityCLI - Class in com.netscape.cmstools.authority
 
AuthorityCLI(CACLI) - Constructor for class com.netscape.cmstools.authority.AuthorityCLI
 
authorityClient - Variable in class com.netscape.cmstools.authority.AuthorityCLI
 
AuthorityClient - Class in com.netscape.certsrv.authority
 
AuthorityClient(PKIClient, String) - Constructor for class com.netscape.certsrv.authority.AuthorityClient
 
AuthorityClient(SubsystemClient) - Constructor for class com.netscape.certsrv.authority.AuthorityClient
 
AuthorityCreateCLI - Class in com.netscape.cmstools.authority
 
AuthorityCreateCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityCreateCLI
 
AuthorityData - Class in com.netscape.certsrv.authority
 
AuthorityData() - Constructor for class com.netscape.certsrv.authority.AuthorityData
 
AuthorityData(Boolean, String, String, String, String, BigInteger, Boolean, String, Boolean) - Constructor for class com.netscape.certsrv.authority.AuthorityData
 
AuthorityDisableCLI - Class in com.netscape.cmstools.authority
 
AuthorityDisableCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityDisableCLI
 
AuthorityEnableCLI - Class in com.netscape.cmstools.authority
 
AuthorityEnableCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityEnableCLI
 
AuthorityFindCLI - Class in com.netscape.cmstools.authority
 
AuthorityFindCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityFindCLI
 
AuthorityKeyExportCLI - Class in com.netscape.cmstools.authority
 
AuthorityKeyExportCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityKeyExportCLI
 
AuthorityKeyIdentifierExt - Class in org.dogtagpki.legacy.server.policy.extensions
Authority Public Key Extension Policy Adds the subject public key id extension to certificates.
AuthorityKeyIdentifierExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
AuthorityRemoveCLI - Class in com.netscape.cmstools.authority
 
AuthorityRemoveCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityRemoveCLI
 
AuthorityResource - Interface in com.netscape.certsrv.authority
 
AuthorityShowCLI - Class in com.netscape.cmstools.authority
 
AuthorityShowCLI(AuthorityCLI) - Constructor for class com.netscape.cmstools.authority.AuthorityShowCLI
 
AuthorizationConfig - Class in org.dogtagpki.server.authorization
 
AuthorizationConfig(ConfigStorage) - Constructor for class org.dogtagpki.server.authorization.AuthorizationConfig
 
AuthorizationConfig(String, SimpleProperties) - Constructor for class org.dogtagpki.server.authorization.AuthorizationConfig
 
authorize(IAuthToken) - Method in class com.netscape.cms.servlet.admin.AdminServlet
authorize a user based on its authentication credentials.
authorize(IAuthToken, String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
authorize(IAuthToken, String) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
authorize(IAuthToken, String) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
 
authorize(IAuthToken, String, String) - Method in class com.netscape.cms.authorization.AAclAuthz
check the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize( "DirAclAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { logger.warn("authorize call: " + e.getMessage(), e); }
authorize(IAuthToken, String, String) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
authorize(IAuthToken, String, String) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Check if the user is authorized to perform the given operation on the given resource.
authorize(String, IAuthToken, String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
 
authorize(String, IAuthToken, String, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
Authorize must occur after Authenticate
authorize(String, IAuthToken, String, String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
 
authorize(String, IAuthToken, String, String, String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Authorization to the named authorization manager instance
authorize(String, String, IAuthToken, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
authorize(HttpServletRequest) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Authorize must occur after Authenticate
authSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
AuthSubsystem - Class in com.netscape.cmscore.authentication
Default authentication subsystem
AuthToken - Class in org.dogtagpki.server.authentication
Authentication token returned by Authentication Managers.
AuthToken(AuthManager) - Constructor for class org.dogtagpki.server.authentication.AuthToken
Constructs an instance of a authentication token.
AuthTokenSubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates subject name based on the attribute values in the authentication token (AuthToken) object.
AuthTokenSubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
authz - Variable in class com.netscape.cms.servlet.base.SubsystemService
 
authz - Variable in class com.netscape.cms.servlet.request.CMSRequestDAO
 
AUTHZ_MGR_BASIC - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
AUTHZ_MGR_BASIC - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTHZ_MGR_BASIC - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
AUTHZ_MGR_LDAP - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
AUTHZ_MGR_LDAP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTHZ_MGR_LDAP - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
AUTHZ_RES_NAME - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
AUTHZ_SRC_LDAP - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
AUTHZ_SRC_LDAP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTHZ_SRC_LDAP - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
AUTHZ_SRC_TYPE - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
AUTHZ_SRC_TYPE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTHZ_SRC_TYPE - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
AUTHZ_SRC_XML - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
AUTHZ_SRC_XML - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
AUTHZ_SRC_XML - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
AUTHZ_STATUS_SUCCESS - Static variable in class org.dogtagpki.server.authorization.AuthzToken
Constant for the success status of the authorization evaluation.
AuthzManagerConfig - Class in org.dogtagpki.server.authorization
 
AuthzManagerConfig(ConfigStorage) - Constructor for class org.dogtagpki.server.authorization.AuthzManagerConfig
 
AuthzManagerConfig(String, SimpleProperties) - Constructor for class org.dogtagpki.server.authorization.AuthzManagerConfig
 
AuthzManagerProxy - Class in org.dogtagpki.server.authorization
A class represents an authorization manager.
AuthzManagerProxy(boolean, IAuthzManager) - Constructor for class org.dogtagpki.server.authorization.AuthzManagerProxy
Constructor
AuthzManagersConfig - Class in org.dogtagpki.server.authorization
 
AuthzManagersConfig(ConfigStorage) - Constructor for class org.dogtagpki.server.authorization.AuthzManagersConfig
 
AuthzManagersConfig(String, SimpleProperties) - Constructor for class org.dogtagpki.server.authorization.AuthzManagersConfig
 
authzMgrAccessInit(String, String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
authMgrzAccessInit is for servlets who want to initialize their own authorization information before full operation.
AuthzRealmConstraint - Class in com.netscape.cms.profile.constraint
This class implements the authz realm constraint.
AuthzRealmConstraint() - Constructor for class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
AuthzRealmDefault - Class in com.netscape.cms.profile.def
 
AuthzRealmDefault() - Constructor for class com.netscape.cms.profile.def.AuthzRealmDefault
 
authzSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
AuthzSubsystem - Class in com.netscape.cmscore.authorization
Default authorization subsystem
AuthzToken - Class in org.dogtagpki.server.authorization
Authorization token returned by Authorization Managers.
AuthzToken(IAuthzManager) - Constructor for class org.dogtagpki.server.authorization.AuthzToken
Constructs an instance of a authorization token.
AutoAssignDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that automatically assign request to agent.
AutoAssignDefault() - Constructor for class com.netscape.cms.profile.def.AutoAssignDefault
 
autoShutdown() - Method in class com.netscape.cmscore.apps.CMSEngine
 
autoShutdown(boolean) - Method in class com.netscape.cmscore.apps.CMSEngine
 

B

BACK_SLASH - Static variable in class org.dogtagpki.server.rest.UserService
 
BAD_ARG_COUNT - Static variable in class com.netscape.cmscore.util.UtilResources
 
BadRequestDataException - Exception in com.netscape.certsrv.base
 
BadRequestDataException(String) - Constructor for exception com.netscape.certsrv.base.BadRequestDataException
 
BadRequestDataException(String, Exception) - Constructor for exception com.netscape.certsrv.base.BadRequestDataException
 
BadRequestDataException(String, Object[]) - Constructor for exception com.netscape.certsrv.base.BadRequestDataException
 
BadRequestException - Exception in com.netscape.certsrv.base
 
BadRequestException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.BadRequestException
 
BadRequestException(String) - Constructor for exception com.netscape.certsrv.base.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.BadRequestException
 
badSigCount - Variable in class com.netscape.cmstools.AuditVerify.Result
 
bannerFile - Static variable in class com.netscape.cms.servlet.base.PKIService
 
BASE64_CERT - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
base64decode(String) - Static method in class com.netscape.cmstools.AuditVerify
 
base64Decode(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
base64Decode(String) - Static method in class com.netscape.cmstools.PasswordCache
 
base64Decode(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
base64Encode(byte[]) - Static method in class com.netscape.cms.logging.LogFile
 
base64Encode(byte[]) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
base64Encode(byte[]) - Static method in class com.netscape.cmscore.security.PWsdrCache
 
base64Encode(byte[]) - Static method in class com.netscape.cmstools.PasswordCache
 
base64Encode(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
baseDN - Variable in class com.netscape.cmscore.dbs.LDAPDatabase
 
BaseResources - Class in com.netscape.certsrv.base
A class represents a resource bundle for the entire system.
BaseResources() - Constructor for class com.netscape.certsrv.base.BaseResources
 
BaseServlet - Class in com.netscape.cms.servlet.csadmin
 
BaseServlet() - Constructor for class com.netscape.cms.servlet.csadmin.BaseServlet
 
BaseSubsystem - Class in com.netscape.certsrv.base
This class represents a basic subsystem.
BaseSubsystem() - Constructor for class com.netscape.certsrv.base.BaseSubsystem
 
BasicAclAuthz - Class in com.netscape.cms.authorization
A class for basic acls authorization manager
BasicAclAuthz() - Constructor for class com.netscape.cms.authorization.BasicAclAuthz
Default constructor
BasicConstraintsExt - Class in org.dogtagpki.legacy.server.policy.extensions
Basic Constraints policy.
BasicConstraintsExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
Adds the basic constraints extension as a critical extension in CA certificates i.e.
BasicConstraintsExtConstraint - Class in com.netscape.cms.profile.constraint
This class implements the basic constraints extension constraint.
BasicConstraintsExtConstraint() - Constructor for class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
BasicConstraintsExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates Basic Constraint extension into the certificate template.
BasicConstraintsExtDefault() - Constructor for class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
BasicGroupAuthz - Class in com.netscape.cms.authorization
 
BasicGroupAuthz() - Constructor for class com.netscape.cms.authorization.BasicGroupAuthz
 
BasicOCSPResponse - Class in com.netscape.cmsutil.ocsp
RFC 2560:
BasicOCSPResponse(byte[]) - Constructor for class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
BasicOCSPResponse(ResponseData, AlgorithmIdentifier, BIT_STRING, Certificate[]) - Constructor for class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
BasicOCSPResponse(OCTET_STRING) - Constructor for class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
BasicOCSPResponse.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
BEGIN_CRL_HEADER - Static variable in class com.netscape.cmscore.cert.CertUtils
 
BEGIN_HEADER - Static variable in class com.netscape.cms.servlet.ocsp.AddCRLServlet
 
BIG_ZERO - Static variable in class com.netscape.cms.ocsp.DefStore
 
BIG_ZERO - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
BIG_ZERO - Static variable in class com.netscape.cms.servlet.ocsp.AddCAServlet
 
BigIntegerFromDB(String) - Static method in class com.netscape.cmscore.dbs.BigIntegerMapper
 
BigIntegerMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java BigInteger object into LDAP attribute, and vice versa.
BigIntegerMapper(String) - Constructor for class com.netscape.cmscore.dbs.BigIntegerMapper
Constructs BigInteger mapper.
BigIntegerToDB(BigInteger) - Static method in class com.netscape.cmscore.dbs.BigIntegerMapper
 
BtoA - Class in com.netscape.cmstools
The BtoA class is a utility program designed to "translate" a BINARY BASE 64 encoded blob into an ASCII BASE 64 encoded blob.
BtoA() - Constructor for class com.netscape.cmstools.BtoA
 
buildContentParams(String, String) - Method in class com.netscape.cms.jobs.AJobBase
 
buildEmptyGeneralNames() - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
buildEmptyGeneralNames() - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
buildFilter() - Method in class com.netscape.cms.servlet.cert.FilterBuilder
 
buildFilter(HttpServletRequest) - Method in class com.netscape.cms.servlet.cert.ListCerts
 
buildFilter(HttpServletRequest) - Method in class com.netscape.cms.servlet.cert.SrchCerts
 
buildGeneralNameInterface(String, String) - Static method in class com.netscape.cmstools.GenIssuerAltNameExt
 
buildGeneralNameInterface(String, String) - Static method in class com.netscape.cmstools.GenSubjectAltNameExt
 
buildGeneralNames(GeneralNames, CRLDistributionPoint) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
buildGeneralNames(GeneralNames, CRLDistributionPoint) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
buildGroup(LDAPEntry) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
builds an instance of a Group entry
buildGroups(LDAPSearchResults) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
buildItemParams(IRequest) - Method in class com.netscape.cms.jobs.AJobBase
 
buildItemParams(String, String) - Method in class com.netscape.cms.jobs.AJobBase
 
buildItemParams(X509CertImpl) - Method in class com.netscape.cms.jobs.AJobBase
 
buildRecords(Vector<NameValuePairs>) - Static method in class com.netscape.cms.profile.def.EnrollDefault
 
buildUser(LDAPEntry) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
builds a User instance.
buildUsers(LDAPSearchResults) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
byte2string(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Converts any length byte array into a signed, variable-length hexadecimal number.
ByteArrayMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java byte array object into LDAP attribute, and vice versa.
ByteArrayMapper(String) - Constructor for class com.netscape.cmscore.dbs.ByteArrayMapper
Constructs a byte array mapper.
byteArraysAreEqual(byte[], byte[]) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
compares contents two byte arrays returning true if exactly same.
bytesToChars(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
bytesToHex(byte[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
ByteValueExists(LDAPAttribute, byte[]) - Static method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
checks if a byte attribute has a certain value.

C

CA_AGENT_GROUP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
CA_ENROLL_publickey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_ENROLL_san_num - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_ENROLL_screenname - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_ENROLL_subjectdn - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_ENROLL_tokentype - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_GET_CERT_B64CertOnly - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_GET_CERT_SERIAL - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_OP - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_ProfileId - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RENEWAL - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RENEWAL_SerialNum - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RenewedCertificate - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RESPONSE_Certificate_b64 - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RESPONSE_Certificate_chain_b64 - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RESPONSE_Certificate_RevocationReason - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RESPONSE_Certificate_serial - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RESPONSE_Certificate_SubjectDN - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_RESPONSE_Certificate_x509 - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOCATION_REASON - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE_ALL - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE_COUNT - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE_INVALID_DATE - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE_REQUESTER_COMMENTS - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE_REQUESTER_ID - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_REVOKE_SERIAL - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CA_SIGNINGCERT_NICKNAME - Static variable in class com.netscape.cmscore.security.KeyCertUtil
 
CA_UNREVOKE_SERIAL - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
CACERTCHAIN - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
CACertCLI - Class in com.netscape.cmstools.ca
 
CACertCLI(CLI) - Constructor for class com.netscape.cmstools.ca.CACertCLI
 
CACertExportCLI - Class in com.netscape.cmstools.ca
 
CACertExportCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertExportCLI
 
CACertFindCLI - Class in com.netscape.cmstools.ca
 
CACertFindCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertFindCLI
 
CACertHoldCLI - Class in com.netscape.cmstools.ca
 
CACertHoldCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertHoldCLI
 
CACertReleaseHoldCLI - Class in com.netscape.cmstools.ca
 
CACertReleaseHoldCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertReleaseHoldCLI
 
CACertRequestActionCLI - Class in com.netscape.cmstools.ca
 
CACertRequestActionCLI(String, String, CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestActionCLI
 
CACertRequestApproveCLI - Class in com.netscape.cmstools.ca
 
CACertRequestApproveCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestApproveCLI
 
CACertRequestAssignCLI - Class in com.netscape.cmstools.ca
 
CACertRequestAssignCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestAssignCLI
 
CACertRequestCancelCLI - Class in com.netscape.cmstools.ca
 
CACertRequestCancelCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestCancelCLI
 
CACertRequestCLI - Class in com.netscape.cmstools.ca
 
CACertRequestCLI(CLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestCLI
 
CACertRequestFindCLI - Class in com.netscape.cmstools.ca
 
CACertRequestFindCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestFindCLI
 
CACertRequestProfileFindCLI - Class in com.netscape.cmstools.ca
 
CACertRequestProfileFindCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestProfileFindCLI
 
CACertRequestProfileShowCLI - Class in com.netscape.cmstools.ca
 
CACertRequestProfileShowCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestProfileShowCLI
 
CACertRequestRejectCLI - Class in com.netscape.cmstools.ca
 
CACertRequestRejectCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestRejectCLI
 
CACertRequestReviewCLI - Class in com.netscape.cmstools.ca
 
CACertRequestReviewCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestReviewCLI
 
CACertRequestShowCLI - Class in com.netscape.cmstools.ca
 
CACertRequestShowCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestShowCLI
 
CACertRequestSubmitCLI - Class in com.netscape.cmstools.ca
 
CACertRequestSubmitCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestSubmitCLI
 
CACertRequestUnassignCLI - Class in com.netscape.cmstools.ca
 
CACertRequestUnassignCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestUnassignCLI
 
CACertRequestUpdateCLI - Class in com.netscape.cmstools.ca
 
CACertRequestUpdateCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestUpdateCLI
 
CACertRequestValidateCLI - Class in com.netscape.cmstools.ca
 
CACertRequestValidateCLI(CACertRequestCLI) - Constructor for class com.netscape.cmstools.ca.CACertRequestValidateCLI
 
CACertRevokeCLI - Class in com.netscape.cmstools.ca
 
CACertRevokeCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertRevokeCLI
 
CACertShowCLI - Class in com.netscape.cmstools.ca
 
CACertShowCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertShowCLI
 
CACertSigningExportCLI - Class in com.netscape.cmstools.ca
 
CACertSigningExportCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertSigningExportCLI
 
CACertSigningShowCLI - Class in com.netscape.cmstools.ca
 
CACertSigningShowCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertSigningShowCLI
 
CACertStatusCLI - Class in com.netscape.cmstools.ca
 
CACertStatusCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertStatusCLI
 
CACertTransportExportCLI - Class in com.netscape.cmstools.ca
 
CACertTransportExportCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertTransportExportCLI
 
CACertTransportShowCLI - Class in com.netscape.cmstools.ca
 
CACertTransportShowCLI(CACertCLI) - Constructor for class com.netscape.cmstools.ca.CACertTransportShowCLI
 
caCLI - Variable in class com.netscape.cmstools.authority.AuthorityCLI
 
caCLI - Variable in class com.netscape.cmstools.profile.ProfileCLI
 
caCLI - Variable in class com.netscape.cmstools.system.KRAConnectorCLI
 
CACLI - Class in com.netscape.cmstools.ca
 
CACLI - Class in org.dogtagpki.server.cli
 
CACLI(MainCLI) - Constructor for class com.netscape.cmstools.ca.CACLI
 
CACLI(CLI) - Constructor for class org.dogtagpki.server.cli.CACLI
 
caClient - Variable in class com.netscape.cmstools.ca.CACLI
 
CADBCLI - Class in org.dogtagpki.server.cli
 
CADBCLI(CLI) - Constructor for class org.dogtagpki.server.cli.CADBCLI
 
CADBUpgradeCLI - Class in org.dogtagpki.server.cli
 
CADBUpgradeCLI(CLI) - Constructor for class org.dogtagpki.server.cli.CADBUpgradeCLI
 
canApprove(Principal) - Method in class com.netscape.cmscore.dbs.CSCfgDatabase
 
cancelRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implments IRequestQueue.cancelRequest
cancelRequest(RequestId, IAuthToken) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
CAPresence - Class in com.netscape.cms.selftests.ca
This class implements a self test to check for CA presence.
CAPresence() - Constructor for class com.netscape.cms.selftests.ca.CAPresence
 
CAProfileCLI - Class in org.dogtagpki.server.cli
 
CAProfileCLI(CLI) - Constructor for class org.dogtagpki.server.cli.CAProfileCLI
 
CAProfileImportCLI - Class in org.dogtagpki.server.cli
 
CAProfileImportCLI(CLI) - Constructor for class org.dogtagpki.server.cli.CAProfileImportCLI
 
caPublishing(IConfigStore) - Static method in class com.netscape.cmscore.apps.Upgrade
Upgrade publishing.
CASigningCert - Class in com.netscape.cmscore.security
CA signing certificate.
CASigningCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.CASigningCert
 
CASigningCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.CASigningCert
 
CAValidity - Class in com.netscape.cms.selftests.ca
This class implements a self test to check the validity of the CA.
CAValidity() - Constructor for class com.netscape.cms.selftests.ca.CAValidity
 
Cert - Class in com.netscape.cms.servlet.csadmin
 
Cert(String, String, String) - Constructor for class com.netscape.cms.servlet.csadmin.Cert
 
CERT - Static variable in class com.netscape.cmscore.ldap.PublishObject
 
CERT_ATTR - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
CERT_ATTR - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
CERT_ATTR - Static variable in class com.netscape.cms.servlet.common.CMSGateway
 
CERT_FINGERPRINT - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
CERT_NEW_REQUEST_HEADER - Static variable in class com.netscape.cmscore.base.ArgBlock
 
CERT_NEW_REQUEST_HEADER - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CERT_NEW_REQUEST_TRAILER - Static variable in class com.netscape.cmscore.base.ArgBlock
 
CERT_NEW_REQUEST_TRAILER - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CERT_NICKNAME - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
CERT_PRETTYPRINT - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
CERT_RENEWAL_HEADER - Static variable in class com.netscape.cmscore.base.ArgBlock
 
CERT_RENEWAL_HEADER - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CERT_RENEWAL_TRAILER - Static variable in class com.netscape.cmscore.base.ArgBlock
 
CERT_RENEWAL_TRAILER - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CERT_TYPE - Static variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
CERT_TYPE - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
CERT_TYPE - Static variable in class com.netscape.cms.servlet.cert.RenewalServlet
 
CERT_TYPE - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
CERT_X509ATTRIBUTE - Variable in class com.netscape.cmscore.dbs.CertificateRepository
 
certApplied - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
certApprovalCallback - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
certAuthority - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertExportCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertFindCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertHoldCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertReleaseHoldCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertRevokeCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertShowCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertSigningExportCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertSigningShowCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertStatusCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertTransportExportCLI
 
certCLI - Variable in class com.netscape.cmstools.ca.CACertTransportShowCLI
 
certCLI - Variable in class com.netscape.cmstools.kra.KRACertTransportExportCLI
 
certCLI - Variable in class com.netscape.cmstools.kra.KRACertTransportShowCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11CertExportCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11CertFindCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11CertRemoveCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11CertShowCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
Deprecated.
 
certCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertExportCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertFindCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertImportCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertModCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertRemoveCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs7.PKCS7CertExportCLI
 
certCLI - Variable in class com.netscape.cmstools.pkcs7.PKCS7CertFindCLI
 
certCLI - Variable in class com.netscape.cmstools.tps.cert.TPSCertFindCLI
 
certCLI - Variable in class com.netscape.cmstools.tps.cert.TPSCertShowCLI
 
certClient - Variable in class com.netscape.cmstools.ca.CACertCLI
 
certClient - Variable in class com.netscape.cmstools.ca.CACertRequestCLI
 
certClient - Variable in class com.netscape.cmstools.tps.cert.TPSCertCLI
 
CertDateCompare - Class in com.netscape.cmscore.cert
Compares validity dates for use in sorting.
CertDateCompare() - Constructor for class com.netscape.cmscore.cert.CertDateCompare
 
CertDBSchema - Class in com.netscape.cmscore.dbs
A class represents a collection of certificate record specific schema information.
CertDBSchema() - Constructor for class com.netscape.cmscore.dbs.CertDBSchema
 
CertDNCertUserLocator - Class in com.netscape.cmscore.usrgrp
This interface defines a strategy on how to match the incoming certificate(s) with the certificate(s) in the scope.
CertDNCertUserLocator() - Constructor for class com.netscape.cmscore.usrgrp.CertDNCertUserLocator
Constructs certificate matching agent.
CertEnrollmentRequestFactory - Class in com.netscape.cms.servlet.cert
 
CertEnrollmentRequestFactory() - Constructor for class com.netscape.cms.servlet.cert.CertEnrollmentRequestFactory
 
certFormat(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
CertID - Class in com.netscape.cmsutil.ocsp
RFC 2560:
CertID(AlgorithmIdentifier, OCTET_STRING, OCTET_STRING, INTEGER) - Constructor for class com.netscape.cmsutil.ocsp.CertID
 
CertID.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding a CertID.
CERTIFICATE - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
CertificateInfo - Class in com.netscape.cmscore.security
This base class provides methods to import CA signing cert or get certificate request.
CertificateInfo(KeyCertData) - Constructor for class com.netscape.cmscore.security.CertificateInfo
 
CertificateInfo(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.CertificateInfo
 
CertificatePoliciesExt - Class in org.dogtagpki.legacy.server.policy.extensions
Certificate Policies.
CertificatePoliciesExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
CertificatePoliciesExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a policy mappings extension into the certificate template.
CertificatePoliciesExtDefault() - Constructor for class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CertificateRenewalWindowExt - Class in org.dogtagpki.legacy.server.policy.extensions
Certificate Renewal Window Extension Policy
CertificateRenewalWindowExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
Adds the Netscape comment in the end-entity certificates or CA certificates.
CertificateRepository - Class in com.netscape.cmscore.dbs
A class represents a certificate repository.
CertificateRepository(DBSubsystem, String, int, String) - Constructor for class com.netscape.cmscore.dbs.CertificateRepository
Constructs a certificate repository.
Certificates - Class in com.netscape.certsrv.usrgrp
This class defines the strong authentication basic elements, the X509 certificates.
Certificates(X509Certificate[]) - Constructor for class com.netscape.certsrv.usrgrp.Certificates
Constructs strong authenticator.
CertificateScopeOfUseExt - Class in org.dogtagpki.legacy.server.policy.extensions
Certificate Scope Of Use extension policy.
CertificateScopeOfUseExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
CertificateVersionDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Netscape comment extension into the certificate template.
CertificateVersionDefault() - Constructor for class com.netscape.cms.profile.def.CertificateVersionDefault
 
certInCertChain(X509Certificate[], X509Certificate) - Static method in class com.netscape.cmscore.cert.CertUtils
 
CertInfoProfile - Class in com.netscape.cms.servlet.csadmin
 
CertInfoProfile(String) - Constructor for class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
certIsRevoked(BigInteger) - Method in class com.netscape.cms.servlet.base.CMSServlet
check if a certificate (serial number) is revoked on a CA.
CertOutput - Class in com.netscape.cms.profile.output
This class implements the pretty print certificate output that displays the issued certificate in a pretty print format.
CertOutput() - Constructor for class com.netscape.cms.profile.output.CertOutput
 
CertPrettyPrint - Class in com.netscape.cmscore.cert
This class will display the certificate content in predefined format.
CertPrettyPrint(Certificate) - Constructor for class com.netscape.cmscore.cert.CertPrettyPrint
 
CertRecord - Class in com.netscape.cmscore.dbs
A class represents a serializable certificate record.
CertRecord() - Constructor for class com.netscape.cmscore.dbs.CertRecord
Constructs empty certificate record.
CertRecord(BigInteger, Certificate, MetaInfo) - Constructor for class com.netscape.cmscore.dbs.CertRecord
Constructs certiificate record with certificate and meta info.
CertRecordList - Class in com.netscape.cmscore.dbs
A class represents a list of certificate records.
CertRecordList(IDBVirtualList<ICertRecord>) - Constructor for class com.netscape.cmscore.dbs.CertRecordList
Constructs a request list.
CertRecordMapper - Class in com.netscape.cmscore.dbs
A class represents a mapper to serialize certificate record into database.
CertRecordMapper(ICertificateRepository) - Constructor for class com.netscape.cmscore.dbs.CertRecordMapper
 
CertReqInput - Class in com.netscape.cms.profile.input
This class implements the certificate request input.
CertReqInput() - Constructor for class com.netscape.cms.profile.input.CertReqInput
 
CertReqParser - Class in com.netscape.cms.servlet.request
Output a 'pretty print' of a certificate request
CertReqParser() - Constructor for class com.netscape.cms.servlet.request.CertReqParser
Constructs a certificate request parser.
CertReqParser(boolean) - Constructor for class com.netscape.cms.servlet.request.CertReqParser
Constructs a certificate request parser.
certRequestCLI - Variable in class com.netscape.cmstools.ca.CACertRequestFindCLI
 
certRequestCLI - Variable in class com.netscape.cmstools.ca.CACertRequestProfileFindCLI
 
certRequestCLI - Variable in class com.netscape.cmstools.ca.CACertRequestProfileShowCLI
 
CertRequestConstants - Class in com.netscape.cmscore.request
temporary location for cert request constants.
CertRequestConstants() - Constructor for class com.netscape.cmscore.request.CertRequestConstants
 
CertRequestInfoFactory - Class in com.netscape.cms.servlet.cert
 
CertRequestInfoFactory() - Constructor for class com.netscape.cms.servlet.cert.CertRequestInfoFactory
 
CERTS - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
CERTS - Static variable in class com.netscape.cmscore.ldap.PublishObject
 
CertStatus - Interface in com.netscape.cmsutil.ocsp
RFC 2560:
certStatusUpdateTask - Variable in class com.netscape.cmscore.dbs.CertificateRepository
 
CertType_Id - Static variable in class com.netscape.cmscore.cert.OidLoaderSubsystem
Identifies the particular public key used to sign the certificate.
CERTUSERDB_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for certificate based authentication manager ID.
CERTUSERDB_PLUGIN_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for certificate based authentication plugin ID.
CertUserDBAuthentication - Class in com.netscape.cmscore.authentication
Certificate server agent authentication.
CertUserDBAuthentication() - Constructor for class com.netscape.cmscore.authentication.CertUserDBAuthentication
 
CertUserLocator - Interface in com.netscape.certsrv.usrgrp
This interface defines a certificate mapping strategy to locate a user
CertUtil - Class in org.dogtag.util.cert
 
CertUtil() - Constructor for class org.dogtag.util.cert.CertUtil
 
CertUtils - Class in com.netscape.cmscore.cert
Utility class with assorted methods to check for smime pairs, determining the type of cert - signature or encryption ..etc.
CertUtils() - Constructor for class com.netscape.cmscore.cert.CertUtils
 
CHALLENGE_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for challenge based authentication manager ID.
CHALLENGE_PHRASE - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
CHALLENGE_PLUGIN_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for challenge based authentication plugin ID.
ChallengePhraseAuthentication - Class in com.netscape.cmscore.authentication
Challenge phrase based authentication.
ChallengePhraseAuthentication() - Constructor for class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
changeAuditStatus(String) - Method in class org.dogtagpki.server.rest.AuditService
 
changePolicyInstanceOrdering(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
changePolicyInstanceOrdering(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Change ordering of policy instances
CHANNEL_PROTOCOL - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
charsToBytes(char[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
check(BigInteger, byte[]) - Method in class com.netscape.cmscore.authentication.VerifiedCerts
 
check(BigInteger, byte[], long, long) - Method in class com.netscape.cmscore.authentication.VerifiedCert
 
check(X509CertImpl) - Method in class com.netscape.cmscore.authentication.VerifiedCerts
 
check_GeneralNameChoice(String) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil
Checks if given string is a valid General Name choice and returns the actual string that can be passed into form_GeneralName().
checkAllowEntries(IAuthToken, Iterable<String>, String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
checkAuthManager(HttpServletRequest, IArgBlock, X509Certificate, String) - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
checkCertificateExt(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
checkCertificateExt(String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
checkCertificateRecord(BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
CheckCertServlet - Class in com.netscape.cms.servlet.ocsp
Check the status of a specific certificate
CheckCertServlet() - Constructor for class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
checkConfiguration(byte[], boolean, boolean) - Static method in class com.netscape.cmstools.profile.ProfileCLI
Sanity check the profile configuration.
checkCurrentProfile(String) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Checks if CRL issuing point includes this profile.
checkDenyEntries(IAuthToken, Iterable<String>, String) - Method in class com.netscape.cms.authorization.AAclAuthz
throw EACLsException if a deny entry is matched
CHECKED - Static variable in class com.netscape.cmscore.authentication.VerifiedCert
 
checkForAndAutoShutdown() - Method in class com.netscape.cmscore.apps.CMSEngine
sign some known data to determine if signing key is botched; if so, proceed to graceful shutdown
checkHost(String) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
 
CheckIdentity - Class in com.netscape.cms.servlet.csadmin
 
CheckIdentity() - Constructor for class com.netscape.cms.servlet.csadmin.CheckIdentity
 
checkImportCertToNav(HttpServletResponse, IArgBlock, X509CertImpl) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
checkKeyLength(String, int, String, int) - Method in class com.netscape.cmscore.security.JssSubsystem
 
checkOID(String, String) - Static method in class com.netscape.cmscore.cert.CertUtils
Check if a object identifier in string form is valid, that is a string in the form n.n.n.n and der encode and decode-able.
checkOwner() - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Checks if owner id should be enforced during profile approval.
checkPermission(IAuthToken, String, String) - Method in class com.netscape.cms.authorization.AAclAuthz
Checks if the permission is granted or denied with id from authtoken gotten from authentication that precedes authorization.
checkPermission(String, String) - Method in class com.netscape.cms.authorization.AAclAuthz
Checks if the permission is granted or denied in the current execution context.
checkpin(LDAPConnection, String, String, String) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
checkRange() - Method in class com.netscape.cmscore.dbs.Repository
Checks if the given number is in the current range.
checkRanges() - Method in class com.netscape.cmscore.dbs.Repository
Checks to see if a new range is needed, or if we have reached the end of the current range, or if a range conflict has occurred.
checkRealm(String, IAuthToken, String, String, String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Authorize the user against the specified realm.
checkRight(String) - Method in class com.netscape.cms.authorization.ACL
Tells if the permission is one of the defined "rights"
clear() - Method in interface com.netscape.certsrv.base.IConfigStore
Clear the config store.
clear() - Method in class com.netscape.cmscore.base.PropConfigStore
 
CLEAR_SIZE - Variable in class com.netscape.cms.servlet.common.CMSFileLoader
 
clearCRLCache() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Clears CRL cache
clearDeltaCRLCache() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Clears delta-CRL cache
clearRepeatRecords() - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
ClientCertFindCLI - Class in com.netscape.cmstools.client
 
ClientCertFindCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertFindCLI
 
ClientCertImportCLI - Class in com.netscape.cmstools.client
 
ClientCertImportCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertImportCLI
 
ClientCertModifyCLI - Class in com.netscape.cmstools.client
 
ClientCertModifyCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertModifyCLI
 
ClientCertRemoveCLI - Class in com.netscape.cmstools.client
 
ClientCertRemoveCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertRemoveCLI
 
ClientCertRequestCLI - Class in com.netscape.cmstools.client
 
ClientCertRequestCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertRequestCLI
 
ClientCertShowCLI - Class in com.netscape.cmstools.client
 
ClientCertShowCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertShowCLI
 
ClientCertValidateCLI - Class in com.netscape.cmstools.client
 
ClientCertValidateCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientCertValidateCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertFindCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertImportCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertModifyCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertRemoveCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertRequestCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertShowCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientCertValidateCLI
 
clientCLI - Variable in class com.netscape.cmstools.client.ClientInitCLI
 
ClientCLI - Class in com.netscape.cmstools.client
 
ClientCLI(MainCLI) - Constructor for class com.netscape.cmstools.client.ClientCLI
 
clientECCipherList - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
clientECCiphers - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
ClientInitCLI - Class in com.netscape.cmstools.client
 
ClientInitCLI(ClientCLI) - Constructor for class com.netscape.cmstools.client.ClientInitCLI
 
clientIsMSIE(HttpServletRequest) - Static method in class com.netscape.cms.servlet.base.CMSServlet
handy routine to check if client is msie based on user-agent.
clientIsNav(HttpServletRequest) - Static method in class com.netscape.cms.servlet.base.CMSServlet
handy routine to check if client is navigator based on user-agent.
clone() - Method in class com.netscape.cmscore.base.PropConfigStore
Cloning of property configuration store.
cloneAndMarkPending(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.cloneAndMarkPending
CloneRedirect - Class in com.netscape.cms.servlet.cert
Redirect a request to the Master.
CloneRedirect() - Constructor for class com.netscape.cms.servlet.cert.CloneRedirect
Constructs CloneRedirect servlet.
cloneRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.cloneRequest
CloneServlet - Class in com.netscape.cms.servlet.connector
Clone servlet - part of the Clone Authority (CLA) processes Revoked certs from its dependant clone CAs service request and return status.
CloneServlet() - Constructor for class com.netscape.cms.servlet.connector.CloneServlet
 
close() - Method in class com.netscape.cms.logging.LogFile
Close the log file
close() - Method in class com.netscape.cmscore.dbs.DBSSession
Closes this session.
closeServer() - Method in class netscape.net.NetworkClient
Close an open connection to the server.
closeServer() - Method in class netscape.net.smtp.SmtpClient
issue the QUIT command to the SMTP server and close the connection.
CMC_ISSUER_PRINCIPAL - Static variable in class com.netscape.certsrv.base.SessionContext
 
CMC_REQUEST_CERT_SUBJECT - Static variable in class com.netscape.certsrv.base.SessionContext
 
CMC_SIGNER_INFO - Static variable in class com.netscape.certsrv.base.SessionContext
 
CMC_SIGNER_PRINCIPAL - Static variable in class com.netscape.certsrv.base.SessionContext
Principal name object of the signed CMC request
CMC_USER_SIGNED_AUTH_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for CMC user-signed authentication manager ID.
CMCAuth - Class in com.netscape.cms.authentication
UID/CMC authentication plug-in
CMCAuth() - Constructor for class com.netscape.cms.authentication.CMCAuth
Default constructor, initialization must follow.
CMCAUTH_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for CMC authentication manager ID.
CMCAUTH_PLUGIN_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for CMC authentication plugin ID.
CMCCertReqInput - Class in com.netscape.cms.profile.input
This class implements the certificate request input.
CMCCertReqInput() - Constructor for class com.netscape.cms.profile.input.CMCCertReqInput
 
CMCEnroll - Class in com.netscape.cmstools
Tool for signing PKCS #10 , return CMC enrollment request
CMCEnroll() - Constructor for class com.netscape.cmstools.CMCEnroll
 
CMCProcessor - Class in com.netscape.cms.servlet.processors
Process CMC messages according to RFC 2797 See http://www.ietf.org/rfc/rfc2797.txt
CMCProcessor() - Constructor for class com.netscape.cms.servlet.processors.CMCProcessor
 
CMCProcessor(ICMSRequest, CMSServlet, boolean) - Constructor for class com.netscape.cms.servlet.processors.CMCProcessor
 
CMCRequest - Class in com.netscape.cmstools
Tool for creating CMC full request
CMCRequest() - Constructor for class com.netscape.cmstools.CMCRequest
 
CMCResponse - Class in com.netscape.cmstools
Tool for parsing a CMC response
CMCResponse(byte[]) - Constructor for class com.netscape.cmstools.CMCResponse
 
CMCRevoke - Class in com.netscape.cmstools
Tool for signing a CMC revocation request with an agent's certificate.
CMCRevoke() - Constructor for class com.netscape.cmstools.CMCRevoke
 
CMCSharedToken - Class in com.netscape.cmstools
A command-line utility used to take a passphrase as an input and generate an encrypted entry for ldap entry
CMCSharedToken() - Constructor for class com.netscape.cmstools.CMCSharedToken
 
CMMF_RESP - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
CMS - Class in com.netscape.cmscore.apps
This represents the CMS server.
CMS() - Constructor for class com.netscape.cmscore.apps.CMS
 
CMS_BASE_CA_SIGNINGCERT_NOT_FOUND - Static variable in class com.netscape.cmstools.CMCRevoke
 
CMSAdminServlet - Class in com.netscape.cms.servlet.admin
A class representings an administration servlet.
CMSAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.CMSAdminServlet
Constructs CA servlet.
CMSAuthInfoAccessExtension - Class in com.netscape.cms.crl
This represents a Authority Information Access CRL extension.
CMSAuthInfoAccessExtension() - Constructor for class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
CMSAuthorityKeyIdentifierExtension - Class in com.netscape.cms.crl
This represents an authority key identifier extension.
CMSAuthorityKeyIdentifierExtension() - Constructor for class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
CMSCertificateIssuerExtension - Class in com.netscape.cms.crl
This represents a certificate issuer extension.
CMSCertificateIssuerExtension() - Constructor for class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
CMSCRLNumberExtension - Class in com.netscape.cms.crl
This represents a CRL number extension.
CMSCRLNumberExtension() - Constructor for class com.netscape.cms.crl.CMSCRLNumberExtension
 
CMSCRLReasonExtension - Class in com.netscape.cms.crl
This represents a CRL reason extension.
CMSCRLReasonExtension() - Constructor for class com.netscape.cms.crl.CMSCRLReasonExtension
 
CMSDeltaCRLIndicatorExtension - Class in com.netscape.cms.crl
This represents a delta CRL indicator extension.
CMSDeltaCRLIndicatorExtension() - Constructor for class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
CMSEngine - Class in com.netscape.cmscore.apps
 
CMSEngine(String) - Constructor for class com.netscape.cmscore.apps.CMSEngine
 
CMSExtensionsMap - Class in com.netscape.cmscore.extensions
Loads extension classes from configuration file and return for a given extension name or OID.
CMSFile - Class in com.netscape.cms.servlet.common
CMSFile represents a file from the filesystem cached in memory
CMSFile() - Constructor for class com.netscape.cms.servlet.common.CMSFile
 
CMSFile(File) - Constructor for class com.netscape.cms.servlet.common.CMSFile
 
CMSFileLoader - Class in com.netscape.cms.servlet.common
CMSFileLoader - file cache.
CMSFileLoader() - Constructor for class com.netscape.cms.servlet.common.CMSFileLoader
 
CMSFreshestCRLExtension - Class in com.netscape.cms.crl
This represents a freshest CRL extension.
CMSFreshestCRLExtension() - Constructor for class com.netscape.cms.crl.CMSFreshestCRLExtension
 
CMSGateway - Class in com.netscape.cms.servlet.common
This class is to hold some general method for servlets.
CMSGateway() - Constructor for class com.netscape.cms.servlet.common.CMSGateway
 
CMSGWResources - Class in com.netscape.cms.servlet.common
A class represents a resource bundle for cms gateway.
CMSGWResources() - Constructor for class com.netscape.cms.servlet.common.CMSGWResources
 
CMSHoldInstructionExtension - Class in com.netscape.cms.crl
This represents a hold instruction extension.
CMSHoldInstructionExtension() - Constructor for class com.netscape.cms.crl.CMSHoldInstructionExtension
 
CMSInvalidityDateExtension - Class in com.netscape.cms.crl
This represents a invalidity date extension.
CMSInvalidityDateExtension() - Constructor for class com.netscape.cms.crl.CMSInvalidityDateExtension
 
CMSIssuerAlternativeNameExtension - Class in com.netscape.cms.crl
This represents a issuer alternative name extension.
CMSIssuerAlternativeNameExtension() - Constructor for class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
CMSIssuingDistributionPointExtension - Class in com.netscape.cms.crl
This represents a issuing distribution point extension.
CMSIssuingDistributionPointExtension() - Constructor for class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
CMSLoadTemplate - Class in com.netscape.cms.servlet.common
handy class containing cms templates to load & fill.
CMSLoadTemplate() - Constructor for class com.netscape.cms.servlet.common.CMSLoadTemplate
 
CMSLoadTemplate(String, String, String, ICMSTemplateFiller) - Constructor for class com.netscape.cms.servlet.common.CMSLoadTemplate
 
CMSRequest - Class in com.netscape.cms.servlet.common
This represents a user request.
CMSRequest() - Constructor for class com.netscape.cms.servlet.common.CMSRequest
Constructor
CMSRequestDAO - Class in com.netscape.cms.servlet.request
 
CMSRequestDAO(String) - Constructor for class com.netscape.cms.servlet.request.CMSRequestDAO
 
CMSServlet - Class in com.netscape.cms.servlet.base
This is the base class of all CS servlet.
CMSServlet() - Constructor for class com.netscape.cms.servlet.base.CMSServlet
 
CMSStartServlet - Class in com.netscape.cms.servlet.base
This servlet is started by the web server at startup, and it starts the CMS framework.
CMSStartServlet() - Constructor for class com.netscape.cms.servlet.base.CMSStartServlet
 
CMSTemplate - Class in com.netscape.cms.servlet.common
File templates.
CMSTemplate(File, String) - Constructor for class com.netscape.cms.servlet.common.CMSTemplate
Constructor
CMSTemplateParams - Class in com.netscape.cms.servlet.common
Holds template parameters
CMSTemplateParams() - Constructor for class com.netscape.cms.servlet.common.CMSTemplateParams
 
CMSTemplateParams(IArgBlock, IArgBlock) - Constructor for class com.netscape.cms.servlet.common.CMSTemplateParams
 
code - Variable in exception com.netscape.certsrv.base.PKIException
 
code - Variable in class com.netscape.certsrv.base.PKIException.Data
 
com.netscape.certsrv.authority - package com.netscape.certsrv.authority
 
com.netscape.certsrv.base - package com.netscape.certsrv.base
 
com.netscape.certsrv.kra - package com.netscape.certsrv.kra
 
com.netscape.certsrv.ocsp - package com.netscape.certsrv.ocsp
 
com.netscape.certsrv.publish - package com.netscape.certsrv.publish
 
com.netscape.certsrv.ra - package com.netscape.certsrv.ra
 
com.netscape.certsrv.tks - package com.netscape.certsrv.tks
 
com.netscape.certsrv.usrgrp - package com.netscape.certsrv.usrgrp
 
com.netscape.cms.authentication - package com.netscape.cms.authentication
 
com.netscape.cms.authorization - package com.netscape.cms.authorization
 
com.netscape.cms.crl - package com.netscape.cms.crl
 
com.netscape.cms.evaluators - package com.netscape.cms.evaluators
 
com.netscape.cms.jobs - package com.netscape.cms.jobs
 
com.netscape.cms.listeners - package com.netscape.cms.listeners
 
com.netscape.cms.logging - package com.netscape.cms.logging
 
com.netscape.cms.notification - package com.netscape.cms.notification
 
com.netscape.cms.ocsp - package com.netscape.cms.ocsp
 
com.netscape.cms.password - package com.netscape.cms.password
 
com.netscape.cms.profile - package com.netscape.cms.profile
 
com.netscape.cms.profile.common - package com.netscape.cms.profile.common
 
com.netscape.cms.profile.constraint - package com.netscape.cms.profile.constraint
 
com.netscape.cms.profile.def - package com.netscape.cms.profile.def
 
com.netscape.cms.profile.input - package com.netscape.cms.profile.input
 
com.netscape.cms.profile.output - package com.netscape.cms.profile.output
 
com.netscape.cms.profile.updater - package com.netscape.cms.profile.updater
 
com.netscape.cms.publish.mappers - package com.netscape.cms.publish.mappers
 
com.netscape.cms.publish.publishers - package com.netscape.cms.publish.publishers
 
com.netscape.cms.realm - package com.netscape.cms.realm
 
com.netscape.cms.request - package com.netscape.cms.request
 
com.netscape.cms.selftests - package com.netscape.cms.selftests
 
com.netscape.cms.selftests.ca - package com.netscape.cms.selftests.ca
 
com.netscape.cms.selftests.common - package com.netscape.cms.selftests.common
 
com.netscape.cms.selftests.kra - package com.netscape.cms.selftests.kra
 
com.netscape.cms.selftests.ocsp - package com.netscape.cms.selftests.ocsp
 
com.netscape.cms.servlet.admin - package com.netscape.cms.servlet.admin
 
com.netscape.cms.servlet.base - package com.netscape.cms.servlet.base
 
com.netscape.cms.servlet.cert - package com.netscape.cms.servlet.cert
 
com.netscape.cms.servlet.common - package com.netscape.cms.servlet.common
 
com.netscape.cms.servlet.connector - package com.netscape.cms.servlet.connector
 
com.netscape.cms.servlet.csadmin - package com.netscape.cms.servlet.csadmin
 
com.netscape.cms.servlet.filter - package com.netscape.cms.servlet.filter
 
com.netscape.cms.servlet.key - package com.netscape.cms.servlet.key
 
com.netscape.cms.servlet.ocsp - package com.netscape.cms.servlet.ocsp
 
com.netscape.cms.servlet.processors - package com.netscape.cms.servlet.processors
 
com.netscape.cms.servlet.profile - package com.netscape.cms.servlet.profile
 
com.netscape.cms.servlet.request - package com.netscape.cms.servlet.request
 
com.netscape.cms.shares - package com.netscape.cms.shares
 
com.netscape.cmscore.apps - package com.netscape.cmscore.apps
 
com.netscape.cmscore.authentication - package com.netscape.cmscore.authentication
 
com.netscape.cmscore.authorization - package com.netscape.cmscore.authorization
 
com.netscape.cmscore.base - package com.netscape.cmscore.base
 
com.netscape.cmscore.cert - package com.netscape.cmscore.cert
 
com.netscape.cmscore.connector - package com.netscape.cmscore.connector
 
com.netscape.cmscore.crmf - package com.netscape.cmscore.crmf
 
com.netscape.cmscore.dbs - package com.netscape.cmscore.dbs
 
com.netscape.cmscore.extensions - package com.netscape.cmscore.extensions
 
com.netscape.cmscore.jobs - package com.netscape.cmscore.jobs
 
com.netscape.cmscore.ldap - package com.netscape.cmscore.ldap
 
com.netscape.cmscore.ldapconn - package com.netscape.cmscore.ldapconn
 
com.netscape.cmscore.listeners - package com.netscape.cmscore.listeners
 
com.netscape.cmscore.logging - package com.netscape.cmscore.logging
 
com.netscape.cmscore.notification - package com.netscape.cmscore.notification
 
com.netscape.cmscore.profile - package com.netscape.cmscore.profile
 
com.netscape.cmscore.registry - package com.netscape.cmscore.registry
 
com.netscape.cmscore.request - package com.netscape.cmscore.request
 
com.netscape.cmscore.security - package com.netscape.cmscore.security
 
com.netscape.cmscore.selftests - package com.netscape.cmscore.selftests
 
com.netscape.cmscore.session - package com.netscape.cmscore.session
 
com.netscape.cmscore.usrgrp - package com.netscape.cmscore.usrgrp
 
com.netscape.cmscore.util - package com.netscape.cmscore.util
 
com.netscape.cmstools - package com.netscape.cmstools
 
com.netscape.cmstools.acme - package com.netscape.cmstools.acme
 
com.netscape.cmstools.authority - package com.netscape.cmstools.authority
 
com.netscape.cmstools.ca - package com.netscape.cmstools.ca
 
com.netscape.cmstools.cert - package com.netscape.cmstools.cert
 
com.netscape.cmstools.cli - package com.netscape.cmstools.cli
 
com.netscape.cmstools.client - package com.netscape.cmstools.client
 
com.netscape.cmstools.config - package com.netscape.cmstools.config
 
com.netscape.cmstools.feature - package com.netscape.cmstools.feature
 
com.netscape.cmstools.group - package com.netscape.cmstools.group
 
com.netscape.cmstools.key - package com.netscape.cmstools.key
 
com.netscape.cmstools.kra - package com.netscape.cmstools.kra
 
com.netscape.cmstools.logging - package com.netscape.cmstools.logging
 
com.netscape.cmstools.nss - package com.netscape.cmstools.nss
 
com.netscape.cmstools.ocsp - package com.netscape.cmstools.ocsp
 
com.netscape.cmstools.pkcs11 - package com.netscape.cmstools.pkcs11
 
com.netscape.cmstools.pkcs12 - package com.netscape.cmstools.pkcs12
 
com.netscape.cmstools.pkcs7 - package com.netscape.cmstools.pkcs7
 
com.netscape.cmstools.profile - package com.netscape.cmstools.profile
 
com.netscape.cmstools.range - package com.netscape.cmstools.range
 
com.netscape.cmstools.selftests - package com.netscape.cmstools.selftests
 
com.netscape.cmstools.system - package com.netscape.cmstools.system
 
com.netscape.cmstools.tks - package com.netscape.cmstools.tks
 
com.netscape.cmstools.tps - package com.netscape.cmstools.tps
 
com.netscape.cmstools.tps.authenticator - package com.netscape.cmstools.tps.authenticator
 
com.netscape.cmstools.tps.cert - package com.netscape.cmstools.tps.cert
 
com.netscape.cmstools.tps.config - package com.netscape.cmstools.tps.config
 
com.netscape.cmstools.tps.connector - package com.netscape.cmstools.tps.connector
 
com.netscape.cmstools.tps.profile - package com.netscape.cmstools.tps.profile
 
com.netscape.cmstools.tps.token - package com.netscape.cmstools.tps.token
 
com.netscape.cmstools.user - package com.netscape.cmstools.user
 
com.netscape.cmsutil.crypto - package com.netscape.cmsutil.crypto
 
com.netscape.cmsutil.http - package com.netscape.cmsutil.http
 
com.netscape.cmsutil.ldap - package com.netscape.cmsutil.ldap
 
com.netscape.cmsutil.net - package com.netscape.cmsutil.net
 
com.netscape.cmsutil.ocsp - package com.netscape.cmsutil.ocsp
 
com.netscape.cmsutil.password - package com.netscape.cmsutil.password
 
com.netscape.cmsutil.scep - package com.netscape.cmsutil.scep
 
com.netscape.cmsutil.util - package com.netscape.cmsutil.util
 
com.netscape.cmsutil.xml - package com.netscape.cmsutil.xml
 
COMMA - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
COMMA - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
CommandQueue - Class in com.netscape.cmscore.apps
register and unregister proccess for clean shutdown
CommandQueue() - Constructor for class com.netscape.cmscore.apps.CommandQueue
Main constructor.
commit() - Method in interface com.netscape.cmsutil.password.IPasswordStore
 
commit() - Method in interface com.netscape.cmsutil.password.IPasswordWriter
 
commit() - Method in class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
commit() - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
commit() - Method in class com.netscape.cmsutil.password.PlainPasswordWriter
 
commit(boolean) - Method in interface com.netscape.certsrv.base.IConfigStore
Store config into storage (file or LDAP).
commit(boolean) - Method in class com.netscape.cms.servlet.admin.AdminServlet
FileConfigStore functionality The original config file is moved to ..
commit(boolean) - Method in class com.netscape.cmscore.base.PropConfigStore
 
commit(IConfigStore, boolean) - Method in class com.netscape.cmscore.base.ConfigStorage
 
commit(IConfigStore, boolean) - Method in class com.netscape.cmscore.base.FileConfigStore
The original config file is copied to ..
commit(IConfigStore, boolean) - Method in class com.netscape.cmscore.base.LDAPConfigStore
Commit the configuration to the database.
commitConfigStore(String, IConfigStore) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
commitConfigStore(String, IConfigStore) - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
Commit the configStore and track the resulting entryUSN and (in case of add) the nsUniqueId
commitProfile(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Commits a profile.
commitReturn(IConfigStore, boolean, String[]) - Method in class com.netscape.cmscore.base.LDAPConfigStore
This version of commit also returns the post-read entry that the change resulted in.
CommonNameToSANDefault - Class in com.netscape.cms.profile.def
This plugin will examine the most specific CN in the Subject DN, and if it looks like a DNS name, will add it to the SAN extension.
CommonNameToSANDefault() - Constructor for class com.netscape.cms.profile.def.CommonNameToSANDefault
 
compare(byte[], byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Compares 2 byte arrays to see if they are the same.
compare(X509CertImpl, X509CertImpl) - Method in class com.netscape.cmscore.cert.CertDateCompare
 
config - Variable in class com.netscape.cmscore.apps.CMSEngine
 
config - Variable in class com.netscape.cmstools.cli.MainCLI
 
CONFIG_AD_ENABLE - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
CONFIG_AD_ENABLE - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
CONFIG_AD_LOCATION - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
CONFIG_AD_LOCATION - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
CONFIG_AD_LOCATIONTYPE - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
CONFIG_AD_LOCATIONTYPE - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
CONFIG_AD_METHOD - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
CONFIG_AD_METHOD - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
CONFIG_ASSIGN_TO - Static variable in class com.netscape.cms.profile.def.AutoAssignDefault
 
CONFIG_ATTR_NAME - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
CONFIG_C - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_CN - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_COMMENT - Static variable in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
CONFIG_CPSURI_ENABLE - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_CPSURI_VALUE - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.GenericExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
CONFIG_CRITICAL - Static variable in class com.netscape.cms.profile.def.UserExtensionDefault
 
CONFIG_CRL_SIGN - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_CRL_SIGN - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_DATA - Static variable in class com.netscape.cms.profile.def.GenericExtDefault
 
CONFIG_DATA_ENCIPHERMENT - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_DATA_ENCIPHERMENT - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_DECIPHER_ONLY - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_DECIPHER_ONLY - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_DIGITAL_SIGNATURE - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_DIGITAL_SIGNATURE - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_DISPLAY_NAME - Static variable in class com.netscape.cms.profile.input.GenericInput
 
CONFIG_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
CONFIG_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
CONFIG_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_DURATION - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
CONFIG_EMAIL - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_EMAIL - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_EMAIL - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_EMAIL_CA - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_EMAIL_CA - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_ENABLE - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_ENABLE - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_ENABLE - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
CONFIG_ENABLE - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
CONFIG_ENABLE - Static variable in class com.netscape.cms.profile.input.GenericInput
 
CONFIG_ENCIPHER_ONLY - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_ENCIPHER_ONLY - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_EXCLUDED_ENABLE - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_EXCLUDED_MAX_VAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_EXCLUDED_MIN_VAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_EXCLUDED_NAME_CHOICE - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_EXCLUDED_NAME_VAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_EXECUTABLE - Static variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
CONFIG_FILE - Static variable in class com.netscape.cmscore.apps.CMS
 
CONFIG_GN_ENABLE - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_INHIBIT_POLICY_MAPPING - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
CONFIG_IS_CA - Static variable in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
CONFIG_IS_CA - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
CONFIG_ISSUER_DOMAIN_POLICY - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
CONFIG_ISSUER_NAME - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_ISSUER_NAME - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_ISSUER_TYPE - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_ISSUER_TYPE - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_KEY_AGREEMENT - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_KEY_AGREEMENT - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_KEY_CERTSIGN - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_KEY_CERTSIGN - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_KEY_ENCIPHERMENT - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_KEY_ENCIPHERMENT - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_KEY_PARAMETERS - Static variable in class com.netscape.cms.profile.constraint.KeyConstraint
 
CONFIG_KEY_TYPE - Static variable in class com.netscape.cms.profile.constraint.KeyConstraint
 
CONFIG_LDAP_BASEDN - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_BASEDN - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_ENABLE - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_HOST - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_HOST - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_MAX_CONN - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_MAX_CONN - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_MIN_CONN - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_MIN_CONN - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_PORT - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_PORT - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_SEARCH_NAME - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_SEC_CONN - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_SEC_CONN - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_STRING_ATTRS - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_STRING_ATTRS - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_VER - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_VER - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_LDAP_VERS - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
CONFIG_LDAP_VERS - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
CONFIG_MAX_PATH_LEN - Static variable in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
CONFIG_MD - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
CONFIG_MIN_PATH_LEN - Static variable in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
CONFIG_NAME - Static variable in class com.netscape.cms.profile.constraint.EnrollConstraint
 
CONFIG_NAME - Static variable in class com.netscape.cms.profile.constraint.NoConstraint
 
CONFIG_NAME - Static variable in class com.netscape.cms.profile.def.SubjectNameDefault
 
CONFIG_NON_REPUDIATION - Static variable in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
CONFIG_NON_REPUDIATION - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
CONFIG_NOT_AFTER_RANDOM_BITS - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
CONFIG_NOT_BEFORE_RANDOM_BITS - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
CONFIG_NUM - Static variable in class com.netscape.cms.profile.input.GenericInput
 
CONFIG_NUM_ADS - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
CONFIG_NUM_ADS - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
CONFIG_NUM_ATTRS - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
CONFIG_NUM_EXCLUDED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_NUM_GNS - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_NUM_PERMITTED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_NUM_POINTS - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_NUM_POINTS - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_NUM_POLICY_MAPPINGS - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
CONFIG_O - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_OBJECT_SIGNING - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_OBJECT_SIGNING - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_OBJECT_SIGNING_CA - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_OBJECT_SIGNING_CA - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_OID - Static variable in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
CONFIG_OID - Static variable in class com.netscape.cms.profile.def.GenericExtDefault
 
CONFIG_OID - Static variable in class com.netscape.cms.profile.def.UserExtensionDefault
 
CONFIG_OIDS - Static variable in class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
 
CONFIG_OIDS - Static variable in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
CONFIG_OU - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_OU1 - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_OU2 - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_OU3 - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_PARAM_NAME - Static variable in class com.netscape.cms.profile.input.GenericInput
 
CONFIG_PARAMS - Static variable in class com.netscape.cms.profile.constraint.EnrollConstraint
 
CONFIG_PATH_LEN - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
CONFIG_PATTERN - Static variable in class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
CONFIG_PATTERN - Static variable in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
CONFIG_PATTERN - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_PATTERN - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
CONFIG_PERMITTED_ENABLE - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_PERMITTED_MAX_VAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_PERMITTED_MIN_VAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_PERMITTED_NAME_CHOICE - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_PERMITTED_NAME_VAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
CONFIG_POINT_NAME - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_POINT_NAME - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_POINT_TYPE - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_POINT_TYPE - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
CONFIG_POLICY_ENABLE - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_POLICY_ID - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_POLICY_NUM - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_POLICY_QUALIFIERS_NUM - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_PREFIX - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_PREFIX1 - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_RANGE - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
CONFIG_REALM - Static variable in class com.netscape.cms.profile.def.AuthzRealmDefault
 
CONFIG_REALMS_ALLOWED - Static variable in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
CONFIG_REASONS - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CONFIG_RENEW_GRACE_AFTER - Static variable in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
CONFIG_RENEW_GRACE_BEFORE - Static variable in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
CONFIG_REQ_EXPLICIT_POLICY - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
CONFIG_SAN_REQ_PATTERN - Static variable in class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
CONFIG_SAN_REQ_PATTERN_PREFIX - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_SAN_REQ_TYPE - Static variable in class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
CONFIG_SKIP_CERTS - Static variable in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
CONFIG_SOURCE - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_SOURCE_UUID4 - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_SSL_CA - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_SSL_CA - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_SSL_CLIENT - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_SSL_CLIENT - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_SSL_SERVER - Static variable in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
CONFIG_SSL_SERVER - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
CONFIG_START_TIME - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
CONFIG_START_TIME - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
CONFIG_SUBJECT_DOMAIN_POLICY - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
CONFIG_TIMEOUT - Static variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
CONFIG_TYPE - Static variable in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
CONFIG_TYPE - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
CONFIG_UID - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
CONFIG_USE_SKI_IF_IN_REQUEST - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
CONFIG_USE_SYS_ENCODING - Static variable in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
CONFIG_USERNOTICE_ENABLE - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_USERNOTICE_NUMBERS - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_USERNOTICE_ORG - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_USERNOTICE_TEXT - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
CONFIG_VERSION - Static variable in class com.netscape.cms.profile.def.CertificateVersionDefault
 
ConfigCertApprovalCallback - Class in com.netscape.cms.servlet.csadmin
 
ConfigCertApprovalCallback() - Constructor for class com.netscape.cms.servlet.csadmin.ConfigCertApprovalCallback
 
configCLI - Variable in class com.netscape.cmstools.config.ConfigExportCLI
 
configCLI - Variable in class com.netscape.cmstools.tps.config.ConfigModifyCLI
 
configCLI - Variable in class com.netscape.cmstools.tps.config.ConfigShowCLI
 
ConfigCLI - Class in com.netscape.cmstools.config
 
ConfigCLI(SubsystemCLI) - Constructor for class com.netscape.cmstools.config.ConfigCLI
 
ConfigCLI(String, String, SubsystemCLI) - Constructor for class com.netscape.cmstools.config.ConfigCLI
 
configClient - Variable in class com.netscape.cmstools.config.ConfigCLI
 
ConfigExportCLI - Class in com.netscape.cmstools.config
 
ConfigExportCLI(ConfigCLI) - Constructor for class com.netscape.cmstools.config.ConfigExportCLI
 
ConfigModifyCLI - Class in com.netscape.cmstools.tps.config
 
ConfigModifyCLI(ConfigCLI) - Constructor for class com.netscape.cmstools.tps.config.ConfigModifyCLI
 
configParams - Static variable in class com.netscape.cms.authorization.BasicGroupAuthz
 
configParams - Variable in class com.netscape.cms.listeners.PinRemovalListener
 
ConfigShowCLI - Class in com.netscape.cmstools.tps.config
 
ConfigShowCLI(ConfigCLI) - Constructor for class com.netscape.cmstools.tps.config.ConfigShowCLI
 
ConfigStorage - Class in com.netscape.cmscore.base
 
ConfigStorage() - Constructor for class com.netscape.cmscore.base.ConfigStorage
 
configStore - Variable in class com.netscape.cmscore.dbs.CSCfgDatabase
 
configurator - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
Configurator - Class in com.netscape.cms.servlet.csadmin
Utility class for functions to be used by the RESTful installer.
Configurator(CMSEngine) - Constructor for class com.netscape.cms.servlet.csadmin.Configurator
 
configureAutoShutdown() - Method in class com.netscape.cmscore.apps.CMSEngine
 
configureDirectory() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
configureExcludedLdapAttrs() - Method in class com.netscape.cmscore.apps.CMSEngine
 
configurePorts() - Method in class com.netscape.cmscore.apps.CMSEngine
 
configureServerCertNickname() - Method in class com.netscape.cmscore.apps.CMSEngine
 
ConfirmRecoverBySerial - Class in com.netscape.cms.servlet.key
A class representing a recoverKey servlet.
ConfirmRecoverBySerial() - Constructor for class com.netscape.cms.servlet.key.ConfirmRecoverBySerial
Constructs ConfirmRecoverBySerial servlet.
ConflictingOperationException - Exception in com.netscape.certsrv.base
 
ConflictingOperationException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.ConflictingOperationException
 
ConflictingOperationException(String) - Constructor for exception com.netscape.certsrv.base.ConflictingOperationException
 
ConflictingOperationException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.ConflictingOperationException
 
connect(int, String, int, String, String) - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnection
overrides superclass connect.
connect(int, String, int, String, String) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnection
overrides parent's connect to prevent re-connect.
connect(String, int) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnection
overrides parent's connect to prevent re-connect.
connect(String, int) - Method in class com.netscape.cmsutil.http.HttpClient
 
connect(String, int, int) - Method in class com.netscape.cmsutil.http.HttpClient
 
Connect(String, boolean, JssSSLSocketFactory) - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
 
ConnectAsync - Class in com.netscape.cmsutil.http
 
ConnectAsync(ISocketFactory, String, int) - Constructor for class com.netscape.cmsutil.http.ConnectAsync
 
connected - Variable in class com.netscape.cmscore.connector.Resender
 
connected() - Method in class com.netscape.cmsutil.http.HttpClient
 
connectionIsSSL(HttpServletRequest) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
ConnectorAddCLI - Class in com.netscape.cmstools.tps.connector
 
ConnectorAddCLI(ConnectorCLI) - Constructor for class com.netscape.cmstools.tps.connector.ConnectorAddCLI
 
connectorCLI - Variable in class com.netscape.cmstools.tps.connector.ConnectorAddCLI
 
connectorCLI - Variable in class com.netscape.cmstools.tps.connector.ConnectorFindCLI
 
connectorCLI - Variable in class com.netscape.cmstools.tps.connector.ConnectorModifyCLI
 
connectorCLI - Variable in class com.netscape.cmstools.tps.connector.ConnectorRemoveCLI
 
connectorCLI - Variable in class com.netscape.cmstools.tps.connector.ConnectorShowCLI
 
ConnectorCLI - Class in com.netscape.cmstools.tps.connector
 
ConnectorCLI(CLI) - Constructor for class com.netscape.cmstools.tps.connector.ConnectorCLI
 
connectorClient - Variable in class com.netscape.cmstools.tps.connector.ConnectorCLI
 
ConnectorFindCLI - Class in com.netscape.cmstools.tps.connector
 
ConnectorFindCLI(ConnectorCLI) - Constructor for class com.netscape.cmstools.tps.connector.ConnectorFindCLI
 
ConnectorModifyCLI - Class in com.netscape.cmstools.tps.connector
 
ConnectorModifyCLI(ConnectorCLI) - Constructor for class com.netscape.cmstools.tps.connector.ConnectorModifyCLI
 
ConnectorRemoveCLI - Class in com.netscape.cmstools.tps.connector
 
ConnectorRemoveCLI(ConnectorCLI) - Constructor for class com.netscape.cmstools.tps.connector.ConnectorRemoveCLI
 
ConnectorServlet - Class in com.netscape.cms.servlet.connector
Connector servlet process requests from remote authority - service request or return status.
ConnectorServlet() - Constructor for class com.netscape.cms.servlet.connector.ConnectorServlet
 
ConnectorShowCLI - Class in com.netscape.cmstools.tps.connector
 
ConnectorShowCLI(ConnectorCLI) - Constructor for class com.netscape.cmstools.tps.connector.ConnectorShowCLI
 
containsCertificate(BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Checks if the specified certificate is in the repository.
containsKey(Object) - Method in class com.netscape.cmscore.request.ExtDataHashtable
 
contextDestroyed(ServletContextEvent) - Method in class com.netscape.cmscore.apps.CMSEngine
 
contextInitialized(ServletContextEvent) - Method in class com.netscape.cmscore.apps.CMSEngine
 
convert(String, String, String) - Method in class com.netscape.cmscore.dbs.LdapFilterConverter
Converts database filter to ldap filter.
convertB64EToByteArray(String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
convertCertStatusList(String, Collection<Integer>) - Method in class com.netscape.cmstools.cli.MainCLI
 
convertDomainInfoToXMLObject(DomainInfo) - Static method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
convertStringArrayToNVPairs(String[]) - Method in class com.netscape.cms.servlet.admin.AdminServlet
 
convertUIDtoDN(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Converts an uid attribute to a DN.
convertValidityDurationUnit(String) - Method in class com.netscape.cmstools.ca.CACertFindCLI
 
convertXMLObjectToDomainInfo(XMLObject) - Static method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
copyStream(BufferedReader, OutputStreamWriter) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
 
copyStream(InputStream, OutputStream) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
 
count() - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Returns the no of publishing rules in a set.
count() - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Returns the no of rules in a set.
CR - Static variable in class com.netscape.cmsutil.http.Http
 
create() - Method in class com.netscape.cms.logging.AuditEventFactory
Creates a log event.
create() - Method in class com.netscape.cms.logging.SignedAuditEventFactory
Creates a log event.
create() - Method in class com.netscape.cms.logging.SystemEventFactory
Creates a log event.
create(int, String, Object[], boolean) - Method in class com.netscape.cms.logging.Logger
 
create(IArgBlock, Profile, Locale) - Static method in class com.netscape.cms.servlet.cert.CertEnrollmentRequestFactory
 
create(IArgBlock, Locale, PolicyDefault) - Static method in class com.netscape.cms.servlet.profile.PolicyDefaultFactory
 
create(LogCategory, LogSource, int, String, Object[], boolean) - Method in class com.netscape.cms.logging.Logger
Creates generic log event.
create(IRequest, Locale, PolicyDefault) - Static method in class com.netscape.cms.servlet.profile.PolicyDefaultFactory
 
create(IRequest, UriInfo) - Static method in class com.netscape.cms.servlet.cert.CertRequestInfoFactory
 
create(ProfileInput, IArgBlock, Locale) - Static method in class com.netscape.cms.servlet.profile.ProfileInputFactory
 
create(ProfileInput, IRequest, Locale) - Static method in class com.netscape.cms.servlet.profile.ProfileInputFactory
 
create(ProfileOutput, IRequest, Locale) - Static method in class com.netscape.cms.servlet.profile.ProfileOutputFactory
 
create(CMSRequest, Profile, Locale) - Static method in class com.netscape.cms.servlet.cert.CertEnrollmentRequestFactory
 
create(Cert) - Static method in class com.netscape.cms.servlet.csadmin.SystemCertDataFactory
 
create(Locale, PolicyConstraint, String) - Static method in class com.netscape.cms.servlet.profile.PolicyConstraintFactory
 
create(Locale, PolicyDefault, String) - Static method in class com.netscape.cms.servlet.profile.PolicyDefaultFactory
 
createAccount() - Method in class org.dogtagpki.server.rest.AccountService
 
createAdminCertificate(AdminSetupRequest) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
createAdminUser(AdminSetupRequest) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
createAuditConfig() - Method in class org.dogtagpki.server.rest.AuditService
 
createAuditConfig(Map<String, String>) - Method in class org.dogtagpki.server.rest.AuditService
 
createAuthManagerConfig(String) - Method in class org.dogtagpki.server.authentication.AuthManagersConfig
 
createAVA(OBJECT_IDENTIFIER, int, String) - Method in class com.netscape.cmstools.CRMFPopClient
 
createBagAttrs(String, byte[]) - Static method in class com.netscape.cmscore.util.PFXUtils
Creates bag attributes.
createBaseEntry(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createCA(AuthorityData) - Method in class com.netscape.certsrv.authority.AuthorityClient
 
createCA(AuthorityData) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
createCAClient(PKIClient) - Static method in class com.netscape.cmstools.cli.MainCLI
 
createCertificateExtensions(X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Create a new SET of extensions in the certificate info object.
createCertificateExtensions(X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
Create a new SET of extensions in the certificate info object.
createCertificationRequest(String, KeyPair) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Creates a PKCS#10 request.
createCertificationRequest(String, KeyPair, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createCertificationRequest(String, X509Key, PrivateKey, String, Extensions) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createCertInfo(int, BigInteger, String, String, Date, Date) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createCertInfo(String, String, String, X509Key, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createCertRecord(IRequest, CertInfoProfile, X509Certificate) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createCertRecord(IRequest, CertInfoProfile, X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createCertRecord(BigInteger, Certificate, MetaInfo) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
createCertRequest(boolean, CryptoToken, X509Certificate, String, KeyPair, Name, KeyWrapAlgorithm) - Method in class com.netscape.cmstools.CRMFPopClient
 
createCertRequest(CryptoToken, X509Certificate, String, KeyPair, Name, KeyWrapAlgorithm) - Method in class com.netscape.cmstools.CRMFPopClient
 
createCertTemplate(Name, PublicKey) - Method in class com.netscape.cmstools.CRMFPopClient
 
createChangeLog() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createClient(String, String, SSLCertificateApprovalCallback) - Static method in class com.netscape.cms.servlet.csadmin.Configurator
 
createCMSRequestInfo(IRequest, UriInfo) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
createCMSRequestInfo(IRequest, UriInfo) - Method in class com.netscape.cms.servlet.request.CMSRequestDAO
 
createCMSRequestResponse(IRequest, UriInfo) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
createConfig(ConfigStorage) - Method in class com.netscape.cmscore.apps.CMSEngine
 
createConfigurator() - Method in class com.netscape.cmscore.apps.CMSEngine
 
createContainer(Node, String) - Method in class com.netscape.cmsutil.xml.XMLObject
 
createContainers(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createCreatedResponse(Object, URI) - Method in class com.netscape.cms.servlet.base.PKIService
 
createCRLIssuingPointRecord(String, BigInteger, Long, Date, Date) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method creates a CRL issuing point record.
createCRLIssuingPointRecord(String, BigInteger, Long, Date, Date) - Method in class com.netscape.cms.ocsp.DefStore
 
createCRLIssuingPointRecord(String, BigInteger, Long, Date, Date) - Method in class com.netscape.cms.ocsp.LDAPStore
 
createCRMFRequest(CertRequest, ProofOfPossession) - Method in class com.netscape.cmstools.CRMFPopClient
 
createDatabaseEntry(String, String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createDBSSession() - Method in class com.netscape.cmscore.request.RequestSubsystem
 
createDes3SessionKeyOnInternal() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createDN(String) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
createECCKeyPair(CryptoToken, String, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
createEncodedPKIArchiveOptions(CryptoToken, PublicKey, char[], WrappingParams, AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createEncodedPKIArchiveOptions(CryptoToken, PublicKey, PrivateKey, WrappingParams, AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createEncodedPKIArchiveOptions(CryptoToken, PublicKey, SymmetricKey, WrappingParams, AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createEnrollmentRequest() - Method in class com.netscape.cms.profile.common.EnrollProfile
 
createEntry(String, String, long, String, long) - Method in class com.netscape.cms.authentication.HashAuthentication
 
createEnvelopedData(byte[], byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
for CMC encryptedPOP
createError(String, String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Creates error for a specific recovery operation.
createExtension() - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
createExtension() - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
createExtension(IRequest) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
createExtension(Locale) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
createExtension(X509CertInfo, CertificateExtensions) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
createFileConfigStore(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
createFilter(StringBuilder, Map<String, String>) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
createFilter(String, Map<String, String>) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
createGroup(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
createGroupData(IGroup) - Method in class org.dogtagpki.server.rest.GroupService
 
createGroupMemberData(String, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
createIDPOPLinkWitness() - Method in class com.netscape.cmstools.CRMFPopClient
 
createIndexes(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createJobCron(String) - Method in class com.netscape.cmscore.jobs.JobsScheduler
Creates a job cron.
createKeyIdentifier(KeyPair) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
createKeyIdentifier(KeyPair) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createKeyIdentifier(X509Key) - Static method in class org.dogtagpki.legacy.server.policy.APolicyRule
 
createKeyUsageExtension() - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
createLDAPAttributeSet(IDBObj) - Method in class com.netscape.cmscore.dbs.DBRegistry
Creates attribute set from object.
createLocalCert(IRequest, CertInfoProfile, X509CertInfo, PrivateKey, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createLocalKeyId(X509Certificate) - Static method in class com.netscape.cmscore.util.PFXUtils
Creates local key identifier.
createLocalRequest(IRequestQueue, CertInfoProfile, X509CertInfo, X509Key, String[], boolean) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createLogger(LogCategory, LogSource) - Method in class com.netscape.cms.logging.LogFactory
 
createMapper(Class<?>, DBAttribute) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
createMappingEntry(String, String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createName(String, boolean) - Method in class com.netscape.cmstools.CRMFPopClient
 
createNoContentResponse() - Method in class com.netscape.cms.servlet.base.PKIService
 
createObject(LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.DBRegistry
Creates object from attribute set.
createOKResponse() - Method in class com.netscape.cms.servlet.base.PKIService
 
createOKResponse(Object) - Method in class com.netscape.cms.servlet.base.PKIService
 
createOptions() - Method in class com.netscape.cmstools.acme.ACMEDisableCLI
 
createOptions() - Method in class com.netscape.cmstools.acme.ACMEEnableCLI
 
createOptions() - Method in class com.netscape.cmstools.acme.ACMEInfoCLI
 
createOptions() - Method in class com.netscape.cmstools.authority.AuthorityCreateCLI
 
createOptions() - Method in class com.netscape.cmstools.authority.AuthorityFindCLI
 
createOptions() - Method in class com.netscape.cmstools.authority.AuthorityKeyExportCLI
 
createOptions() - Method in class com.netscape.cmstools.authority.AuthorityRemoveCLI
 
createOptions() - Method in class com.netscape.cmstools.authority.AuthorityShowCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertExportCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertFindCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertHoldCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertReleaseHoldCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRequestActionCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRequestFindCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRequestProfileFindCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRequestProfileShowCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRequestReviewCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRequestSubmitCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertRevokeCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertShowCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertSigningExportCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertStatusCLI
 
createOptions() - Method in class com.netscape.cmstools.ca.CACertTransportExportCLI
 
createOptions() - Method in class com.netscape.cmstools.cli.MainCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientCertFindCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientCertImportCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientCertModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientCertRequestCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientCertValidateCLI
 
createOptions() - Method in class com.netscape.cmstools.client.ClientInitCLI
 
createOptions() - Static method in class com.netscape.cmstools.CMCSharedToken
 
createOptions() - Method in class com.netscape.cmstools.config.ConfigExportCLI
 
createOptions() - Static method in class com.netscape.cmstools.CRMFPopClient
 
createOptions() - Method in class com.netscape.cmstools.group.GroupAddCLI
 
createOptions() - Method in class com.netscape.cmstools.group.GroupFindCLI
 
createOptions() - Method in class com.netscape.cmstools.group.GroupMemberFindCLI
 
createOptions() - Method in class com.netscape.cmstools.group.GroupModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRACertTransportExportCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyArchiveCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyFindCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyGenerateCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyRecoverCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyRequestFindCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyRequestReviewCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyShowCLI
 
createOptions() - Method in class com.netscape.cmstools.kra.KRAKeyTemplateShowCLI
 
createOptions() - Method in class com.netscape.cmstools.logging.ActivityFindCLI
 
createOptions() - Method in class com.netscape.cmstools.logging.AuditFileRetrieveCLI
 
createOptions() - Method in class com.netscape.cmstools.logging.AuditModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.logging.AuditShowCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSCertExportCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSCertImportCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSCertIssueCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSCertRequestCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSCreateCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSKeyExportCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSKeyImportCLI
 
createOptions() - Method in class com.netscape.cmstools.nss.NSSRemoveCLI
 
createOptions() - Method in class com.netscape.cmstools.OCSPClient
 
createOptions() - Method in class com.netscape.cmstools.pkcs11.PKCS11CertExportCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
Deprecated.
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertExportCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertFindCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertImportCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertModCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertRemoveCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12ExportCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12ImportCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12KeyFindCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs12.PKCS12KeyRemoveCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs7.PKCS7CertExportCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs7.PKCS7CertFindCLI
 
createOptions() - Method in class com.netscape.cmstools.pkcs7.PKCS7ImportCLI
 
createOptions() - Method in class com.netscape.cmstools.profile.ProfileAddCLI
 
createOptions() - Method in class com.netscape.cmstools.profile.ProfileFindCLI
 
createOptions() - Method in class com.netscape.cmstools.profile.ProfileModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.profile.ProfileShowCLI
 
createOptions() - Method in class com.netscape.cmstools.range.RangeRequestCLI
 
createOptions() - Method in class com.netscape.cmstools.selftests.SelfTestFindCLI
 
createOptions() - Method in class com.netscape.cmstools.selftests.SelfTestShowCLI
 
createOptions() - Method in class com.netscape.cmstools.system.KRAConnectorAddCLI
 
createOptions() - Method in class com.netscape.cmstools.system.KRAConnectorRemoveCLI
 
createOptions() - Method in class com.netscape.cmstools.system.SecurityDomainHostAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TKSKeyCreateCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TKSKeyExportCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TKSKeyReplaceCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TPSConnectorAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TPSConnectorFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TPSConnectorModCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TPSConnectorRemoveCLI
 
createOptions() - Method in class com.netscape.cmstools.tks.TPSConnectorShowCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorShowCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.cert.TPSCertFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.config.ConfigModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.config.ConfigShowCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.connector.ConnectorAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.connector.ConnectorFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.connector.ConnectorModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.connector.ConnectorShowCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingShowCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.profile.ProfileShowCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.token.TokenAddCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.token.TokenFindCLI
 
createOptions() - Method in class com.netscape.cmstools.tps.token.TokenModifyCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserAddCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserCertAddCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserCertFindCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserCertShowCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserFindCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserMembershipFindCLI
 
createOptions() - Method in class com.netscape.cmstools.user.UserModifyCLI
 
createOptions() - Method in class org.dogtagpki.server.cli.CAProfileImportCLI
 
createOptions() - Method in class org.dogtagpki.server.cli.PKIServerCLI
 
createOptions() - Method in class org.dogtagpki.server.cli.SubsystemDBEmptyCLI
 
createOptions() - Method in class org.dogtagpki.server.cli.SubsystemDBInfoCLI
 
createOptions() - Method in class org.dogtagpki.server.cli.SubsystemDBInitCLI
 
createOptions() - Method in class org.dogtagpki.server.cli.SubsystemDBRemoveCLI
 
createPasswordFromBytes(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Create a jss Password object from a provided byte array.
createPFX(String, X509Certificate, byte[]) - Static method in class com.netscape.cmscore.util.PFXUtils
Creates a PKCS12 package.
createPk12(String, byte[]) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Creates PKCS12 package in memory.
createPKIArchiveOptions(byte[], byte[], AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createPKIArchiveOptions(CryptoToken, PublicKey, char[], WrappingParams, AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createPKIArchiveOptions(CryptoToken, PublicKey, PrivateKey, WrappingParams, AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createPluginInfo(String, String, String) - Method in class com.netscape.cmscore.registry.PluginRegistry
 
createPop(String, byte[]) - Method in class com.netscape.cmstools.CRMFPopClient
 
createProfile(String, String, String) - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
createProfile(String, String, String) - Method in class com.netscape.cmscore.profile.ProfileSubsystem
Creates a profile instance.
createProfileInput(String, String, NameValuePairs) - Method in class com.netscape.cms.profile.common.Profile
Creates a input policy.
createProfileInput(String, String, NameValuePairs, boolean) - Method in class com.netscape.cms.profile.common.Profile
 
createProfileOutput(String, String, NameValuePairs) - Method in class com.netscape.cms.profile.common.Profile
Creates a output policy.
createProfileOutput(String, String, NameValuePairs, boolean) - Method in class com.netscape.cms.profile.common.Profile
 
createProfilePolicy(String, String, String, String) - Method in class com.netscape.cms.profile.common.Profile
Creates a profile policy.
createProfilePolicy(String, String, String, String, boolean) - Method in class com.netscape.cms.profile.common.Profile
 
createRecoveryParams(String) - Method in interface com.netscape.certsrv.kra.IKeyService
Creates recovery parameters for the given recovery operation.
createRecoveryRequest(KeyRecoveryRequest, UriInfo, String, IAuthToken, boolean) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
createRemoteAdminCert(AdminSetupRequest, String, int, String, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
createRemoteCert(PKIClient, MultivaluedMap<String, String>) - Static method in class com.netscape.cmscore.cert.CertUtils
 
createReplicaObject(String, int) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createReplicationAgreement(String, String, int, String, String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createReplicationManager(String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createRepositoryRecord() - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method creates a an OCSP default store repository record.
createRepositoryRecord() - Method in class com.netscape.cms.ocsp.DefStore
 
createRepositoryRecord() - Method in class com.netscape.cms.ocsp.LDAPStore
 
createRequest(byte[]) - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
Create OCSP request from binary data.
createRequest(RequestId, String) - Method in class com.netscape.cmscore.request.ARequestQueue
protected access for creating a new Request object
createRequest(String, BigInteger) - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
Create OCSP request from nickname of CA certificate and serial number of certificate to be checked.
createRequest(X500Name, X509Key, BigInteger) - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
Create OCSP request from issuer name, issuer public key, and serial number of certificate to be checked.
createRequestQueue(String) - Method in class com.netscape.cmscore.request.RequestSubsystem
Creates a new request queue.
createRequests(Map<String, String>, Locale) - Method in class com.netscape.cms.profile.common.EnrollProfile
Creates request.
createRequests(Map<String, String>, Locale) - Method in class com.netscape.cms.profile.common.Profile
Creates one or more requests.
createRoot(String) - Method in class com.netscape.cmsutil.xml.XMLObject
Each document should have 1 root only.
createRSAKeyPair(CryptoToken, int, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
createSecurityDomain() - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
createSelfTestData(ISelfTestSubsystem, String) - Method in class org.dogtagpki.server.rest.SelfTestService
 
createSession() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Creates a database session.
createShare(int) - Method in interface com.netscape.certsrv.kra.IShare
Deprecated.
 
createShare(int) - Method in class com.netscape.cms.shares.OldShare
Deprecated.
 
createSharedSecret(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
createSigner(CryptoToken, String, KeyPair) - Method in class com.netscape.cmstools.CRMFPopClient
 
createSystemContainer() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createTemplateList() - Method in class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
createUser(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
createUserCertData(String, X509Certificate) - Method in class org.dogtagpki.server.rest.UserService
 
createUserData(IUser) - Method in class org.dogtagpki.server.rest.UserService
 
createUserMembershipData(String, String) - Method in class org.dogtagpki.server.rest.UserService
 
createVirtualList(String, String, String[]) - Method in class com.netscape.cmscore.dbs.DBSSession
Retrieves a list of objects.
createVirtualList(String, String, String[], String) - Method in class com.netscape.cmscore.dbs.DBSSession
Retrieves a list of objects.
createVirtualList(String, String, String[], String[]) - Method in class com.netscape.cmscore.dbs.DBSSession
Retrieves a list of objects.
createVirtualList(String, String, String[], String[], int) - Method in class com.netscape.cmscore.dbs.DBSSession
Retrieves a list of objects.
createVirtualList(String, String, String[], String, int) - Method in class com.netscape.cmscore.dbs.DBSSession
Retrieves a list of objects.
createVirtualList(String, String, String[], String, String, int) - Method in class com.netscape.cmscore.dbs.DBSSession
 
createVLVIndexes(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
createVolatileRequest(RequestId) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Creates a request object to store attributes that will not be serialized.
createX509CertInfo(X509Key, BigInteger, CertificateIssuerName, String, Date, Date, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Creates a Certificate template.
createX509Key(PublicKey) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
CRED_CERT - Static variable in class com.netscape.cms.authentication.AgentCertAuthentication
 
CRED_CERT - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
CRED_CERT - Static variable in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
CRED_CERT - Static variable in interface org.dogtagpki.server.authentication.ICertUserDBAuthentication
 
CRED_CERT_SERIAL - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
CRED_CERT_SERIAL_TO_REVOKE - Static variable in interface org.dogtagpki.server.authentication.AuthManager
Standard credential for client cert's serial number from revocation.
CRED_CHALLENGE - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
CRED_CMC - Static variable in class com.netscape.cms.authentication.CMCAuth
 
CRED_CMC_SELF_SIGNED - Static variable in interface org.dogtagpki.server.authentication.AuthManager
 
CRED_CMC_SIGNING_CERT - Static variable in interface org.dogtagpki.server.authentication.AuthManager
 
CRED_FINGERPRINT - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
CRED_HOST - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
CRED_HOST_NAME - Static variable in interface org.dogtagpki.server.authentication.AuthManager
 
CRED_PAGEID - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
CRED_PIN - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
CRED_PWD - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
CRED_PWD - Static variable in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
CRED_PWD - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
CRED_PWD - Static variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
CRED_SESSION_ID - Static variable in class com.netscape.cms.authentication.TokenAuthentication
 
CRED_SESSION_ID - Static variable in interface org.dogtagpki.server.authentication.AuthManager
 
CRED_ShrTok - Static variable in class com.netscape.cms.authentication.SharedSecret
 
CRED_SSL_CLIENT_CERT - Static variable in interface org.dogtagpki.server.authentication.AuthManager
 
CRED_UID - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
CRED_UID - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
CRED_UID - Static variable in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
CRED_UID - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
CRED_UID - Static variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
CRL - Static variable in class com.netscape.cmscore.ldap.PublishObject
 
CRL - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
CRL_PUBLISHING_STARTED - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
CRL_UPDATE_DONE - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
for manual updates - requested by agent
CRL_UPDATE_ERROR - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
CRL_UPDATE_STARTED - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
CRL_UPDATE_STATUS - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
CrlCachePrettyPrint - Class in com.netscape.cmscore.cert
This class will display the certificate content in predefined format.
CrlCachePrettyPrint(ICRLIssuingPoint) - Constructor for class com.netscape.cmscore.cert.CrlCachePrettyPrint
 
CRLDBSchema - Class in com.netscape.cmscore.dbs
A class represents a collection of schema information for CRL.
CRLDBSchema() - Constructor for class com.netscape.cmscore.dbs.CRLDBSchema
 
CRLDistributionPointsExt - Class in org.dogtagpki.legacy.server.policy.extensions
CRL Distribution Points policy.
CRLDistributionPointsExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
CRLDistributionPointsExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a CRL Distribution points extension into the certificate template.
CRLDistributionPointsExtDefault() - Constructor for class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
CRLEXTS - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
CRLF - Static variable in class com.netscape.cmsutil.http.Http
 
CRLIssuingPointRecord - Class in com.netscape.cmscore.dbs
A class represents a CRL issuing point record.
CRLIssuingPointRecord() - Constructor for class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Constructs empty CRLIssuingPointRecord.
CRLIssuingPointRecord(String, BigInteger, Long, Date, Date) - Constructor for class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Constructs a CRLIssuingPointRecord
CRLIssuingPointRecord(String, BigInteger, Long, Date, Date, BigInteger, Long, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>) - Constructor for class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Constructs a CRLIssuingPointRecord
CrlPrettyPrint - Class in com.netscape.cmscore.cert
This class will display the certificate content in predefined format.
CrlPrettyPrint(X509CRLImpl) - Constructor for class com.netscape.cmscore.cert.CrlPrettyPrint
 
CRLRepository - Class in com.netscape.cmscore.dbs
A class represents a CRL repository.
CRLRepository(DBSubsystem, int, String) - Constructor for class com.netscape.cmscore.dbs.CRLRepository
Constructs a CRL repository.
CRMF_REQID - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
CRMFParser - Class in com.netscape.cmscore.crmf
 
CRMFParser() - Constructor for class com.netscape.cmscore.crmf.CRMFParser
 
CRMFPopClient - Class in com.netscape.cmstools
A command-line utility used to generate a Certificate Request Message Format (CRMF) request with proof of possesion (POP).
CRMFPopClient() - Constructor for class com.netscape.cmstools.CRMFPopClient
 
CRMFProcessor - Class in com.netscape.cms.servlet.processors
Process CRMF requests, according to RFC 2511 See http://www.ietf.org/rfc/rfc2511.txt
CRMFProcessor() - Constructor for class com.netscape.cms.servlet.processors.CRMFProcessor
 
CRMFProcessor(ICMSRequest, CMSServlet, boolean) - Constructor for class com.netscape.cms.servlet.processors.CRMFProcessor
 
CRON_DAY_OF_MONTH - Static variable in class com.netscape.cmscore.jobs.JobCron
 
CRON_DAY_OF_WEEK - Static variable in class com.netscape.cmscore.jobs.JobCron
 
CRON_HOUR - Static variable in class com.netscape.cmscore.jobs.JobCron
 
CRON_MINUTE - Static variable in class com.netscape.cmscore.jobs.JobCron
CRON_MINUTE, CRON_HOUR, CRON_DAY_OF_MONTH, CRON_MONTH_OF_YEAR, and CRON_DAY_OF_WEEK are to be used in getItem() to retrieve the corresponding CronItem
CRON_MONTH_OF_YEAR - Static variable in class com.netscape.cmscore.jobs.JobCron
 
CronItem - Class in com.netscape.cmscore.jobs
class representing one Job cron item
CronItem(int, int) - Constructor for class com.netscape.cmscore.jobs.CronItem
 
CronRange - Class in com.netscape.cmscore.jobs
class representing one Job cron element
CronRange() - Constructor for class com.netscape.cmscore.jobs.CronRange
 
CRS_EXTENSIONREQ - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRS_FAILINFO - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRS_MESSAGETYPE - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRS_PKISTATUS - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRS_RECIPIENTNONCE - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRS_SENDERNONCE - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRS_TRANSID - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRSPKIMessage - Class in com.netscape.cmsutil.scep
 
CRSPKIMessage() - Constructor for class com.netscape.cmsutil.scep.CRSPKIMessage
 
CRSPKIMessage(ByteArrayInputStream) - Constructor for class com.netscape.cmsutil.scep.CRSPKIMessage
 
Crypt - Class in com.netscape.cms.authentication
 
Crypt() - Constructor for class com.netscape.cms.authentication.Crypt
Create Crypt object with no passwd or salt set.
Crypt(String) - Constructor for class com.netscape.cms.authentication.Crypt
Create a Crypt object with specified salt.
Crypt(String, String) - Constructor for class com.netscape.cms.authentication.Crypt
Create a Crypt object with specified passwd and salt (often the already encypted passwd).
CRYPTO_PROVIDER - Static variable in class com.netscape.cmstools.AuditVerify
 
CryptoUtil - Class in com.netscape.cmsutil.crypto
 
CryptoUtil() - Constructor for class com.netscape.cmsutil.crypto.CryptoUtil
 
cs - Variable in class com.netscape.cms.servlet.csadmin.Configurator
 
cs - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
CSCfgDatabase<E extends CSCfgRecord> - Class in com.netscape.cmscore.dbs
This class implements in-memory database which is stored in CS.cfg.
CSCfgDatabase(String, String) - Constructor for class com.netscape.cmscore.dbs.CSCfgDatabase
 
CSCfgRecord - Class in com.netscape.cmscore.dbs
 
CSCfgRecord() - Constructor for class com.netscape.cmscore.dbs.CSCfgRecord
 
csState - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
csSubsystem - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
csType - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
CT_POISON_CRITICAL - Static variable in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
CT_POISON_CRITICAL - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CT_POISON_DATA - Static variable in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
CT_POISON_DATA - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CT_POISON_OID - Static variable in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
CT_POISON_OID - Static variable in class com.netscape.cmscore.cert.CertUtils
 
CTX_CERT_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the User Supplied Certificate Request Type.
CTX_RENEWAL - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute to indicate if this is a renewal
CTX_RENEWAL_SEQ_NUM - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of the request attribute that stores the sequence number for a renewal request.
customizeFile(File, File) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 

D

Data() - Constructor for class com.netscape.certsrv.base.PKIException.Data
 
Database<E> - Class in com.netscape.cmscore.dbs
This class implements in-memory database.
Database(String) - Constructor for class com.netscape.cmscore.dbs.Database
 
DatabaseConfig - Class in com.netscape.cmscore.apps
 
DatabaseConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.apps.DatabaseConfig
 
DatabaseConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.apps.DatabaseConfig
 
DataCollection<E> - Class in com.netscape.certsrv.base
 
DataCollection() - Constructor for class com.netscape.certsrv.base.DataCollection
 
DATE_FORMAT - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
DATE_FORMAT - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
DateArrayMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java Date array object into LDAP attribute, and vice versa.
DateArrayMapper(String) - Constructor for class com.netscape.cmscore.dbs.DateArrayMapper
Constructs a date array mapper.
dateFormat - Static variable in class com.netscape.cmstools.ca.CACertCLI
 
dateFromDB(String) - Static method in class com.netscape.cmscore.dbs.DateMapper
 
DateMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java Date object into LDAP attribute, and vice versa.
DateMapper(String) - Constructor for class com.netscape.cmscore.dbs.DateMapper
Constructs date mapper.
dateToDB(Date) - Static method in class com.netscape.cmscore.dbs.DateMapper
 
DAYS_TO_MS_FACTOR - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
 
DAYS_TO_MS_FACTOR - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
 
DAYS_TO_MS_FACTOR - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
DBAttribute - Annotation Type in com.netscape.cmscore.dbs
 
DBObjectClasses - Annotation Type in com.netscape.cmscore.dbs
 
DBRecord - Class in com.netscape.cmscore.dbs
 
DBRecord() - Constructor for class com.netscape.cmscore.dbs.DBRecord
 
DBRegistry - Class in com.netscape.cmscore.dbs
A class represents a registry where all the schema (object classes and attribute) information is stored.
DBRegistry() - Constructor for class com.netscape.cmscore.dbs.DBRegistry
Constructs registry.
DBSearchResults - Class in com.netscape.cmscore.dbs
A class represents the search results.
DBSearchResults(IDBRegistry, Enumeration<Object>) - Constructor for class com.netscape.cmscore.dbs.DBSearchResults
Constructs search results.
DBSSession - Class in com.netscape.cmscore.dbs
A class represents the database session.
DBSSession(DBSubsystem, LDAPConnection) - Constructor for class com.netscape.cmscore.dbs.DBSSession
Constructs a database session.
dbSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
dbSubsystem - Variable in class com.netscape.cmscore.dbs.KeyRepository
 
dbSubsystem - Variable in class com.netscape.cmscore.dbs.LDAPDatabase
 
DBSubsystem - Class in com.netscape.cmscore.dbs
A class represents the database subsystem that manages the backend data storage.
DBSubsystem() - Constructor for class com.netscape.cmscore.dbs.DBSubsystem
Constructs database subsystem.
DBSUtil - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java BigInteger object into LDAP attribute, and vice versa.
DBSUtil() - Constructor for class com.netscape.cmscore.dbs.DBSUtil
 
DBUSER - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
DBVirtualList<E extends com.netscape.certsrv.dbs.IDBObj> - Class in com.netscape.cmscore.dbs
A class represents a virtual list of search results.
DBVirtualList(IDBRegistry, LDAPConnection, String, String, String[]) - Constructor for class com.netscape.cmscore.dbs.DBVirtualList
Constructs a virtual list.
DBVirtualList(IDBRegistry, LDAPConnection, String, String, String[], String) - Constructor for class com.netscape.cmscore.dbs.DBVirtualList
Constructs a virtual list.
DBVirtualList(IDBRegistry, LDAPConnection, String, String, String[], String[]) - Constructor for class com.netscape.cmscore.dbs.DBVirtualList
Constructs a virtual list.
DBVirtualList(IDBRegistry, LDAPConnection, String, String, String[], String[], int) - Constructor for class com.netscape.cmscore.dbs.DBVirtualList
Constructs a virtual list.
DBVirtualList(IDBRegistry, LDAPConnection, String, String, String[], String, int) - Constructor for class com.netscape.cmscore.dbs.DBVirtualList
Constructs a virtual list.
DBVirtualList(IDBRegistry, LDAPConnection, String, String, String[], String, String, int) - Constructor for class com.netscape.cmscore.dbs.DBVirtualList
 
debug() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
Debug - Class in com.netscape.cmscore.util
 
Debug() - Constructor for class com.netscape.cmscore.util.Debug
 
DEBUG - org.dogtagpki.util.logging.PKILogger.Level
 
DEBUG_INFORM - Static variable in class com.netscape.cmscore.apps.CMS
 
DEBUG_OBNOXIOUS - Static variable in class com.netscape.cmscore.apps.CMS
 
DEBUG_VERBOSE - Static variable in class com.netscape.cmscore.apps.CMS
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.CertID.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.GoodInfo.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.KeyHashID.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.NameID.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPRequest.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponse.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.Request.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseBytes.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseData.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.RevokedInfo.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.Signature.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.SingleResponse.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.TBSRequest.Template
 
decode(InputStream) - Method in class com.netscape.cmsutil.ocsp.UnknownInfo.Template
 
decode(String) - Method in class com.netscape.certsrv.base.KeyGenInfo
Initialize using the SPKAC string
decode(String) - Method in class com.netscape.cmscore.connector.HttpRequestEncoder
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.CertID.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.GoodInfo.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.KeyHashID.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.NameID.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPRequest.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponse.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.Request.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseBytes.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseData.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.RevokedInfo.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.Signature.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.SingleResponse.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.TBSRequest.Template
 
decode(Tag, InputStream) - Method in class com.netscape.cmsutil.ocsp.UnknownInfo.Template
 
decodeKey(String) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
Decodes extdata encoded keys.
decodeKeyID(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Converts NSS key ID from a signed, variable-length hexadecimal number into a 20 byte array, which will be identical to the original byte array.
decodePKCS10(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
decryptUsingSymmetricKey(CryptoToken, IVParameterSpec, byte[], SymmetricKey, EncryptionAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
DEF_ALT_KEYID_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
DEF_ATTR - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_BITS - Static variable in class com.netscape.cmscore.extensions.KeyUsage
 
DEF_BITS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
DEF_BITS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
DEF_CONFIG_MDS - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
DEF_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
DEF_INHIBIT_POLICY_MAPPING - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
DEF_KEYID_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
DEF_LAG_TIME - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
DEF_LDAP_AUTH - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_BASE - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_BIND - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_CERT - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_HOST - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_MAXC - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_MINC - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_PORT - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_PW - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_SSL - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LDAP_VER - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEF_LEAD_TIME - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
DEF_MAX_VALIDITY - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
 
DEF_MAX_VALIDITY - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
DEF_MIN_VALIDITY - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
 
DEF_MIN_VALIDITY - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
DEF_NOT_BEFORE_SKEW - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
DEF_NUM - Static variable in class com.netscape.cms.profile.input.GenericInput
 
DEF_NUM_ATTRIBUTES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
DEF_NUM_CERTPOLICIES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
DEF_NUM_EXCLUDED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
DEF_NUM_EXCLUDEDSUBTREES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
DEF_NUM_PERMITTED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
DEF_NUM_PERMITTEDSUBTREES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
DEF_NUM_POLICYMAPPINGS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
DEF_PATHLEN - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
DEF_PIN_ATTR - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
DEF_POLICIES - Static variable in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
DEF_REMOVE_PIN - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
DEF_RENEWAL_INTERVAL - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
 
DEF_RENEWAL_NOT_AFTER - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
 
DEF_REQ_ENTRIES - Static variable in class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
DEF_REQ_EXPLICIT_POLICY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
DEF_REQATTR_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
DEF_SET_DEFAULT_BITS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
DEF_SET_DEFAULT_BITS_VAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
DEF_SharedToken_ATTR - Static variable in class com.netscape.cms.authentication.SharedSecret
 
DEF_UNDELETABLE_POLICIES - Static variable in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
DEF_VALUE - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
DEFAULT_ATTRNUM - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
DEFAULT_CRITICALITY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
DEFAULT_CRITICALITY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
DEFAULT_CRITICALITY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
DEFAULT_CRITICALITY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
 
DEFAULT_CRITICALITY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
 
DEFAULT_CRITICALITY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
DEFAULT_DNPATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
DEFAULT_LONG_CACHE_LIFETIME - Static variable in class com.netscape.cms.servlet.base.PKIService
 
DEFAULT_NOT_AFTER - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
DEFAULT_NOT_BEFORE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
DEFAULT_SIZE - Static variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
DEFAULT_SIZE - Static variable in class com.netscape.cms.servlet.base.PKIService
 
DEFAULT_SIZE - Static variable in class com.netscape.cmscore.dbs.Database
 
DEFAULT_TIMEOUT - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
DEFAULT_TIMEOUT - Static variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
DefaultRevocation - Class in org.dogtagpki.legacy.server.policy.constraints
This is the default revocation policy.
DefaultRevocation() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.DefaultRevocation
 
defaults - Variable in class com.netscape.cmscore.base.SimpleProperties
A property list that contains default values for any keys not found in this property list.
deferred(IRequest) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
determines whether a DEFERRED policy result should be returned by checking the contents of the AgentApprovals attribute.
DefStore - Class in com.netscape.cms.ocsp
This is the default OCSP store that stores revocation information as certificate record (CMS internal data structure).
DefStore() - Constructor for class com.netscape.cms.ocsp.DefStore
Constructs the default store.
delete(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Deletes argument by the given key.
delete(String) - Method in interface com.netscape.certsrv.base.IAttrSet
Deletes an attribute value from this AttrSet.
delete(String) - Method in class com.netscape.certsrv.base.MetaInfo
Deletes an attribute value from this CertAttrSet.
delete(String) - Method in class com.netscape.cms.servlet.admin.AuthCredentials
removes the name and its corresponding credential from this credential set.
delete(String) - Method in class com.netscape.cms.servlet.common.AuthCredentials
removes the name and its corresponding credential from this credential set.
delete(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Removes a authentication manager instance.
delete(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Removes a authorization manager instance.
delete(String) - Method in class com.netscape.cmscore.base.ArgBlock
Deletes argument by the given key.
delete(String) - Method in class com.netscape.cmscore.dbs.CertRecord
Deletes attribute from this record.
delete(String) - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
delete(String) - Method in class com.netscape.cmscore.dbs.DBRecord
 
delete(String) - Method in class com.netscape.cmscore.dbs.DBSSession
Deletes object from database.
delete(String) - Method in class com.netscape.cmscore.dbs.KeyRecord
Deletes an attribute.
delete(String) - Method in class com.netscape.cmscore.dbs.RepositoryRecord
Deletes an attribute.
delete(String) - Method in class com.netscape.cmscore.notification.EmailResolverKeys
removes the name and its corresponding key from this key set.
delete(String) - Method in class com.netscape.cmscore.request.RequestRecord
 
delete(String) - Method in class com.netscape.cmscore.usrgrp.Group
 
delete(String) - Method in class com.netscape.cmscore.usrgrp.User
 
delete(String) - Method in class org.dogtagpki.server.authentication.AuthToken
Removes an attribute in the AuthToken
delete(String) - Method in class org.dogtagpki.server.authorization.AuthzToken
Removes an attribute in the AuthzToken
deleteAllCRLsInCA(String) - Method in class com.netscape.cms.ocsp.DefStore
 
deleteAllProfileInputs() - Method in class com.netscape.cms.profile.common.Profile
Delete all profile inputs
deleteAllProfileOutputs() - Method in class com.netscape.cms.profile.common.Profile
Delete all profile inputs
deleteAllProfilePolicies() - Method in class com.netscape.cms.profile.common.Profile
Delete all profile policies
deleteAuthority(HttpServletRequest) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Delete this lightweight CA.
deleteCA(String) - Method in class com.netscape.certsrv.authority.AuthorityClient
 
deleteCA(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
deleteCACert(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
Delete the CA certificate from the perm database.
deleteCert(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
Delete any certificate from the any token.
deleteCert(String, X509Certificate) - Static method in class org.dogtag.util.cert.CertUtil
 
deleteCertificateRecord(BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Deletes certificate record.
deleteCertificates(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Deletes all certificates by a nickname.
deleteCRLIssuingPoint(IConfigStore, String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Deletes CRL issuing point with the given identifier.
deleteCRLIssuingPointRecord(String) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method deletes a CRL issuing point record
deleteCRLIssuingPointRecord(String) - Method in class com.netscape.cms.ocsp.DefStore
 
deleteCRLIssuingPointRecord(String) - Method in class com.netscape.cms.ocsp.LDAPStore
 
deleteCRLIssuingPointRecord(String) - Method in class com.netscape.cmscore.dbs.CRLRepository
deletes issuing point record.
deleteCRLsInCA(String, boolean) - Method in class com.netscape.cms.ocsp.DefStore
 
deleteDatabase(String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
deleteDir(File) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
deleteEntry(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
deleteEntry(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
deleteExtension(String, X509CertInfo) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
deleteImpl(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
deleteKeyRecord(BigInteger) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
deleteOldCRLs() - Method in class com.netscape.cms.ocsp.DefStore
This store will not delete the old CRL until the new one is totally committed.
deleteOldCRLsInCA(String) - Method in class com.netscape.cms.ocsp.DefStore
 
deletePolicyImpl(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
deletePolicyImpl(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Delete policy implementation
deletePolicyInstance(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
deletePolicyInstance(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Delete policy instance
deletePrivateKey(PrivateKey) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Deletes a private key.
deleteProfile(String) - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
deleteProfile(String) - Method in class com.netscape.cmscore.profile.ProfileSubsystem
 
deleteProfileInput(String) - Method in class com.netscape.cms.profile.common.Profile
Deletes input policy by id.
deleteProfileOutput(String) - Method in class com.netscape.cms.profile.common.Profile
Deletes output policy by id.
deleteProfilePolicy(String, String) - Method in class com.netscape.cms.profile.common.Profile
Deletes a policy.
deleteRootCert(String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
deleteSharedSecret(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
deleteToken(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
deleteTokenCertificate(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
deleteUniqueNamedKey(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
deleteUserCert(String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
deleteUserCertificates(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Deletes user certificates by a nickname.
DELIM - Static variable in class com.netscape.cmscore.jobs.CronItem
 
DELIM - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
 
DenyAllow - com.netscape.cms.authorization.AAclAuthz.EvaluationOrder
 
deregisterSelfTestAtStartup(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Deregister an individual self test on the instances list AND on the "startup" list (note that the specified self test will be removed from each list).
deregisterSelfTestOnDemand(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Deregister an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be removed from each list).
DERIVATION_CONSTANT - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
DES_CBC_ENCRYPTION - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
DES_EDE3_CBC_ENCRYPTION - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
DESC - Variable in class org.dogtagpki.legacy.server.policy.APolicyRule
 
description - Variable in class com.netscape.certsrv.authority.AuthorityData
 
description - Variable in class com.netscape.cms.authorization.ACL
 
deselectEvent(String) - Method in class com.netscape.cms.logging.LogFile
remove the event from the selected events list
destroy() - Method in class com.netscape.cms.servlet.base.CMSStartServlet
This method will be called when Tomcat is shutdown.
destroy() - Method in class com.netscape.cms.servlet.filter.AdminRequestFilter
 
destroy() - Method in class com.netscape.cms.servlet.filter.AgentRequestFilter
 
destroy() - Method in class com.netscape.cms.servlet.filter.EEClientAuthRequestFilter
 
destroy() - Method in class com.netscape.cms.servlet.filter.EERequestFilter
 
destroyRecoveryParams(String) - Method in interface com.netscape.certsrv.kra.IKeyService
Destroys recovery parameters for the given recovery operation.
destroyVolatileRequest(RequestId) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Destroys the request object.
DETAIL_PARSER - Static variable in class com.netscape.cms.servlet.request.CertReqParser
 
DIGEST - Static variable in class com.netscape.cms.profile.input.FileSigningInput
 
DIGEST_DONT_MATCH_1 - Static variable in class com.netscape.cmscore.util.UtilResources
 
DIGEST_MATCH_1 - Static variable in class com.netscape.cmscore.util.UtilResources
 
DIGEST_TYPE - Static variable in class com.netscape.cms.profile.input.FileSigningInput
 
DirAclAuthz - Class in com.netscape.cms.authorization
A class for ldap acls based authorization manager The ldap server used for acls is the cms internal ldap db.
DirAclAuthz() - Constructor for class com.netscape.cms.authorization.DirAclAuthz
Default constructor
DirAuthServlet - Class in com.netscape.cms.servlet.cert
'Face-to-face' certificate enrollment.
DirAuthServlet() - Constructor for class com.netscape.cms.servlet.cert.DirAuthServlet
 
DirBasedAuthentication - Class in com.netscape.cms.authentication
Abstract class for directory based authentication managers Uses a pattern for formulating subject names.
DirBasedAuthentication() - Constructor for class com.netscape.cms.authentication.DirBasedAuthentication
Default constructor, initialization must follow.
disable(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
disableAdminEnroll() - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
disableCA(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
DisableEnrollResult - Class in com.netscape.cms.servlet.cert
For Face-to-face enrollment, disable EE enrollment feature
DisableEnrollResult() - Constructor for class com.netscape.cms.servlet.cert.DisableEnrollResult
 
disableProfile(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Disables a profile for execution.
disableRequests() - Method in class com.netscape.cmscore.apps.CMSEngine
 
disableSelfTestAtStartup(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Disable the specified self test at server startup.
disableSelfTestOnDemand(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Disable the specified self test from being able to be executed on demand.
disableSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
disconnect() - Method in class com.netscape.cmsutil.http.HttpClient
 
DISPLAY_CERT_FROM_REQUEST_TEMPLATE - Static variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
DisplayBySerial - Class in com.netscape.cms.servlet.key
Display a specific Key Archival Request
DisplayBySerial() - Constructor for class com.netscape.cms.servlet.key.DisplayBySerial
Constructs displayBySerial servlet.
DisplayBySerialForRecovery - Class in com.netscape.cms.servlet.key
Display a Specific Key Archival Request, and initiate key recovery process
DisplayBySerialForRecovery() - Constructor for class com.netscape.cms.servlet.key.DisplayBySerialForRecovery
Constructor
DisplayCRL - Class in com.netscape.cms.servlet.cert
Decode the CRL and display it to the requester.
DisplayCRL() - Constructor for class com.netscape.cms.servlet.cert.DisplayCRL
Constructs DisplayCRL servlet.
DisplayHashUserEnroll - Class in com.netscape.cms.servlet.cert
Servlet to report the status, ie, the agent-initiated user enrollment is enabled or disabled.
DisplayHashUserEnroll() - Constructor for class com.netscape.cms.servlet.cert.DisplayHashUserEnroll
 
DisplayHtmlServlet - Class in com.netscape.cms.servlet.base
This is the servlet that displays the html page for the corresponding input id.
DisplayHtmlServlet() - Constructor for class com.netscape.cms.servlet.base.DisplayHtmlServlet
 
DisplayTransport - Class in com.netscape.cms.servlet.key
Retrieve Transport Certificate used to wrap Private key Archival requests
DisplayTransport() - Constructor for class com.netscape.cms.servlet.key.DisplayTransport
Constructs displayTransport servlet.
dn - Variable in class com.netscape.certsrv.authority.AuthorityData
 
DNPattern - Class in com.netscape.cms.authentication
class for parsing a DN pattern used to construct a certificate subject name from ldap attributes and dn.
DNPattern(PushbackReader) - Constructor for class com.netscape.cms.authentication.DNPattern
 
DNPattern(String) - Constructor for class com.netscape.cms.authentication.DNPattern
Construct a DN pattern by parsing a pattern string.
doCMMFResponse(IArgBlock) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
doConfigParams(String, Hashtable<String, String>) - Method in interface com.netscape.certsrv.base.IConfigStoreEventListener
Validates the config store parameters that changed
doConnect(String, int) - Method in class netscape.net.NetworkClient
Return a socket connected to the server, with any appropriate options pre-established
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.netscape.cms.servlet.filter.AdminRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.netscape.cms.servlet.filter.AgentRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.netscape.cms.servlet.filter.EEClientAuthRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.netscape.cms.servlet.filter.EERequestFilter
 
doFullResponse(IArgBlock) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
doFullResponse(IArgBlock) - Static method in class com.netscape.cms.servlet.common.GenPendingTemplateFiller
handy routine to check if client want full enrollment response
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.base.CMSStartServlet
 
DOGETCACHAIN - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
doKeyRecovery(String, String) - Method in interface com.netscape.certsrv.kra.IKeyService
Async Recovers key for administrators.
doKeyRecovery(BigInteger, Credential[], String, X509CertImpl, String, String, String) - Method in interface com.netscape.certsrv.kra.IKeyService
Performs administrator-initiated key recovery.
doLog(ILogEvent) - Method in class com.netscape.cms.logging.LogFile
Synchronized method to write an event to the log file.
doubleToString(double) - Static method in class com.netscape.cmsutil.util.Fmt
 
doUsage() - Static method in class com.netscape.cmstools.GenIssuerAltNameExt
 
doUsage() - Static method in class com.netscape.cmstools.GenSubjectAltNameExt
 
DOW_cal2cron(Calendar) - Method in class com.netscape.cmscore.jobs.JobCron
convert the day of the week representation from Calendar to cron
DownloadPKCS12 - Class in com.netscape.cms.servlet.csadmin
 
DownloadPKCS12() - Constructor for class com.netscape.cms.servlet.csadmin.DownloadPKCS12
 
DSAKeyConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
DSAKeyConstraints policy enforces min and max size of the key.
DSAKeyConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
 
DualKeyGenInput - Class in com.netscape.cms.profile.input
This class implements the dual key generation input.
DualKeyGenInput() - Constructor for class com.netscape.cms.profile.input.DualKeyGenInput
 
dump(byte[]) - Static method in class com.netscape.cmscore.util.Debug
 
DynamicVariablesServlet - Class in com.netscape.cms.servlet.base
Return some javascript to the request which contains the list of dynamic data in the CMS system.
DynamicVariablesServlet() - Constructor for class com.netscape.cms.servlet.base.DynamicVariablesServlet
 

E

EBaseException - Exception in com.netscape.certsrv.base
An exception with localizable error messages.
EBaseException(Exception) - Constructor for exception com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception given the cause exception.
EBaseException(String) - Constructor for exception com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception with the given resource key.
EBaseException(String, Object[]) - Constructor for exception com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception given the resource key and an array of parameters.
EBaseException(String, Object[], Exception) - Constructor for exception com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception given the resource key, an array of parameters, and the cause exception.
EBaseException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.EBaseException
Constructs an instance of this exception given the resource key and the cause exception.
ECC_INTERNAL_ADMIN_CERT_PROFILE - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
ECMSGWException - Exception in com.netscape.cms.servlet.common
A class represents a CMS gateway exception.
ECMSGWException(String) - Constructor for exception com.netscape.cms.servlet.common.ECMSGWException
Constructs a CMS Gateway exception.
ECMSGWException(String, Exception) - Constructor for exception com.netscape.cms.servlet.common.ECMSGWException
Constructs a CMSGW exception.
ECMSGWException(String, Object[]) - Constructor for exception com.netscape.cms.servlet.common.ECMSGWException
Constructs a CMSGW exception.
ECompSyntaxErr - Exception in com.netscape.certsrv.publish
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.
ECompSyntaxErr(String) - Constructor for exception com.netscape.certsrv.publish.ECompSyntaxErr
Construct a ECompSyntaxErr
EEClientAuthRequestFilter - Class in com.netscape.cms.servlet.filter
 
EEClientAuthRequestFilter() - Constructor for class com.netscape.cms.servlet.filter.EEClientAuthRequestFilter
 
EERequestFilter - Class in com.netscape.cms.servlet.filter
 
EERequestFilter() - Constructor for class com.netscape.cms.servlet.filter.EERequestFilter
 
EKRAException - Exception in com.netscape.certsrv.kra
A class represents a KRA exception.
EKRAException(String) - Constructor for exception com.netscape.certsrv.kra.EKRAException
Constructs a KRA exception.
EKRAException(String, Exception) - Constructor for exception com.netscape.certsrv.kra.EKRAException
Constructs a KRA exception.
EKRAException(String, Object[]) - Constructor for exception com.netscape.certsrv.kra.EKRAException
Constructs a KRA exception.
elements() - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves a list of argument keys.
elements() - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves a list of argument keys.
EMAIL - Static variable in class com.netscape.cms.profile.input.SubmitterInfoInput
 
EmailFormProcessor - Class in com.netscape.cmscore.notification
formulates the final email.
EmailFormProcessor() - Constructor for class com.netscape.cmscore.notification.EmailFormProcessor
 
EmailResolverKeys - Class in com.netscape.cmscore.notification
Email resolver keys as input to email resolvers
EmailResolverKeys() - Constructor for class com.netscape.cmscore.notification.EmailResolverKeys
 
EmailTemplate - Class in com.netscape.cmscore.notification
Files to be processed and returned to the requested parties.
EmailTemplate(String) - Constructor for class com.netscape.cmscore.notification.EmailTemplate
Default Constructor
EMapperNotFound - Exception in com.netscape.certsrv.publish
Exception for Publish Mapper not found.
EMapperNotFound(String) - Constructor for exception com.netscape.certsrv.publish.EMapperNotFound
Constructs a exception for a missing required mapper
EMapperPluginNotFound - Exception in com.netscape.certsrv.publish
Exception for Mapper Plugin not found.
EMapperPluginNotFound(String) - Constructor for exception com.netscape.certsrv.publish.EMapperPluginNotFound
Constructs a exception for a missing mapper plugin
enableCA(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
enableCRLIssuingPoint(boolean) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Enables or disables CRL issuing point according to parameter.
enabled - Variable in class com.netscape.certsrv.authority.AuthorityData
 
enabled - Variable in class com.netscape.cmscore.apps.SubsystemInfo
 
enabled() - Method in interface com.netscape.certsrv.publish.ILdapRule
Returns true if the rule is enabled, false if it's disabled.
enabled() - Method in class com.netscape.cmscore.ldap.LdapRule
 
EnableEnrollResult - Class in com.netscape.cms.servlet.cert
For Face-to-face enrollment, enable EE enrollment feature
EnableEnrollResult() - Constructor for class com.netscape.cms.servlet.cert.EnableEnrollResult
 
enableProfile(String, String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Enables a profile for execution.
enableSelfTestAtStartup(String, boolean) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Enable the specified self test at server startup.
enableSelfTestOnDemand(String, boolean) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Enable the specified self test to be executed on demand.
enableSerialNumberRecovery() - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
enableUSN() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
encode() - Method in class com.netscape.certsrv.base.KeyGenInfo
Der encoded into buffer
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.CertID
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.GoodInfo
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.KeyHashID
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.NameID
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPRequest
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponse
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.Request
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseBytes
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.RevokedInfo
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.Signature
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
encode(OutputStream) - Method in class com.netscape.cmsutil.ocsp.UnknownInfo
 
encode(Object) - Method in class com.netscape.cmscore.connector.HttpRequestEncoder
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.CertID
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.GoodInfo
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.KeyHashID
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.NameID
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPRequest
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponse
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.Request
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseBytes
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.RevokedInfo
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.Signature
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
encode(Tag, OutputStream) - Method in class com.netscape.cmsutil.ocsp.UnknownInfo
 
encodeKey(String) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
Encoded extdata keys for storage in LDAP.
encodeKeyID(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Converts NSS key ID from a 20 byte array into a signed, variable-length hexadecimal number (to maintain compatibility with byte2string()).
encodePKIArchiveOptions(PKIArchiveOptions) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
EncryptionKeyGenInput - Class in com.netscape.cms.profile.input
This class implements the key generation input that populates parameters to the enrollment page for key generation.
EncryptionKeyGenInput() - Constructor for class com.netscape.cms.profile.input.EncryptionKeyGenInput
 
encryptSecret(CryptoToken, byte[], IVParameterSpec, SymmetricKey, EncryptionAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
encryptUsingSymmetricKey(CryptoToken, SymmetricKey, byte[], EncryptionAlgorithm, IVParameterSpec) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
END_CRL_HEADER - Static variable in class com.netscape.cmscore.cert.CertUtils
 
END_HEADER - Static variable in class com.netscape.cms.servlet.ocsp.AddCRLServlet
 
endTiming(String) - Method in class com.netscape.cmscore.util.StatsSubsystem
 
engine - Variable in class com.netscape.cms.servlet.csadmin.Configurator
 
EngineConfig - Class in com.netscape.cmscore.apps
 
EngineConfig() - Constructor for class com.netscape.cmscore.apps.EngineConfig
 
EngineConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.apps.EngineConfig
 
EngineConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.apps.EngineConfig
 
engineGenerateSeed(int) - Method in class com.netscape.cmscore.security.PKISecureRandomSpi
 
engineNextBytes(byte[]) - Method in class com.netscape.cmscore.security.PKISecureRandomSpi
 
engineSetSeed(byte[]) - Method in class com.netscape.cmscore.security.PKISecureRandomSpi
 
EnrollConstraint - Class in com.netscape.cms.profile.constraint
This class implements the generic enrollment constraint.
EnrollConstraint() - Constructor for class com.netscape.cms.profile.constraint.EnrollConstraint
 
EnrollDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy.
EnrollDefault() - Constructor for class com.netscape.cms.profile.def.EnrollDefault
 
EnrollExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment extension default policy that extension into the certificate template.
EnrollExtDefault() - Constructor for class com.netscape.cms.profile.def.EnrollExtDefault
 
EnrollInput - Class in com.netscape.cms.profile.input
This class implements the base enrollment input.
EnrollInput() - Constructor for class com.netscape.cms.profile.input.EnrollInput
 
EnrollOutput - Class in com.netscape.cms.profile.output
This class implements the basic enrollment output.
EnrollOutput() - Constructor for class com.netscape.cms.profile.output.EnrollOutput
 
EnrollProfile - Class in com.netscape.cms.profile.common
This class implements a generic enrollment profile.
EnrollProfile() - Constructor for class com.netscape.cms.profile.common.EnrollProfile
 
ensureReady() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Throw an exception if CA is not ready to perform signing operations.
entries - Variable in class com.netscape.cms.authentication.FlatFileAuth
Hashtable of entries from Auth File.
entries - Variable in class com.netscape.cms.authorization.ACL
 
entries() - Method in class com.netscape.cms.authorization.ACL
Returns ACL entries.
envVars - Static variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
EPropertyNotDefined - Exception in com.netscape.certsrv.base
This class represents an exception thrown when a property is not defined (empty string) the configuration store.
EPropertyNotDefined(String) - Constructor for exception com.netscape.certsrv.base.EPropertyNotDefined
Constructs an instance of this exception given the name of the property that's not found.
EPropertyNotFound - Exception in com.netscape.certsrv.base
This class represents an exception thrown when a property is not found in the configuration store.
EPropertyNotFound(String) - Constructor for exception com.netscape.certsrv.base.EPropertyNotFound
Constructs an instance of this exception given the name of the property that's not found.
EPublisherNotFound - Exception in com.netscape.certsrv.publish
Exception for Publisher not found.
EPublisherNotFound(String) - Constructor for exception com.netscape.certsrv.publish.EPublisherNotFound
Constructs a exception for a missing required publisher.
EPublisherPluginNotFound - Exception in com.netscape.certsrv.publish
Exception for Publisher Plugin not found.
EPublisherPluginNotFound(String) - Constructor for exception com.netscape.certsrv.publish.EPublisherPluginNotFound
Constructs a exception for a missing publisher plugin.
EQUAL_STR - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
equals(Object) - Method in class com.netscape.certsrv.base.MetaAttributeDef
 
equals(Object) - Method in class com.netscape.certsrv.base.ResourceMessage
 
equals(Object) - Method in class com.netscape.cmscore.base.SimpleProperties
 
equals(Object) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
ERROR - org.dogtagpki.util.logging.PKILogger.Level
 
ERROR - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
ERROR - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
ERROR - Static variable in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
ERROR - Static variable in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
ERROR_DESCR - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
ERROR_MSG_TOKEN - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
ERROR_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
ERuleNotFound - Exception in com.netscape.certsrv.publish
Exception for Ldap Publishing Rule not found.
ERuleNotFound(String) - Constructor for exception com.netscape.certsrv.publish.ERuleNotFound
Constructs a exception for a missing required rule, which links a publisher and mapper.
ERulePluginNotFound - Exception in com.netscape.certsrv.publish
Exception for Publisher Rule plugin not found.
ERulePluginNotFound(String) - Constructor for exception com.netscape.certsrv.publish.ERulePluginNotFound
Constructs a exception for a missing rule plugin.
escapeBinaryData(byte[]) - Static method in class com.netscape.cmscore.dbs.KeyRepository
Read RFC-2254
escapeBinaryData(byte[]) - Static method in class com.netscape.cmscore.dbs.PublicKeyMapper
 
escapeFilter(Object) - Static method in class com.netscape.cmsutil.ldap.LDAPUtil
This method escapes special characters for LDAP filter (RFC 4515).
escapeForHTML(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
escapeJavaScriptString(String) - Static method in class com.netscape.cms.servlet.common.CMSTemplate
Escape the contents of src string in preparation to be enclosed in double quotes as a JavaScript String Literal within an <script> portion of an HTML document.
escapeJavaScriptStringHTML(String) - Static method in class com.netscape.cms.servlet.common.CMSTemplate
Like escapeJavaScriptString(String s) but also escapes for HTML processing; i.e., first encode for HTML and then encode for outputting in JavaScript.
escapeRDNValue(Object) - Static method in class com.netscape.cmsutil.ldap.LDAPUtil
This method escapes special characters for LDAP DN (RFC 1779).
escapeRDNValue(String, boolean) - Static method in class com.netscape.cmsutil.ldap.LDAPUtil
 
EUsrGrpException - Exception in com.netscape.certsrv.usrgrp
A class represents a Identity exception.
EUsrGrpException(String) - Constructor for exception com.netscape.certsrv.usrgrp.EUsrGrpException
Constructs a usr/grp management exception
EUsrGrpException(String, Exception) - Constructor for exception com.netscape.certsrv.usrgrp.EUsrGrpException
Constructs a Identity exception.
EUsrGrpException(String, Object[]) - Constructor for exception com.netscape.certsrv.usrgrp.EUsrGrpException
Constructs a Identity exception.
eval(SignedAuditEvent, JDAPFilter) - Method in class com.netscape.cms.logging.LogFile
 
eval(SignedAuditEvent, JDAPFilterAnd) - Method in class com.netscape.cms.logging.LogFile
 
eval(SignedAuditEvent, JDAPFilterEqualityMatch) - Method in class com.netscape.cms.logging.LogFile
 
eval(SignedAuditEvent, JDAPFilterNot) - Method in class com.netscape.cms.logging.LogFile
 
eval(SignedAuditEvent, JDAPFilterOr) - Method in class com.netscape.cms.logging.LogFile
 
eval(SignedAuditEvent, JDAPFilterPresent) - Method in class com.netscape.cms.logging.LogFile
 
eval(SignedAuditEvent, JDAPFilterSubString) - Method in class com.netscape.cms.logging.LogFile
 
evaluate(IAuthToken, String, String, String) - Method in class com.netscape.cms.evaluators.GroupAccessEvaluator
evaluates uid in AuthToken to see if it has membership in group value
evaluate(IAuthToken, String, String, String) - Method in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
Gets the IP address from session context
evaluate(IAuthToken, String, String, String) - Method in class com.netscape.cms.evaluators.UserAccessEvaluator
Evaluates the user in AuthToken to see if it's equal to value
evaluate(IAuthToken, String, String, String) - Method in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
Evaluates the user in AuthToken to see if it's equal to value
evaluate(SessionContext) - Method in interface com.netscape.cmscore.ldap.ILdapExpression
Evaluate the Expression.
evaluate(SessionContext) - Method in class com.netscape.cmscore.ldap.LdapAndExpression
 
evaluate(SessionContext) - Method in class com.netscape.cmscore.ldap.LdapOrExpression
 
evaluate(SessionContext) - Method in class com.netscape.cmscore.ldap.LdapSimpleExpression
 
evaluate(IRequest) - Method in interface com.netscape.cmscore.ldap.ILdapExpression
Evaluate the Expression.
evaluate(IRequest) - Method in class com.netscape.cmscore.ldap.LdapAndExpression
 
evaluate(IRequest) - Method in class com.netscape.cmscore.ldap.LdapOrExpression
 
evaluate(IRequest) - Method in class com.netscape.cmscore.ldap.LdapSimpleExpression
 
evaluate(IRequest) - Method in class org.dogtagpki.legacy.core.policy.AndExpression
 
evaluate(IRequest) - Method in class org.dogtagpki.legacy.core.policy.OrExpression
 
evaluate(IRequest) - Method in class org.dogtagpki.legacy.core.policy.SimpleExpression
 
evaluate(String, IUser, String, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Evalutes the given context with the attribute critieria.
evaluate(String, String, String) - Method in class com.netscape.cms.evaluators.GroupAccessEvaluator
evaluates uid in SessionContext to see if it has membership in group value
evaluate(String, String, String) - Method in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
evaluates uid in SessionContext to see if it has membership in group value
evaluate(String, String, String) - Method in class com.netscape.cms.evaluators.UserAccessEvaluator
Evaluates the user in session context to see if it's equal to value
evaluate(String, String, String) - Method in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
Evaluates the user in session context to see if it's equal to value
evaluateACLs(IAuthToken, String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
ExactMatchCertUserLocator - Class in com.netscape.cmscore.usrgrp
This interface defines a strategy on how to match the incoming certificate(s) with the certificate(s) in the scope.
ExactMatchCertUserLocator() - Constructor for class com.netscape.cmscore.usrgrp.ExactMatchCertUserLocator
Constructs certificate matching agent.
ExamineRecovery - Class in com.netscape.cms.servlet.key
View the Key Recovery Request
ExamineRecovery() - Constructor for class com.netscape.cms.servlet.key.ExamineRecovery
Constructs EA servlet.
EXCEPTION - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
EXCEPTION_1 - Static variable in class com.netscape.cmscore.util.UtilResources
 
EXCEPTION_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
ExceptionFormatter - Class in com.netscape.cmscore.util
 
ExceptionFormatter() - Constructor for class com.netscape.cmscore.util.ExceptionFormatter
 
excludedLdapAttrs - Static variable in class com.netscape.cmscore.apps.CMSEngine
 
excludedLdapAttrsList - Variable in class com.netscape.cmscore.apps.CMSEngine
 
exec(String) - Static method in class com.netscape.cmscore.security.PWsdrCache
 
executable - Variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
execute(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
execute(IRequest) - Method in class com.netscape.cms.profile.common.Profile
Process a request after validation.
execute(String[]) - Method in class com.netscape.cmstools.cert.ProxyCertCLI
Deprecated.
 
execute(String[]) - Method in class com.netscape.cmstools.cli.MainCLI
 
execute(String[]) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
execute(String[]) - Method in class com.netscape.cmstools.cli.SubsystemCLI
 
execute(String[]) - Method in class com.netscape.cmstools.group.ProxyGroupCLI
Deprecated.
 
execute(String[]) - Method in class com.netscape.cmstools.key.ProxyKeyCLI
Deprecated.
 
execute(String[]) - Method in class com.netscape.cmstools.OCSPClient
 
execute(String[]) - Method in class com.netscape.cmstools.user.ProxyUserCLI
Deprecated.
 
execute(String[]) - Method in class org.dogtagpki.server.cli.PKIServerCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.acme.ACMEDisableCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.acme.ACMEEnableCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.acme.ACMEInfoCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityCreateCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityDisableCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityEnableCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityKeyExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.authority.AuthorityShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertHoldCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertReleaseHoldCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestActionCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestProfileFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestProfileShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestReviewCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRequestSubmitCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertRevokeCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertSigningExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertSigningShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertStatusCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertTransportExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.ca.CACertTransportShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.cli.HelpCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.cli.InfoCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertImportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertRequestCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientCertValidateCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.client.ClientInitCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.config.ConfigExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.feature.FeatureFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.feature.FeatureShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupMemberAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupMemberFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupMemberRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupMemberShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.group.GroupShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRACertTransportExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRACertTransportShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyArchiveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyGenerateCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyRecoverCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyRequestFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyRequestReviewCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyRequestShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.kra.KRAKeyTemplateShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.logging.ActivityFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.logging.ActivityShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.logging.AuditFileFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.logging.AuditFileRetrieveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.logging.AuditModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.logging.AuditShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSCertExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSCertImportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSCertIssueCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSCertRequestCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSCreateCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSKeyExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSKeyImportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.nss.NSSRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11CertExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11CertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11CertRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11CertShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11KeyFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11KeyRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs11.PKCS11KeyShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
Deprecated.
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12CertExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12CertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12CertImportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12CertModCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12CertRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12ExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12ImportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12KeyFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs12.PKCS12KeyRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs7.PKCS7CertExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs7.PKCS7CertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.pkcs7.PKCS7ImportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileDisableCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileEditCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileEnableCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.profile.ProfileShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.range.RangeRequestCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.selftests.SelfTestFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.selftests.SelfTestRunCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.selftests.SelfTestShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.KRAConnectorAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.KRAConnectorRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.KRAConnectorShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.SecurityDomainHostAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.SecurityDomainHostFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.SecurityDomainHostRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.SecurityDomainHostShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.system.SecurityDomainShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TKSKeyCreateCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TKSKeyExportCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TKSKeyRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TKSKeyReplaceCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TKSKeyShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TPSConnectorAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TPSConnectorFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TPSConnectorModCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TPSConnectorRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tks.TPSConnectorShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.cert.TPSCertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.cert.TPSCertShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.config.ConfigModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.config.ConfigShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.connector.ConnectorAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.connector.ConnectorFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.connector.ConnectorModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.connector.ConnectorRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.connector.ConnectorShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileMappingAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileMappingFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileMappingModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileMappingRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileMappingShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.profile.ProfileShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.token.TokenAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.token.TokenFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.token.TokenModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.token.TokenRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.tps.token.TokenShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserCertAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserCertFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserCertRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserCertShowCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserMembershipAddCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserMembershipFindCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserMembershipRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserModifyCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserRemoveCLI
 
execute(CommandLine) - Method in class com.netscape.cmstools.user.UserShowCLI
 
execute(CommandLine) - Method in class org.dogtagpki.server.cli.CAProfileImportCLI
 
execute(CommandLine) - Method in class org.dogtagpki.server.cli.SubsystemDBEmptyCLI
 
execute(CommandLine) - Method in class org.dogtagpki.server.cli.SubsystemDBInfoCLI
 
execute(CommandLine) - Method in class org.dogtagpki.server.cli.SubsystemDBInitCLI
 
execute(CommandLine) - Method in class org.dogtagpki.server.cli.SubsystemDBRemoveCLI
 
execute(CommandLine) - Method in class org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
 
executeSelfTests(String) - Method in class org.dogtagpki.server.rest.SelfTestService
 
expandValue(String, Object) - Method in class com.netscape.cms.servlet.request.CertReqParser
print value out nicely in request attributes.
expire(long) - Method in class com.netscape.cms.logging.RollingLogFile
Remove any log files which have not been modified in the specified time
EXPIRED - Static variable in class com.netscape.cmscore.authentication.VerifiedCert
 
exportCertificate(String, String, String) - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
exportClientCertificateAndPrivateKey(String, String, String) - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
exportData() - Method in class com.netscape.cmstools.PKCS12Export
 
exportPKCS12(String, String, String, String, String) - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
exportPrivateKey(String, String, String) - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
exportSharedSecret(String, X509Certificate, SymmetricKey) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
EXPRESSION - Static variable in class com.netscape.cmscore.ldap.LdapPredicateParser
 
EXPRESSION - Static variable in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
ExtAttrDynMapper - Class in com.netscape.cmscore.request
Maps dynamic data for the extData- prefix to and from the extData Hashtable in RequestRecord.
ExtAttrDynMapper() - Constructor for class com.netscape.cmscore.request.ExtAttrDynMapper
 
extAttrPrefix - Static variable in class com.netscape.cmscore.request.ExtAttrDynMapper
 
ExtDataHashtable<V> - Class in com.netscape.cmscore.request
Subclass of Hashtable returned by IRequest.getExtDataInHashtable.
ExtDataHashtable() - Constructor for class com.netscape.cmscore.request.ExtDataHashtable
 
ExtDataHashtable(int) - Constructor for class com.netscape.cmscore.request.ExtDataHashtable
 
ExtDataHashtable(int, float) - Constructor for class com.netscape.cmscore.request.ExtDataHashtable
 
ExtDataHashtable(Map<? extends String, ? extends V>) - Constructor for class com.netscape.cmscore.request.ExtDataHashtable
 
ExtendedKeyUsageExt - Class in org.dogtagpki.legacy.server.policy.extensions
This implements the extended key usage extension.
ExtendedKeyUsageExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
Constructs extended Key Usage extension.
ExtendedKeyUsageExtConstraint - Class in com.netscape.cms.profile.constraint
This class implements the extended key usage extension constraint.
ExtendedKeyUsageExtConstraint() - Constructor for class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
 
ExtendedKeyUsageExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates Extended Key Usage extension into the certificate template.
ExtendedKeyUsageExtDefault() - Constructor for class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
extendedPluginInfo - Static variable in class com.netscape.cms.authorization.BasicGroupAuthz
 
ExtendedPluginInfo - Class in com.netscape.certsrv.base
Plugin which can return extended information to console
ExtendedPluginInfo(String[]) - Constructor for class com.netscape.certsrv.base.ExtendedPluginInfo
Constructs an extended plugin info object.
ExtensionConstraint - Class in com.netscape.cms.profile.constraint
This class implements the general extension constraint.
ExtensionConstraint() - Constructor for class com.netscape.cms.profile.constraint.ExtensionConstraint
 
extensionIsGood(NSCertTypeExtension, IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
check if ns cert type extension is set correctly, correct bits if not.
ExternalProcessConstraint - Class in com.netscape.cms.profile.constraint
 
ExternalProcessConstraint() - Constructor for class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
ExtJoiner - Class in com.netscape.cmstools
This program joins a sequence of extensions together so that the final output can be used in configuration wizard for specifing extra extensions in default certificates (i.e.
ExtJoiner() - Constructor for class com.netscape.cmstools.ExtJoiner
 
ExtPrettyPrint - Class in com.netscape.cmscore.cert
This class will display the certificate content in predefined format.
ExtPrettyPrint(Extension, int) - Constructor for class com.netscape.cmscore.cert.ExtPrettyPrint
 
extraEnvVars - Variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 

F

FAILED - Static variable in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
FAILURE - Static variable in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
FAILURE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
FAILURE - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
featureCLI - Variable in class com.netscape.cmstools.feature.FeatureFindCLI
 
featureCLI - Variable in class com.netscape.cmstools.feature.FeatureShowCLI
 
FeatureCLI - Class in com.netscape.cmstools.feature
 
FeatureCLI(CLI) - Constructor for class com.netscape.cmstools.feature.FeatureCLI
 
featureClient - Variable in class com.netscape.cmstools.feature.FeatureCLI
 
FeatureFindCLI - Class in com.netscape.cmstools.feature
 
FeatureFindCLI(FeatureCLI) - Constructor for class com.netscape.cmstools.feature.FeatureFindCLI
 
FeatureService - Class in org.dogtagpki.server.rest
 
FeatureService() - Constructor for class org.dogtagpki.server.rest.FeatureService
 
FeatureShowCLI - Class in com.netscape.cmstools.feature
 
FeatureShowCLI(FeatureCLI) - Constructor for class com.netscape.cmstools.feature.FeatureShowCLI
 
FFAUTH - Variable in class com.netscape.cms.authentication.FlatFileAuth
 
FILE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
FILE_TRUNCATED - Static variable in class com.netscape.cmscore.util.UtilResources
 
FileAsString - Class in com.netscape.cmscore.util
 
FileAsString(String) - Constructor for class com.netscape.cmscore.util.FileAsString
This class enables you to get treat a file as a string If the file changes underneath you, it will automatically be read
FileBasedPublisher - Class in com.netscape.cms.publish.publishers
This publisher writes certificate and CRL into a directory.
FileBasedPublisher() - Constructor for class com.netscape.cms.publish.publishers.FileBasedPublisher
 
FileConfigStore - Class in com.netscape.cmscore.base
FileConfigStore: Extends PropConfigStore with methods to load/save from/to file for persistent storage.
FileConfigStore(String) - Constructor for class com.netscape.cmscore.base.FileConfigStore
Constructs a file configuration store.
FileDialogFilter - Class in com.netscape.cmscore.util
checks the filename and directory with the specified filter checks with multiple "*".
FileDialogFilter(String) - Constructor for class com.netscape.cmscore.util.FileDialogFilter
 
fileHasChanged() - Method in class com.netscape.cmscore.util.FileAsString
 
fileList() - Method in class com.netscape.cms.logging.RollingLogFile
Get the log file list in the log directory
FileSigningInput - Class in com.netscape.cms.profile.input
This class implements the image input that collects a picture.
FileSigningInput() - Constructor for class com.netscape.cms.profile.input.FileSigningInput
 
fillCertInfo(String, X509CertInfo, IAuthToken, IArgBlock) - Method in class com.netscape.cms.servlet.processors.CMCProcessor
 
fillCertInfo(String, X509CertInfo, IAuthToken, IArgBlock) - Method in class com.netscape.cms.servlet.processors.KeyGenProcessor
 
fillCertInfo(String, X509CertInfo, IAuthToken, IArgBlock) - Method in class com.netscape.cms.servlet.processors.PKCS10Processor
 
fillCertInfo(String, X509CertInfo, IAuthToken, IArgBlock) - Method in class com.netscape.cms.servlet.processors.PKIProcessor
 
fillCertInfo(PKCS10, X509CertInfo, IAuthToken, IArgBlock) - Method in class com.netscape.cms.servlet.processors.PKCS10Processor
 
fillCertInfoArray(String, IAuthToken, IArgBlock, IRequest) - Method in class com.netscape.cms.servlet.processors.CMCProcessor
 
fillCertInfoArray(String, IAuthToken, IArgBlock, IRequest) - Method in class com.netscape.cms.servlet.processors.CRMFProcessor
 
fillCertInfoArray(String, IAuthToken, IArgBlock, IRequest) - Method in class com.netscape.cms.servlet.processors.PKIProcessor
 
fillCertInfoFromAuthToken(X509CertInfo, IAuthToken) - Static method in class com.netscape.cms.servlet.processors.PKIProcessor
fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.
fillCertInfoFromForm(X509CertInfo, IArgBlock) - Static method in class com.netscape.cms.servlet.processors.PKIProcessor
fill subject name, extension from form.
fillCertReqMsg(Locale, CertReqMsg, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
fillKeyGen(Locale, DerInputStream, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
fillNSHKEY(Locale, String, String, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
fillNSNKEY(Locale, String, String, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
fillPKCS10(Locale, PKCS10, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
fillRecordIntoArg(IKeyRecord, IArgBlock) - Static method in class com.netscape.cms.servlet.key.KeyRecordParser
Fills key record into argument block.
fillRequestIntoArg(Locale, IRequest, CMSTemplateParams, IArgBlock) - Method in class com.netscape.cms.servlet.request.CertReqParser
Fills in certificate specific request attributes.
fillRequestIntoArg(Locale, IRequest, CMSTemplateParams, IArgBlock) - Method in interface com.netscape.cms.servlet.request.IReqParser
Maps request object into argument block.
fillRequestIntoArg(Locale, IRequest, CMSTemplateParams, IArgBlock) - Method in class com.netscape.cms.servlet.request.KeyReqParser
Fills in certificate specific request attributes.
fillRequestIntoArg(Locale, IRequest, CMSTemplateParams, IArgBlock) - Method in class com.netscape.cms.servlet.request.ReqParser
Maps request object into argument block.
fillTaggedRequest(Locale, TaggedRequest, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
fillValidityFromForm(X509CertInfo, IArgBlock) - Static method in class com.netscape.cms.servlet.processors.PKIProcessor
 
filter(SignedAuditEvent) - Method in class com.netscape.cms.logging.LogFile
 
filter(ContainerRequestContext) - Method in class org.dogtagpki.server.rest.ACLInterceptor
 
filter(ContainerRequestContext) - Method in class org.dogtagpki.server.rest.AuthMethodInterceptor
 
filter(ContainerRequestContext) - Method in class org.dogtagpki.server.rest.MessageFormatInterceptor
 
filter(ContainerRequestContext) - Method in class org.dogtagpki.server.rest.SessionContextInterceptor
 
FilterBuilder - Class in com.netscape.cms.servlet.cert
 
FilterBuilder(CertSearchRequest) - Constructor for class com.netscape.cms.servlet.cert.FilterBuilder
 
filters - Variable in class com.netscape.cms.logging.LogFile
The event filters
FINAL_ERROR_MSG - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
finalize() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
finalize() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
finalizeConfiguration(FinalizeConfigRequest) - Method in class com.netscape.cms.servlet.csadmin.Configurator
save variables needed for cloning and remove preops
finalizeConfiguration(FinalizeConfigRequest) - Method in class org.dogtagpki.server.rest.SystemConfigService
 
findAuditFiles() - Method in class org.dogtagpki.server.rest.AuditService
 
findAuthToken(IRequest, String) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Find a particular authentication token by manager name.
findCAs(String, String, String, String) - Method in class com.netscape.certsrv.authority.AuthorityClient
 
findCAs(String, String, String, String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
findCertificates(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
findCertRecords(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Finds a list of certificate records that satisifies the filter.
findCertRecordsInList(String, String[], int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Finds certificate records.
findCertRecordsInList(String, String[], String, boolean, String, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
findCertRecordsInList(String, String[], String, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
findCertRecordsInList(String, String[], String, String, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
findCertRecordsInListRawJumpto(String, String[], String, String, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
findCertRecs(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Deprecated.
replaced by findCertificatesInList
findCertRecs(String, String[]) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
findGroup(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
findGroupMembers(String, String, Integer, Integer) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
findGroupMembers(String, String, Integer, Integer) - Method in class org.dogtagpki.server.rest.GroupService
 
findGroups(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Finds groups.
findGroups(String, Integer, Integer) - Method in class org.dogtagpki.server.rest.GroupService
Searches for users in LDAP directory.
findGroupsByUser(String, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
findKeyRecordsInList(String, String[], int) - Method in class com.netscape.cmscore.dbs.KeyRepository
Retrieves key record list.
findKeyRecordsInList(String, String[], String, int) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
findKeyRecordsInList(String, String[], String, String, int) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
findPrivateKeyFromID(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Retrieves a private key from a unique key ID.
findRecords(String) - Method in class com.netscape.cmscore.dbs.Database
Find records matching filter
findRecords(String) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
findRecords(String, Map<String, String>) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
Search for LDAP records with the specified keyword and attributes.
findRecords(String, Map<String, String>, String[], int) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
findRequest(RequestId) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.findRequest
findRequestBySourceId(String) - Method in class com.netscape.cmscore.request.RequestQueue
Implements IRequestQueue.findRequestBySourceId
findRequestsBySourceId(String) - Method in class com.netscape.cmscore.request.RequestQueue
Implements IRequestQueue.findRequestsBySourceId
findSelfTests(String, Integer, Integer) - Method in class org.dogtagpki.server.rest.SelfTestService
 
findUser(X509Certificate) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Locates a user by certificate.
findUserCerts(String, Integer, Integer) - Method in class org.dogtagpki.server.rest.UserService
List user certificate(s) Request/Response Syntax: http://warp.mcom.com/server/certificate/columbo/design/ ui/admin-protocol-definition.html#user-admin
findUserMemberships(String, String, Integer, Integer) - Method in class org.dogtagpki.server.rest.UserService
 
findUsers(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Searchs for identities that matches the filter.
findUsers(String, Integer, Integer) - Method in class org.dogtagpki.server.rest.UserService
Searches for users in LDAP directory.
findUsersByCert(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Searchs for identities that matches the certificate locater generated filter.
fingerPrintFormat(String) - Static method in class org.dogtag.util.cert.CertUtil
 
FlatFileAuth - Class in com.netscape.cms.authentication
This represents the authentication manager that authenticates user against a file where id, and password are stored.
FlatFileAuth() - Constructor for class com.netscape.cms.authentication.FlatFileAuth
 
flush() - Method in class com.netscape.cms.logging.LogFile
Flush the log file.
flush() - Method in class com.netscape.cms.logging.LogQueue
Flushes the log buffers (if any)
flushResourceACLs() - Method in class com.netscape.cms.authorization.DirAclAuthz
updates resourceACLs to ldap.
fmt(byte) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(byte, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(byte, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(char) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(char, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(char, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(double) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(double, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(double, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(double, int, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(float) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(float, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(float, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(float, int, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(int, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(long) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(long, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(long, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(short) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(short, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(short, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(Object) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(Object, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(Object, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(String) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(String, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
fmt(String, int, int) - Static method in class com.netscape.cmsutil.util.Fmt
 
Fmt - Class in com.netscape.cmsutil.util
 
Fmt() - Constructor for class com.netscape.cmsutil.util.Fmt
 
ForbiddenException - Exception in com.netscape.certsrv.base
 
ForbiddenException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.ForbiddenException
 
ForbiddenException(String) - Constructor for exception com.netscape.certsrv.base.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.ForbiddenException
 
forceShutdown() - Method in class com.netscape.cmscore.apps.CMSEngine
Shuts down subsystems in backwards order exceptions are ignored.
form_GeneralName(String, String) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil
Form a General Name from a General Name choice and value.
form_GeneralNameAsConstraints(String, String) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil
GeneralName can be used in the context of Constraints.
format(LogRecord) - Method in class org.dogtagpki.util.logging.PKIFormatter
 
formCertInfo(LDAPConnection, String, X509CertInfo, AuthToken) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Formulate the cert info.
formContent(Vector<String>) - Method in class com.netscape.cmscore.notification.EmailFormProcessor
takes a vector of strings and concatenate them
formCRLEntry(BigInteger, RevocationReason) - Method in class com.netscape.cms.servlet.base.CMSServlet
make a CRL entry from a serial number and revocation reason.
formDN(IRequest, X500Name, CertificateExtensions) - Method in class com.netscape.cms.publish.mappers.MapDNPattern
Form a Ldap v3 DN string from a request and a cert subject name.
formDN(LDAPEntry) - Method in class com.netscape.cms.authentication.DNPattern
Form a Ldap v3 DN string from results of a ldap search.
formDNandFilter(X500Name) - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
form a dn and filter from component in the cert subject name
formGeneralName(String) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
Form a general name from the value string.
formGeneralName(String, String) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameAsConstraintsConfig
Form a general name from the value string.
formGeneralName(String, String) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
formGeneralNames(Object) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
formKeyIdentifier(X509CertImpl) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
Form the Key Identifier in the Authority Key Identifier extension.
formKeyIdentifier(X509CertInfo, IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Form the Key Identifier in the Subject Key Identifier extension.
formSHA1KeyId(X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key BIT STRING.
formSpkiSHA1KeyId(X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key INFO.
formSubjectName(LDAPEntry) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Formulate the subject name
formTypeFieldKeyId(X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Form key identifier from a type field value of 0100 followed by the least significate 60 bits of the sha-1 hash of the subject public key BIT STRING in accordance with RFC 2459.
forName(String) - Static method in class com.netscape.certsrv.base.MetaAttributeDef
Retrieves attribute definition by name
forOID(ObjectIdentifier) - Static method in class com.netscape.certsrv.base.MetaAttributeDef
Retrieves attribute definition by object identifier
freeConn() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
freeConn() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
FreshestCRLExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates Freshest CRL extension into the certificate template.
FreshestCRLExtDefault() - Constructor for class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
from(String) - Method in class netscape.net.smtp.SmtpClient
 
fromJSON(String) - Static method in class com.netscape.certsrv.base.PKIException.Data
 
fromRequest(IRequest) - Method in class com.netscape.cmscore.connector.HttpPKIMessage
copy contents of request to make a simple name/value message.
fromXML(String) - Static method in class com.netscape.certsrv.base.PKIException.Data
 
FULL_ENROLLMENT_REQUEST - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
FULL_ENROLLMENT_RESPONSE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
FULL_RESPONSE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
handy routine to check if client want full enrollment response
FULL_RESPONSE - Static variable in class com.netscape.cms.servlet.common.GenPendingTemplateFiller
 

G

GE_STR - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
GeneralNameAsConstraintsConfig(String, IConfigStore, boolean, boolean) - Constructor for class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameAsConstraintsConfig
 
GeneralNameConfig(String, IConfigStore, boolean, boolean) - Constructor for class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
GeneralNamesAsConstraintsConfig(String, IConfigStore, boolean, boolean) - Constructor for class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesAsConstraintsConfig
 
GeneralNamesConfig(String, IConfigStore, boolean, boolean) - Constructor for class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
GeneralNameUtil - Class in org.dogtagpki.legacy.core.policy
Class that can be used to form general names from configuration file.
GeneralNameUtil() - Constructor for class org.dogtagpki.legacy.core.policy.GeneralNameUtil
 
GeneralNameUtil.GeneralNameAsConstraintsConfig - Class in org.dogtagpki.legacy.core.policy
convenience class for policies use.
GeneralNameUtil.GeneralNameConfig - Class in org.dogtagpki.legacy.core.policy
convenience class for policies use.
GeneralNameUtil.GeneralNamesAsConstraintsConfig - Class in org.dogtagpki.legacy.core.policy
 
GeneralNameUtil.GeneralNamesConfig - Class in org.dogtagpki.legacy.core.policy
 
GeneralNameUtil.SubjAltNameGN - Class in org.dogtagpki.legacy.core.policy
 
generateCert(CertificateSetupRequest, KeyPair, Cert) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
generateCertRequest(KeyPair, Cert) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
generateCrmfRequest(X509Certificate, String, boolean, String, int, String, boolean, boolean, int, int, boolean, KeyWrapAlgorithm) - Method in class com.netscape.cmstools.client.ClientCertRequestCLI
 
generateECCKeyPair(CryptoToken, int) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Generates an ecc key pair.
generateECCKeyPair(CryptoToken, int, KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateECCKeyPair(CryptoToken, int, KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[], boolean, int, int) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateECCKeyPair(CryptoToken, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Generates an ecc key pair by curve name
generateECCKeyPair(CryptoToken, String, boolean, boolean, int, int) - Method in class com.netscape.cmstools.CRMFPopClient
 
generateECCKeyPair(CryptoToken, String, KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateECCKeyPair(CryptoToken, String, KeyPairGeneratorSpi.Usage[], KeyPairGeneratorSpi.Usage[], boolean, int, int) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateKey(CryptoToken, KeyGenAlgorithm, int, SymmetricKey.Usage[], boolean) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateKeyIdentifier(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateKeyIdentifier(byte[], String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateKeyPair(String, int, String, PQGParams, KeyPairGeneratorSpi.Usage[]) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Generate an asymmetric key pair.
generateKeyPair(String, int, String, PQGParams, KeyPairGeneratorSpi.Usage[], boolean) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
generateKeyPair(String, String, int, PQGParams) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
generateKeyPair(CryptoToken, KeyPairAlgorithm, int, PQGParams) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
GenerateKeyPairServlet - Class in com.netscape.cms.servlet.connector
GenerateKeyPairServlet handles "server-side key pair generation" requests from the netkey RA.
GenerateKeyPairServlet() - Constructor for class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
Constructs GenerateKeyPair servlet.
generatePkcs10Request(File, String, String, String, String) - Method in class com.netscape.cmstools.client.ClientCertRequestCLI
 
generateRemoteCert(String, int, String, KeyPair, Cert) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
generateRSAKeyPair(CryptoToken, int) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Generates a RSA key pair.
generateRSAKeyPair(CryptoToken, int, boolean) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
generateSalt() - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
generateSDRKey() - Method in class com.netscape.cmscore.security.PWsdrCache
 
generateSDRKeyWithNickName(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
GenericASN1Ext - Class in org.dogtagpki.legacy.server.policy.extensions
Private Integer extension policy.
GenericASN1Ext() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
GenericExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Netscape comment extension into the certificate template.
GenericExtDefault() - Constructor for class com.netscape.cms.profile.def.GenericExtDefault
 
GenericInput - Class in com.netscape.cms.profile.input
This class implements a generic input.
GenericInput() - Constructor for class com.netscape.cms.profile.input.GenericInput
 
GenericPolicyProcessor - Class in org.dogtagpki.legacy.core.policy
This is a Generic policy processor.
GenericPolicyProcessor() - Constructor for class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
GenericPolicyProcessor(boolean) - Constructor for class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
GenErrorTemplateFiller - Class in com.netscape.cms.servlet.common
Default error template filler
GenErrorTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenErrorTemplateFiller
 
GenExtKeyUsage - Class in com.netscape.cmstools
Generates a DER-encoded Extended Key Usage extension.
GenExtKeyUsage() - Constructor for class com.netscape.cmstools.GenExtKeyUsage
 
GenIssuerAltNameExt - Class in com.netscape.cmstools
This program generates an issuer alternative name extension in base-64 encoding.
GenIssuerAltNameExt() - Constructor for class com.netscape.cmstools.GenIssuerAltNameExt
 
GenPendingTemplateFiller - Class in com.netscape.cms.servlet.common
default Pending template filler
GenPendingTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenPendingTemplateFiller
 
GenRejectedTemplateFiller - Class in com.netscape.cms.servlet.common
default Service Pending template filler
GenRejectedTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenRejectedTemplateFiller
 
GenSubjectAltNameExt - Class in com.netscape.cmstools
This program generates an subject alternative name extension in base-64 encoding.
GenSubjectAltNameExt() - Constructor for class com.netscape.cmstools.GenSubjectAltNameExt
 
GenSuccessTemplateFiller - Class in com.netscape.cms.servlet.common
default Success template filler
GenSuccessTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenSuccessTemplateFiller
 
GenSvcPendingTemplateFiller - Class in com.netscape.cms.servlet.common
default Service Pending template filler
GenSvcPendingTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenSvcPendingTemplateFiller
 
GenUnauthorizedTemplateFiller - Class in com.netscape.cms.servlet.common
default Unauthorized template filler
GenUnauthorizedTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenUnauthorizedTemplateFiller
 
GenUnexpectedErrorTemplateFiller - Class in com.netscape.cms.servlet.common
default unexpected error template filler
GenUnexpectedErrorTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.GenUnexpectedErrorTemplateFiller
 
get(File, String) - Method in class com.netscape.cms.servlet.common.CMSFileLoader
 
get(Object) - Method in class com.netscape.cmscore.request.ExtDataHashtable
 
get(Object) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
get(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument.
get(String) - Method in interface com.netscape.certsrv.base.IAttrSet
Gets an attribute value.
get(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Gets a property.
get(String) - Method in class com.netscape.certsrv.base.MetaInfo
Gets an attribute value.
get(String) - Method in class com.netscape.cms.servlet.admin.AuthCredentials
returns the credential to which the specified name is mapped in this credential set
get(String) - Method in class com.netscape.cms.servlet.common.AuthCredentials
returns the credential to which the specified name is mapped in this credential set
get(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Gets the authentication manager instance of the specified name.
get(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Gets the authorization manager instance of the specified name.
get(String) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument.
get(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a property from the configuration file.
get(String) - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves attributes from this record.
get(String) - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
get(String) - Method in class com.netscape.cmscore.dbs.DBRecord
 
get(String) - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves an attribute.
get(String) - Method in class com.netscape.cmscore.dbs.RepositoryRecord
Retrieves attribute from this record.
get(String) - Method in class com.netscape.cmscore.notification.EmailResolverKeys
returns the key to which the specified name is mapped in this key set
get(String) - Method in class com.netscape.cmscore.request.RequestRecord
 
get(String) - Method in class com.netscape.cmscore.usrgrp.Group
 
get(String) - Method in class com.netscape.cmscore.usrgrp.User
 
get(String) - Method in class org.dogtagpki.legacy.core.policy.JavaScriptRequestProxy
 
get(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
get(String) - Method in class org.dogtagpki.server.authorization.AuthzToken
Get the value of an attribute in the AuthzToken
get(String, String) - Method in class com.netscape.cms.servlet.common.CMSFileLoader
 
GET - Static variable in class com.netscape.cmsutil.http.HttpRequest
 
GET_CERT_FROM_REQUEST_TEMPLATE - Static variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
GET_XML - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
getAA() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getAA_old() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getAADigest() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getAbsPath() - Method in class com.netscape.cms.servlet.common.CMSFile
 
getAccessEvaluators() - Method in class com.netscape.cms.authorization.AAclAuthz
gets the access evaluators
getAccessEvaluators() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getAccessEvaluators() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Return a table of evaluators
getACL(String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
getACL(String) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getACL(String) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get individual ACL entry for the given name of entry.
getACLMethod(String, String, String) - Static method in class com.netscape.cms.servlet.common.ServletUtils
 
getACLs() - Method in class com.netscape.cms.authorization.AAclAuthz
 
getACLs() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getACLs() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get ACL entries
getActiveMapperInstance(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns ILdapMapper instance that is currently active.
getActiveMapperInstance(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getActivePublisherInstance(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns ILdapPublisher instance that is currently active.
getActivePublisherInstance(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getActivityClient() - Method in class com.netscape.cmstools.logging.ActivityCLI
 
getAdminPort() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getAdminProfileAlgorithm(String, String, String) - Static method in class com.netscape.cmscore.cert.CertUtils
reads from the admin cert profile caAdminCert.profile and determines the algorithm as follows: 1.
getAgentName(String) - Method in class com.netscape.cms.authentication.HashAuthData
 
getAgentName(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
getAgentPort() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getAlgorithm() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves algorithm of the key pair.
getAlgorithmId() - Method in class com.netscape.certsrv.base.KeyGenInfo
Get Algorithm ID
getAlgorithmId() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getAlgorithmId(String, IConfigStore) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getAlgorithmId(String, IConfigStore) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getAlgorithmNameFromOID(String) - Static method in class com.netscape.cmstools.ca.CACertCLI
 
getAllCerts() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getAllCertsManage() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getAllExpiredCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all expired certificates.
getAllExpiredPublishedCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all expired publishedcertificates.
getAllRevokedCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all revoked certificates including ones already expired or not yet valid.
getAllRevokedNonExpiredCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all revoked certificates excluing ones already expired.
getAllRevokedPublishedCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all revoked published certificates including ones already expired or not yet valid.
getAllUserCerts() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Retrieves all user certificates from all tokens.
getAllValidCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all valid certificates excluding ones already revoked.
getAllValidNotPublishedCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all valid not published certificates excluding ones already revoked.
getAllValues(String) - Method in class com.netscape.cmsutil.xml.XMLObject
 
getAlwaysUpdate() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if CRL is updated for every change of revocation status of any certificate.
getAppAgents(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
getAppInfo(String) - Method in class org.dogtagpki.server.rest.AppService
 
getApplications() - Method in class org.dogtagpki.server.rest.AppService
 
GetApprovalStatus - Class in com.netscape.cms.servlet.key
Check to see if a Key Recovery Request has been approved
GetApprovalStatus() - Constructor for class com.netscape.cms.servlet.key.GetApprovalStatus
Constructs getApprovalStatus servlet.
getApprovedBy() - Method in class com.netscape.cms.profile.common.Profile
Retrieves the user id of the person who approves this profile.
getArchivedBy() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the uid of person who archived this record.
getArgBlock() - Method in class com.netscape.cms.servlet.admin.AuthCredentials
 
getArgBlock() - Method in class com.netscape.cms.servlet.common.AuthCredentials
 
getAsString() - Method in class com.netscape.cmscore.util.FileAsString
 
GetAsyncPk12 - Class in com.netscape.cms.servlet.key
Get the recovered key in PKCS#12 format - for asynchronous key recovery only
GetAsyncPk12() - Constructor for class com.netscape.cms.servlet.key.GetAsyncPk12
Constructs getAsyncPk12 servlet.
getAttr() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.SubjAltNameGN
 
getAttribute(String) - Method in class com.netscape.certsrv.base.ResourceMessage
 
getAttributeNameOids() - Static method in class com.netscape.certsrv.base.MetaAttributeDef
Returns enumeration of the registered attribute object identifiers
getAttributeNames() - Static method in class com.netscape.certsrv.base.MetaAttributeDef
Returns enumeration of the registered attribute names
getAttributeNames() - Method in class com.netscape.certsrv.base.ResourceMessage
 
getAttributes() - Method in class com.netscape.certsrv.base.ResourceMessage
 
getAttrNames() - Method in class com.netscape.cmscore.request.RequestRecord
 
getAuditClient() - Method in class com.netscape.cmstools.logging.AuditCLI
 
getAuditConfig() - Method in class org.dogtagpki.server.rest.AuditService
 
getAuditEvents() - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getAuditFile(String) - Method in class org.dogtagpki.server.rest.AuditService
 
getAuditor() - Static method in class com.netscape.cmscore.logging.Auditor
 
getAuthCreds(AuthManager, IArgBlock, X509Certificate) - Static method in class com.netscape.cms.servlet.base.CMSServlet
construct a authentication credentials to pass into authentication manager.
getAuthCreds(AuthManager, IArgBlock, X509Certificate) - Static method in class com.netscape.cms.servlet.common.CMSGateway
construct a authentication credentials to pass into authentication manager.
getAuthCreds(AuthManager, X509Certificate) - Static method in class com.netscape.cms.servlet.admin.AdminServlet
 
getAuthenticationConfig() - Method in class com.netscape.cms.authentication.CMCAuth
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.authentication.NullAuthentication
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
getAuthenticationConfig() - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getAuthenticatorClient() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
 
getAuthenticatorId() - Method in class com.netscape.cms.profile.common.Profile
Retrieves the instance id of the authenticator for this profile.
getAuthInfo() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
return ldap authentication info
getAuthManager() - Method in class org.dogtagpki.server.authentication.AuthManagerProxy
Returns an authentication manager instance.
getAuthManager(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
gets the named authentication manager
getAuthManagerConfig(String) - Method in class org.dogtagpki.server.authentication.AuthManagersConfig
 
getAuthManagerInstName() - Method in class org.dogtagpki.server.authentication.AuthToken
Gets the name of the authentication manager instance that created this token.
getAuthManagerPlugin(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Retrieve a single auth manager instance
getAuthManagerPluginImpl(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
retrieve a single auth manager plugin by name
getAuthManagerPlugins() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Enumerate all registered authentication manager plugins.
getAuthManagers() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Enumerate all authentication manager instances.
getAuthManagersConfig() - Method in class org.dogtagpki.server.authentication.AuthenticationConfig
 
getAuthMgr() - Method in class com.netscape.cms.servlet.base.CMSServlet
 
getAuthority() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Return Authority for which this Processor operates.
getAuthority() - Method in class com.netscape.cms.profile.common.EnrollProfile
 
getAuthority() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getAuthority() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getAuthorityClient() - Method in class com.netscape.cmstools.authority.AuthorityCLI
 
getAuthorityDescription() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Return CA description.
getAuthorityEnabled() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Return whether CA is enabled.
getAuthorityID() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Get the AuthorityID of this CA.
getAuthorityParentID() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Get the AuthorityID of this CA's parent CA, if available.
getAuthorizationConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getAuthSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getAuthTime() - Method in class org.dogtagpki.server.authentication.AuthToken
Gets the time of authentication.
getAuthToken() - Method in class com.netscape.cms.realm.PKIPrincipal
 
getAuthToken(IRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
getAuthToken(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
getAuthType() - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
get authentication type.
getAuthzAcl() - Method in class com.netscape.cms.profile.common.Profile
 
getAuthzManager() - Method in class org.dogtagpki.server.authorization.AuthzManagerProxy
Returns an authorization manager instance.
getAuthzManager(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
gets the named authorization manager
getAuthzManagerConfig(String) - Method in class org.dogtagpki.server.authorization.AuthzManagersConfig
 
getAuthzManagerImplName() - Method in class org.dogtagpki.server.authorization.AuthzToken
Gets the plugin name of the authorization manager that created this token.
getAuthzManagerInstName() - Method in class org.dogtagpki.server.authorization.AuthzToken
Gets the name of the authorization manager instance that created this token.
getAuthzManagerNameByRealm(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Given a realm name, return the name of an authz manager for that realm.
getAuthzManagerPlugin(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Retrieve a single authz manager instance
getAuthzManagerPluginImpl(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
retrieve a single authz manager plugin by name
getAuthzManagerPlugins() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Enumerate all registered authorization manager plugins.
getAuthzManagers() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Enumerate all authorization manager instances.
getAuthzManagersConfig() - Method in class org.dogtagpki.server.authorization.AuthorizationConfig
 
getAuthzSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getAuthzTime() - Method in class org.dogtagpki.server.authorization.AuthzToken
Gets the time of authorization.
getAutoRecoveryIDs() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns a list of recovery identifiers.
getAutoRecoveryState() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the current auto recovery state.
getAutoRenew() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves the auto renew mode.
getAutoUpdateInterval() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns auto update interval in milliseconds.
getB64Attr() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
returns the B64 attribute where it'll be published.
getBanner() - Static method in class com.netscape.cms.servlet.base.PKIService
 
getBaseDN() - Method in class com.netscape.cms.ocsp.DefStore
 
getBaseDN() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Retrieves base DN of backend database.
getBaseDN() - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getBaseDN(String) - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getBegin() - Method in class com.netscape.cmscore.jobs.CronRange
gets the lower boundary value of the range
getBeginReplicaNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getBeginRequestNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getBeginSerialNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getBeginTime(String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getBeginTime(String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getBeginTime(String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getBigInteger(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as a big integer.
getBigInteger(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves big integer value.
getBigInteger(String, BigInteger) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as a big integer.
getBigInteger(String, BigInteger) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves integer value.
getBindDN() - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
getBindPassword() - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
getBitsFromRequest(IRequest, boolean) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
Gets ns cert type bits from request.
getBoolean(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as a boolean.
getBoolean(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getBoolean(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getBoolean(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves boolean-based property value.
getBoolean(String, boolean) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as a boolean.
getBoolean(String, boolean) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves boolean-based property value.
getBooleanConfigParam(IConfigStore, String) - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getBufferedReader() - Method in class com.netscape.cmsutil.http.HttpClient
 
getBundleName() - Method in exception com.netscape.certsrv.base.EBaseException
Returns the given resource bundle name.
getBundleName() - Method in exception com.netscape.certsrv.kra.EKRAException
Returns the bundle file name.
getBundleName() - Method in exception com.netscape.certsrv.usrgrp.EUsrGrpException
Retrieves bundle name.
getBundleName() - Method in exception com.netscape.cms.servlet.common.ECMSGWException
 
getBundleName() - Method in class com.netscape.cmscore.util.UtilMessage
Gets the resource bundle name for this class instance.
getByName(String) - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
Get the extension class by name.
getByOID(ObjectIdentifier) - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
Get the extension class by its OID.
getByteArray(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of a property as a byte array.
getByteArray(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a byte array from the configuration file.
getByteArray(String, byte[]) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of a property as a byte array, using the given default value if property is not present.
getByteArray(String, byte[]) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a byte array from the configuration file.
getBytes() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getBytes() - Method in interface com.netscape.cmsutil.ocsp.Response
 
getBytes(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
Converts string containing pairs of characters in the range of '0' to '9', 'a' to 'f' to an array of bytes such that each pair of characters in the string represents an individual byte
getBytesFromFile(String) - Static method in class com.netscape.cmstools.HttpClient
 
getCA(String) - Method in class com.netscape.certsrv.authority.AuthorityClient
 
getCA(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
getCACert() - Method in interface com.netscape.certsrv.authority.ICertAuthority
Returns CA's certificate implementaion.
getCACert() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
getCACert() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the CA certificate.
getCaCertAttrName() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
returns the ca cert attribute where it'll be published.
getCACertChain() - Method in interface com.netscape.certsrv.authority.ICertAuthority
Returns CA's certificate chain.
getCACertChain() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the CA certificate chain.
getCACerts() - Method in class com.netscape.cmscore.security.JssSubsystem
 
GETCACHAIN_REQUEST - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
getCAConnector() - Method in interface com.netscape.certsrv.ra.IRAService
Returns CA connector.
getCAObjectclass() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
Gets the CA object class to convert to.
getCAObjectclass() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
Gets the Certificate Authority object class to convert to.
getCAPQG(int, IConfigStore) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCAPQG(int, IConfigStore) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getCAService() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the CA service object that is responsible for processing requests.
getCASigningAlgorithms() - Method in interface com.netscape.certsrv.authority.ICertAuthority
Returns signing algorithms supported by the CA.
getCASigningAlgorithms() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the supported signing algorithms of this certificate authority.
getCaX509Cert() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the CA certificate.
getCert() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getCert() - Method in class com.netscape.cmscore.ldap.PublishObject
 
getCert(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
getCertAttr() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getCertAttrs() - Method in class com.netscape.cms.publish.mappers.MapDNPattern
 
getCertClient() - Method in class com.netscape.cmstools.ca.CACertCLI
 
getCertClient() - Method in class com.netscape.cmstools.ca.CACertRequestCLI
 
getCertDN() - Method in interface com.netscape.certsrv.usrgrp.IUser
Get certificate DN
getCertDN() - Method in class com.netscape.cmscore.usrgrp.User
 
getCertExtensions(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
GetCertFromRequest - Class in com.netscape.cms.servlet.cert
Gets a issued certificate from a request id.
GetCertFromRequest() - Constructor for class com.netscape.cms.servlet.cert.GetCertFromRequest
 
getCertID() - Method in class com.netscape.cmsutil.ocsp.Request
 
getCertID() - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getCertificate() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves X509 certificate.
getCertificate(String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getCertificate(String, String) - Static method in class com.netscape.cmstools.CMCEnroll
 
getCertificate(String, String) - Static method in class com.netscape.cmstools.CMCRequest
 
getCertificate(String, String) - Static method in class com.netscape.cmstools.CMCSharedToken
 
getCertificate(String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertificate(CryptoManager, String, String) - Static method in class com.netscape.cmstools.CMCRevoke
getCertificate find the certicate inside the token by its nickname.
getCertificateAt(int) - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getCertificateAt(int) - Method in class com.netscape.cmsutil.ocsp.Signature
 
getCertificateAuthority() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns certificate authority.
getCertificateCount() - Method in class com.netscape.cmsutil.ocsp.Signature
 
getCertificateRepository() - Method in interface com.netscape.certsrv.authority.ICertAuthority
Retrieves the certificate repository for this authority.
getCertificateRepository() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the certificate repository where all the locally issued certificates are kept.
getCertificates() - Method in class com.netscape.certsrv.usrgrp.Certificates
Retrieves certificates.
getCertificateSerialNumber() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves certificate serial number.
getCertificateString(X509Certificate) - Method in class com.netscape.cms.servlet.admin.UsrGrpAdminServlet
Converts certificate into string format.
getCertificateString(X509Certificate) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
getCertificateStringWithoutVersion(X509Certificate) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Converts certificate into string format.
getCertificateUsage(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getCertificateUsage(String) - Method in class com.netscape.cmstools.client.ClientCertValidateCLI
 
getCertificateValidity() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getCertIndex(X509CertImpl[], X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
Returns the index of the given cert in an array of certs.
getCertInfo() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getCertInfo(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertIssuedListener() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the request listener for issued certificates.
getCertList(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertListWithoutTokenName(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertPEM(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
getCertpp() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getCertPrettyPrint(String, String, String, Locale) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertPrettyPrint(String, String, Locale) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertPrettyPrint(String, Locale) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertPrettyPrintAndFingerPrint(String, String, String, Locale) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertRecord(int) - Method in class com.netscape.cmscore.dbs.CertRecordList
 
getCertRecord(BigInteger) - Method in class com.netscape.cms.servlet.base.CMSServlet
handy routine for getting a cert record given a serial number.
getCertRecords(int, int) - Method in class com.netscape.cmscore.dbs.CertRecordList
Retrieves requests.
getCertRequest(String, KeyPair) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertRequest(String, KeyPair) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getCertRequest(String, KeyPair, Extensions) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getCertRevokedListener() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the request listener for revoked certificates.
getCerts() - Method in class com.netscape.cmscore.ldap.PublishObject
 
getCerts() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
GETCERTS_FOR_CHALLENGE_REQUEST - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
getCertsCount() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getCertsDisplayInfo(X509CertImpl[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getCertStatus() - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getCertSubjectDN(IRequest) - Method in class com.netscape.cms.servlet.request.CertReqParser
 
getCertSubjectName(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCertSubjectName(String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getCertSubjNameAttr() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
return certificate subject attribute
getCertTag() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getCertType(X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getCertTypeBits(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
get cert type bits according to cert type.
getChain(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
getChainPEM(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
getChallenge() - Method in class com.netscape.certsrv.base.KeyGenInfo
Get Challenge phrase in string format
getCipherPreferences() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getCipherSuites() - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
getCipherVersion() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getClassByNameAsExtendedPluginInfo(String) - Static method in class com.netscape.cms.servlet.admin.AdminServlet
 
getClasses() - Method in class org.dogtagpki.server.rest.PKIApplication
 
getClassName() - Method in class com.netscape.certsrv.base.ResourceMessage
 
getClassName() - Method in class com.netscape.cmscore.apps.SubsystemConfig
 
getClassName() - Method in class com.netscape.cmscore.registry.PluginInfo
 
getClassPath() - Method in class com.netscape.certsrv.base.Plugin
Returns the plugin classpath.
getClassPath() - Method in class com.netscape.cmscore.listeners.ListenerPlugin
 
getClassPath(String) - Method in interface org.dogtagpki.server.ca.ICMSCRLExtensions
Returns class name with its path.
getClient() - Method in class com.netscape.cmstools.cli.MainCLI
 
getClient() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getClient(String) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getClient(String) - Method in class com.netscape.cmstools.cli.SubsystemCLI
 
getClientCertificateChain() - Method in class com.netscape.cms.servlet.profile.SSLClientCertProvider
 
getClientCertNickname() - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
getClientId() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the client ID of this record.
getCMCSigningCertFromCertSerial(String) - Static method in class com.netscape.cms.profile.common.EnrollProfile
getCMCSigningCertFromCertSerial is to be used when authentication was done with CMCUserSignedAuth where the resulting authToken contains IAuthManager.CRED_CMC_SIGNING_CERT, serial number This method takes the serial number and finds the cert from the CA's certdb
getCMCSigningCertSNfromCertSerial(String) - Static method in class com.netscape.cms.profile.common.EnrollProfile
 
getCMSEngine() - Static method in class com.netscape.cmscore.apps.CMS
 
getCMSFile(File, String) - Method in class com.netscape.cms.servlet.common.CMSFileLoader
 
getCode() - Method in exception com.netscape.certsrv.base.PKIException
 
getCommonName() - Method in class com.netscape.cmsutil.crypto.Module
 
getCompsFromString(String) - Static method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
useful routine for parsing components given as string to arrays of objectidentifiers.
getConfig() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getConfig() - Method in class com.netscape.cmstools.cli.MainCLI
 
getConfig() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
getConfig() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
getConfig(IConfigStore, HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Generic configuration store get operation.
getConfig(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getConfig(String) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getConfig(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getConfig(String) - Method in class com.netscape.cms.profile.def.NoDefault
 
getConfig(String) - Method in class com.netscape.cms.profile.input.EnrollInput
 
getConfig(String) - Method in class com.netscape.cms.profile.input.ServerKeygenInput
 
getConfig(String) - Method in class com.netscape.cms.profile.input.SubjectDNInput
 
getConfig(String) - Method in class com.netscape.cms.profile.input.SubjectNameInput
 
getConfig(String) - Method in class com.netscape.cms.profile.output.EnrollOutput
 
getConfig(String) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
getConfig(String, String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
Get constraint parameter in profile configuration.
getConfig(String, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
Get constraint parameter in profile configuration.
getConfigBoolean(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getConfigBoolean(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getConfigClient() - Method in class com.netscape.cmstools.config.ConfigCLI
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AuthzRealmDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AutoAssignDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.ImageDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NoDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectNameDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserExtensionDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.EnrollInput
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.GenericInput
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SubjectDNInput
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SubjectNameInput
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.output.EnrollOutput
 
getConfigDescriptor(Locale, String) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
GetConfigEntries - Class in com.netscape.cms.servlet.csadmin
 
GetConfigEntries() - Constructor for class com.netscape.cms.servlet.csadmin.GetConfigEntries
 
getConfigInt(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getConfigInt(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getConfigNames() - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getConfigNames() - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.NoDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
getConfigNames() - Method in class com.netscape.cms.profile.input.EnrollInput
 
getConfigNames() - Method in class com.netscape.cms.profile.output.EnrollOutput
 
getConfigNames() - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
getConfigParameters() - Method in interface com.netscape.certsrv.ocsp.IOCSPStore
This method retrieves the configuration parameters associated with this OCSP store.
getConfigParameters() - Method in class com.netscape.cms.ocsp.DefStore
 
getConfigParameters() - Method in class com.netscape.cms.ocsp.LDAPStore
Provides configuration parameters.
getConfigParams() - Method in interface com.netscape.certsrv.base.IPluginImpl
Retrieves a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cms.authentication.CMCAuth
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.FlatFileAuth
Returns a list of configuration parameters, so the console can prompt the user when configuring.
getConfigParams() - Method in class com.netscape.cms.authentication.HashAuthentication
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.PortalEnroll
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.SessionAuthentication
 
getConfigParams() - Method in class com.netscape.cms.authentication.SharedSecret
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cms.authentication.TokenAuthentication
get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authorization.AAclAuthz
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getConfigParams() - Method in class com.netscape.cms.jobs.RequestInQueueJob
Returns a list of configuration parameter names.
getConfigParams() - Method in class com.netscape.cms.listeners.PinRemovalListener
 
getConfigParams() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cmscore.authentication.NullAuthentication
Get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
Get the list of configuration parameter names required by this authentication manager.
getConfigParams() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
Returns a list of configuration parameter names.
getConfigParams() - Method in interface org.dogtagpki.server.authentication.AuthManager
Get configuration parameters for this implementation.
getConfigParams() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get configuration parameters for this implementation.
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSCRLNumberExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSCRLReasonExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSInvalidityDateExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
getConfigParams(IConfigStore, NameValuePairs) - Method in interface org.dogtagpki.server.ca.ICMSCRLExtension
Reads configuration data and converts them to name value pairs.
getConfigParams(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Gets configuration parameters for the given authentication manager plugin.
getConfigParams(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Gets configuration parameters for the given authorization manager plugin.
getConfigParams(String) - Method in class com.netscape.cmscore.jobs.JobsScheduler
Retrieves the configuration parameters of the given implementation.
getConfigParams(String) - Method in interface org.dogtagpki.server.ca.ICMSCRLExtensions
Reads configuration data and returns them as name value pairs.
getConfigReason(String) - Method in class com.netscape.cms.password.PasswordChecker
 
getConfigStore() - Method in class com.netscape.certsrv.base.BaseSubsystem
Retrieves the configuration store.
getConfigStore() - Method in interface com.netscape.certsrv.base.IPluginImpl
Retrieves the configuration store.
getConfigStore() - Method in interface com.netscape.certsrv.base.ISubsystem
Returns the root configuration storage of this system.
getConfigStore() - Method in interface com.netscape.certsrv.publish.ILdapPlugin
Return config store.
getConfigStore() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
gets the configuration substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authentication.CMCAuth
gets the configuration substore used by this authentication plug-in
getConfigStore() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Gets the configuration substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authentication.FlatFileAuth
Returns the configuration store used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authentication.HashAuthentication
Gets the configuration substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authentication.SessionAuthentication
gets the configuretion substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
gets the configuretion substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authentication.TokenAuthentication
gets the configuretion substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cms.authorization.AAclAuthz
Returns the configuration store used by this Authz mgr
getConfigStore() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getConfigStore() - Method in class com.netscape.cms.jobs.AJobBase
Gets the configuration substore used by this job
getConfigStore() - Method in class com.netscape.cms.listeners.PinRemovalListener
 
getConfigStore() - Method in class com.netscape.cms.logging.LogFile
Retrieves the configuration store of this subsystem.
getConfigStore() - Method in class com.netscape.cms.ocsp.DefStore
 
getConfigStore() - Method in class com.netscape.cms.ocsp.LDAPStore
 
getConfigStore() - Method in class com.netscape.cms.profile.common.Profile
Retrieves the configuration store of this profile.
getConfigStore() - Method in class com.netscape.cms.profile.common.ProfileInput
Returns configuration store.
getConfigStore() - Method in class com.netscape.cms.profile.common.ProfileOutput
Retrieves configuration store.
getConfigStore() - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getConfigStore() - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getConfigStore() - Method in class com.netscape.cms.profile.constraint.PolicyConstraint
Returns the corresponding configuration store of this constraint policy.
getConfigStore() - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getConfigStore() - Method in class com.netscape.cms.profile.def.NoDefault
 
getConfigStore() - Method in class com.netscape.cms.profile.def.PolicyDefault
Retrieves the configuration store of this default.
getConfigStore() - Method in class com.netscape.cms.profile.input.EnrollInput
 
getConfigStore() - Method in class com.netscape.cms.profile.output.EnrollOutput
 
getConfigStore() - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Retrieves the configuration store.
getConfigStore() - Method in interface com.netscape.cms.profile.updater.IProfileUpdater
Retrieves configuration store.
getConfigStore() - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
getConfigStore() - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
getConfigStore() - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
getConfigStore() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
getConfigStore() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getConfigStore() - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
implementation for extended ILdapPlugin interface method
getConfigStore() - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
getConfigStore() - Method in class com.netscape.cms.publish.mappers.NoMap
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
getConfigStore() - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
 
getConfigStore() - Method in class com.netscape.cmscore.apps.CMSEngine
returns the main config store
getConfigStore() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Returns the root configuration storage of this system.
getConfigStore() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
gets the configuretion substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
gets the configuretion substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cmscore.authentication.NullAuthentication
gets the configuration substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
gets the configuretion substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
Gets the configuration substore used by this authentication manager
getConfigStore() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Returns the root configuration storage of this system.
getConfigStore() - Method in class com.netscape.cmscore.cert.OidLoaderSubsystem
 
getConfigStore() - Method in class com.netscape.cmscore.cert.X500NameSubsystem
 
getConfigStore() - Method in class com.netscape.cmscore.dbs.DBRegistry
Retrieves configuration store.
getConfigStore() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Retrieves internal DB configuration store.
getConfigStore() - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
Get configuration store.
getConfigStore() - Method in class com.netscape.cmscore.jobs.JobsScheduler
Returns the root configuration storage of this system.
getConfigStore() - Method in class com.netscape.cmscore.ldap.LdapRule
 
getConfigStore() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getConfigStore() - Method in class com.netscape.cmscore.logging.LogSubsystem
Returns the root configuration storage of this system.
getConfigStore() - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Returns the root configuration storage of this system.
getConfigStore() - Method in class com.netscape.cmscore.registry.PluginRegistry
Returns the root configuration storage of this system.
getConfigStore() - Method in class com.netscape.cmscore.request.RequestSubsystem
 
getConfigStore() - Method in class com.netscape.cmscore.security.JssSubsystem
Retrieves a configuration store of this subsystem.
getConfigStore() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Returns the root configuration storage of this subsystem.
getConfigStore() - Method in class com.netscape.cmscore.util.ProfileSubsystem
 
getConfigStore() - Method in class com.netscape.cmscore.util.StatsSubsystem
 
getConfigStore() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
Returns the configuration store.
getConfigStore() - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getConfigStore() - Method in interface org.dogtagpki.server.authentication.AuthManager
Get the configuration store for this authentication manager.
getConfigStore() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get the configuration store for this authorization manager.
getConn() - Method in class com.netscape.cms.authorization.DirAclAuthz
 
getConn() - Method in class com.netscape.cmscore.connector.HttpConnFactory
gets a conenction from this factory.
getConn() - Method in class com.netscape.cmscore.ldap.LdapConnModule
 
getConn() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
Gets connection from this factory.
getConn() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
gets a conenction from this factory.
getConn() - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
getConn(boolean) - Method in class com.netscape.cmscore.connector.HttpConnFactory
Returns a Http connection - a clone of the master connection.
getConn(boolean) - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
Returns a LDAP connection - a clone of the master connection.
getConn(boolean) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
Returns a LDAP connection - a clone of the master connection.
getConnection() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
getConnectionConfig() - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getConnector(IConfigStore) - Method in interface org.dogtagpki.server.ca.ICAService
 
getConnectorClient() - Method in class com.netscape.cmstools.tps.connector.ConnectorCLI
 
getConnInfo() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
returns connection info.
getConnInfo() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
return ldap connection info
getConstraint() - Method in class com.netscape.cms.profile.common.ProfilePolicy
 
getContainer(String) - Method in class com.netscape.cmsutil.xml.XMLObject
If you have duplicate containers, then this method will return the first container in the list.
getContent() - Method in class com.netscape.cms.servlet.common.CMSFile
 
getContent() - Method in class com.netscape.cmsutil.http.HttpMessage
 
getContents() - Method in class com.netscape.certsrv.base.BaseResources
Returns the content of this resource.
getContents() - Method in class com.netscape.certsrv.base.PasswordResources
Returns the content of this resource.
getContents() - Method in class com.netscape.certsrv.kra.KRAResources
Returns the content of this resource.
getContents() - Method in class com.netscape.cms.servlet.admin.AdminResources
Returns the content of this resource.
getContents() - Method in class com.netscape.cms.servlet.common.CMSGWResources
Returns the content of this resource.
getContents() - Method in class com.netscape.cmscore.cert.PrettyPrintResources
Returns content
getContents() - Method in class com.netscape.cmscore.util.UtilResources
Returns the content of this resource.
getContentType() - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getContentValue(String, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getContext() - Static method in class com.netscape.certsrv.base.SessionContext
Retrieves the session context associated with the current thread.
getControl(Class<? extends LDAPControl>, LDAPControl[]) - Static method in class com.netscape.cmsutil.ldap.LDAPUtil
Get the control of the specified class from the array of controls.
GetCookie - Class in com.netscape.cms.servlet.csadmin
 
GetCookie() - Constructor for class com.netscape.cms.servlet.csadmin.GetCookie
 
getCreateTime() - Method in class com.netscape.cmscore.dbs.CertRecord
 
getCreateTime() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the creation time of this record.
getCRL() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves CRL encodings.
getCRL() - Method in class com.netscape.cmscore.ldap.PublishObject
 
GetCRL - Class in com.netscape.cms.servlet.cert
Retrieve CRL for a Certificate Authority
GetCRL() - Constructor for class com.netscape.cms.servlet.cert.GetCRL
 
GETCRL_REQUEST - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
getCRLCache() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
getCRLCacheNoClone() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
getCRLEntryExtensions() - Method in class com.netscape.cmscore.dbs.RevocationInfo
Retrieves CRL extensions.
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSCRLNumberExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSCRLReasonExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSInvalidityDateExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
getCRLExtension(IConfigStore, Object, boolean) - Method in interface org.dogtagpki.server.ca.ICMSCRLExtension
Builds new CRL extension based on configuration data, issuing point information, and criticality.
getCRLExtensions() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns list of CRL extensions.
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSCRLNumberExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSCRLReasonExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSInvalidityDateExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
getCRLExtOID() - Method in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
getCRLExtOID() - Method in interface org.dogtagpki.server.ca.ICMSCRLExtension
Returns CRL extension OID string.
getCRLFiles(File) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Gets all the CRLS (full and delta) in the directory These match --.* and ---delta.*
getCRLIssuingPoint(String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves CRL issuing point with the given identifier.
getCRLIssuingPoints() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves all the CRL issuing points.
getCRLNumber() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves CRL number.
getCRLNumber() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns current CRL number of this CRL issuing point.
getCRLObjectclass() - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
Gets the CA object class to convert to.
getCrlPublishErrorStr() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns CRL publishing error.
getCrlPublishStatusStr() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns CRL publishing status.
getCRLRepository() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the CRL repository.
getCRLSchema() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns current CRL generation schema for this CRL issuing point.
getCRLSigningUnit() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the signing unit that manages the CA signing key for signing CRL.
getCRLSize() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves CRL size.
getCRLSize() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns number of entries in the current CRL.
getCrlUpdateErrorStr() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns CRL update error.
getCrlUpdateStatusStr() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns CRL update status.
getCRLX500Name() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the issuer name of this certificate authority issuing point.
getCryptoToken(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Retrieves handle to a crypto token.
getCSState() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getCurrentIndex() - Method in class com.netscape.cmscore.dbs.CertRecordList
 
getCurrentIndex() - Method in class com.netscape.cmscore.dbs.DBVirtualList
 
getCurrentLogFile() - Method in class org.dogtagpki.server.rest.AuditService
 
getCustomCurvename() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getCustomKeysize() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getData() - Method in exception com.netscape.certsrv.base.PKIException
 
getData() - Method in exception com.netscape.certsrv.base.ResourceNotFoundException
 
getData() - Method in exception com.netscape.certsrv.base.UserNotFoundException
 
getData() - Method in class com.netscape.cms.authentication.HashAuthentication
 
getDatabase() - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getDatabaseConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getDatabaseDirectory() - Method in class com.netscape.cmstools.PKCS12Export
 
getDatabaseGroups(Collection<String>) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getDatabasePasswordFilename() - Method in class com.netscape.cmstools.PKCS12Export
 
getDataType() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the key data type of this record.
getDate() - Method in class com.netscape.cms.logging.LogEntry
 
getDateOfArchival() - Method in interface com.netscape.certsrv.kra.IProofOfArchival
Returns the beginning of the escrowed perioid.
getDateOfRevocation() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the date(s) of revocation.
getDateValue(Date, String) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
getDBConfigStore() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Retrieves DB subsystem configuration store.
getDBSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getDBSubsystem() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrieves backend database handle.
getDBSubsystem() - Method in class com.netscape.cmscore.dbs.CRLRepository
Retrieves backend database handle.
getDBSubsystem() - Method in class com.netscape.cmscore.dbs.DBSSession
Returns database subsystem.
getDBSubsystem() - Method in class com.netscape.cmscore.dbs.KeyRepository
 
getDBUser() - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getDBUser(String) - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
getDefault() - Method in class com.netscape.cms.profile.common.ProfilePolicy
 
getDefaultAlgorithm() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the default signing algorithm.
getDefaultAlgorithm() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the default signing algorithm of this certificate authority.
getDefaultConfig(String) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getDefaultConfig(String) - Method in class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
getDefaultConfig(String) - Method in class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
 
getDefaultConfig(String) - Method in class com.netscape.cms.profile.def.NoDefault
 
getDefaultConfig(String) - Method in class com.netscape.cms.profile.input.EnrollInput
 
getDefaultConfig(String) - Method in class com.netscape.cms.profile.output.EnrollOutput
 
getDefaultHashAlg() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getDefaultHashAlgName() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
The following are convenience routines for quick preliminary feature development or test programs that would just take the defaults
getDefaultParams() - Method in interface com.netscape.certsrv.base.IPluginImpl
Return default parameters for a plugin implementation.
getDefaultParams() - Method in interface com.netscape.certsrv.publish.ILdapCertMapper
Returns the default parameters.
getDefaultParams() - Method in interface com.netscape.certsrv.publish.ILdapMapper
Returns the initial default parameters.
getDefaultParams() - Method in interface com.netscape.certsrv.publish.ILdapPublisher
Returns the initial default parameters.
getDefaultParams() - Method in interface com.netscape.certsrv.publish.ILdapRule
Returns the initial default parameters.
getDefaultParams() - Method in class com.netscape.cms.logging.LogFile
 
getDefaultParams() - Method in class com.netscape.cms.logging.RollingLogFile
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.mappers.NoMap
 
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Returns the initial default parameters.
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
getDefaultParams() - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Returns the initial default parameters.
getDefaultParams() - Method in class com.netscape.cmscore.ldap.LdapRule
Returns the initial default parameters.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.AgentPolicy
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.DefaultRevocation
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.KeyAlgorithmConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.ManualAuthentication
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
Returns default parameters.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
Returns default parameters.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
Return default parameters for a policy implementation.
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
getDefaultParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Return default parameters for a policy implementation.
getDefaultParams(String, boolean, Vector<String>) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
Get default params
getDefaultParams(String, boolean, Vector<String>) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
adds params to default
getDefaultParams(String, Vector<String>) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.SubjAltNameGN
 
getDefaultSignatureAlgorithm() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the default signature algorithm of this certificate authority.
getDefaultStore() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the default OCSP store (i.
getDefaultValidity() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the default validity period.
getDefaultValidity() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the default validity period.
getDefNumGenNames() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
getDeltaCRL() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves CRL encodings.
getDeltaCRLNumber() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves delta CRL number.
getDeltaCRLNumber() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns current delta CRL number of this CRL issuing point.
getDeltaCRLSize() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves CRL size.
getDeltaCRLSize() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns number of entries in delta CRL
getDerAttr() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
returns the Der attribute where it'll be published.
getDerChallenge() - Method in class com.netscape.certsrv.base.KeyGenInfo
Get Challenge phrase in DerValue form
getDerSPKI() - Method in class com.netscape.certsrv.base.KeyGenInfo
Get SPKI in DerValue form
getDescription() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getDescription() - Method in interface com.netscape.certsrv.base.IPluginImpl
Gets the description for this plugin instance.
getDescription() - Method in interface com.netscape.certsrv.publish.ILdapCertMapper
Returns the description of this mapper.
getDescription() - Method in interface com.netscape.certsrv.publish.ILdapMapper
Returns the description of this mapper.
getDescription() - Method in interface com.netscape.certsrv.publish.ILdapPublisher
Returns the description of the publisher.
getDescription() - Method in interface com.netscape.certsrv.publish.ILdapRule
Returns the description of the ldap publisher.
getDescription() - Method in interface com.netscape.certsrv.usrgrp.CertUserLocator
Retrieves description.
getDescription() - Method in interface com.netscape.certsrv.usrgrp.IGroup
Retrieves group description.
getDescription() - Method in class com.netscape.cms.authorization.ACL
Retrieves the description of the resource governed by this access control.
getDescription() - Method in class com.netscape.cms.evaluators.GroupAccessEvaluator
gets the description for this acl evaluator
getDescription() - Method in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
gets the description for this acl evaluator
getDescription() - Method in class com.netscape.cms.evaluators.UserAccessEvaluator
gets the description for this acl evaluator
getDescription() - Method in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
gets the description for this acl evaluator
getDescription() - Method in class com.netscape.cms.logging.LogFile
 
getDescription() - Method in class com.netscape.cms.logging.RollingLogFile
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
getDescription() - Method in class com.netscape.cms.publish.mappers.NoMap
 
getDescription() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Returns the description of the ldap publisher.
getDescription() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
getDescription() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getDescription() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getDescription() - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
getDescription() - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
getDescription() - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Returns the description of the ldap publisher.
getDescription() - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
getDescription() - Method in class com.netscape.cmscore.dbs.RepositoryRecord
 
getDescription() - Method in class com.netscape.cmscore.ldap.LdapRule
Returns the description of the ldap publisher.
getDescription() - Method in class com.netscape.cmscore.usrgrp.CertDNCertUserLocator
Retrieves description.
getDescription() - Method in class com.netscape.cmscore.usrgrp.ExactMatchCertUserLocator
Retrieves description.
getDescription() - Method in class com.netscape.cmscore.usrgrp.Group
 
getDescription() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getDescription() - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Gets the description for this policy rule.
getDescription() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns internal description of this CRL issuing point.
getDescription(Locale) - Method in class com.netscape.cms.profile.common.Profile
Returns the profile description.
getDescription(Locale) - Method in class com.netscape.cmscore.registry.PluginInfo
 
getDetail() - Method in class com.netscape.cms.logging.LogEntry
 
getDigestAlgorithmName() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getDigestName() - Method in class com.netscape.cmsutil.ocsp.CertID
 
getDistributedCredentials(String) - Method in interface com.netscape.certsrv.kra.IKeyService
Retrieves credentials in the distributed recovery operation.
getDn() - Method in class com.netscape.certsrv.publish.LdapCertMapResult
Gets DN from the result.
getDN() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getDN() - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrieves DN of this repository.
getDN() - Method in class com.netscape.cmscore.dbs.CRLRepository
Retrieves DN of this repository.
getDN() - Method in class com.netscape.cmscore.dbs.KeyRepository
Retrieves the DN of this repository.
getDN() - Method in class com.netscape.cmscore.dbs.ReplicaIDRepository
Retrieves DN of this repository.
getDnComps() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getDocument() - Method in class com.netscape.cmsutil.xml.XMLObject
 
getDomainInfo() - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
getDomainInfo() - Method in class org.dogtagpki.server.rest.SecurityDomainService
 
getDomainXML() - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
GetDomainXML - Class in com.netscape.cms.servlet.csadmin
 
GetDomainXML() - Constructor for class com.netscape.cms.servlet.csadmin.GetDomainXML
 
getDontSaveHttpParams(ServletConfig) - Method in class com.netscape.cms.servlet.base.CMSServlet
get http parameters not to save from configuration.
getDSAKeyLen(X509Key) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
getDSAKeyLen(X509Key) - Method in class com.netscape.cms.profile.def.UserKeyDefault
 
getECCKeyPair(KeyCertData) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getECCKeyPair(CryptoToken, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getECcurves() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getECKeyCurve(X509Key) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getECType(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getEEClientAuthSSLPort() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getEENonSSLPort() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getEESSLPort() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getElementAt(int) - Method in class com.netscape.cmscore.dbs.DBVirtualList
fetch data of a single list item Recommend to call getSize() before getElementAt() or getElements() since you'd better check if the index is out of bound first.
getElements() - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves a list of argument keys.
getElements() - Method in interface com.netscape.certsrv.base.IAttrSet
Returns an enumeration of the names of the attributes existing within this AttrSet.
getElements() - Method in class com.netscape.certsrv.base.MetaInfo
Returns an enumeration of the names of the attributes existing within this attribute.
getElements() - Method in class com.netscape.cms.servlet.admin.AuthCredentials
returns an enumeration of the credential names in this credential set.
getElements() - Method in class com.netscape.cms.servlet.common.AuthCredentials
returns an enumeration of the credential names in this credential set.
getElements() - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves a list of argument keys.
getElements() - Method in class com.netscape.cmscore.dbs.CertRecord
 
getElements() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
getElements() - Method in class com.netscape.cmscore.dbs.DBRecord
 
getElements() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves an enumeration of attributes.
getElements() - Method in class com.netscape.cmscore.dbs.RepositoryRecord
Retrieves a list of attribute names.
getElements() - Method in class com.netscape.cmscore.jobs.CronItem
get the vector stuffed with elements where each element is represented as CronRange
getElements() - Method in class com.netscape.cmscore.notification.EmailResolverKeys
returns an enumeration of the key names in this key set.
getElements() - Method in class com.netscape.cmscore.request.RequestRecord
 
getElements() - Method in class com.netscape.cmscore.usrgrp.Group
 
getElements() - Method in class com.netscape.cmscore.usrgrp.User
 
getElements() - Method in class org.dogtagpki.server.authentication.AuthToken
Enumerate all attribute names in the AuthToken.
getElements() - Method in class org.dogtagpki.server.authorization.AuthzToken
Enumerate all attribute names in the AuthzToken.
getEmail() - Method in interface com.netscape.certsrv.usrgrp.IUser
Gets user email address.
getEmail() - Method in class com.netscape.cmscore.usrgrp.User
 
getEmail(IEmailResolverKeys) - Method in class com.netscape.cmscore.notification.ReqCertEmailResolver
returns an email address by using the resolver keys.
getEmailContent(String, Hashtable<String, Object>) - Method in class com.netscape.cmscore.notification.EmailFormProcessor
 
getEmailList(IAuthToken) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Generate a String Vector containing all the email addresses found in this Authentication token
getEnableAdminEnroll() - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
getEnabled() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getEnableRandomSerialNumbers() - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getEnableSerialManagement() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getEnableSerialMgmt() - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
getEnableSerialNumberRecovery() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
GetEnableStatus - Class in com.netscape.cms.servlet.cert
Servlet to get the enrollment status, enable or disable.
GetEnableStatus() - Constructor for class com.netscape.cms.servlet.cert.GetEnableStatus
 
getEncoded() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
Gets a byte array which is the der-encoded blob which gets sent back to the router.
getEncryptedPasswd() - Method in class com.netscape.cms.authentication.Crypt
Retrieve the resulting encrypted string from the current passwd and salt settings.
getEncryptedPkcs10() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getEncryptionAlgorithm() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getEnd() - Method in class com.netscape.cmscore.jobs.CronRange
gets the higher boundary value of the range
getEndReplicaNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getEndRequestNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getEndSerialNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getEnterpriseGroupName(String) - Static method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
getEntries() - Method in class com.netscape.certsrv.base.DataCollection
 
getEntries(ACLEntry.Type, Iterable<String>, String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
getEntry() - Method in class com.netscape.cms.logging.LogEntry
 
getEntry() - Method in class com.netscape.cmsutil.ldap.LDAPPostReadControl
Get the entry from the control.
getEntry(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
getEntry(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
getEntry(String, String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
getEntryAttribute(String, String, String, String) - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
getError() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getError(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves error by recovery identifier.
getErrorDescr() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getErrorDescription(int) - Method in class com.netscape.cms.servlet.csadmin.ConfigCertApprovalCallback
 
getEscapedCert() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getEscapedCertpp() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getExistingContext() - Static method in class com.netscape.certsrv.base.SessionContext
Retrieves the session context associated with the current thread.
getExpirationTime() - Method in class com.netscape.cms.logging.RollingLogFile
Get the expiration time
getExpiredCertificates(String, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all expired certificates.
getExpiredCerts() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves cache info of expired certificates.
getExpiredCertsDisplayInfo(String, X509CertImpl[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getExpiredPublishedCertificates(String, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all expired published certificates.
getExtData(String) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getExtendedPluginInfo() - Method in class com.netscape.cms.authentication.CMCAuth
Activate the help system.
getExtendedPluginInfo(String, boolean, Vector<String>) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
Get extended plugin info
getExtendedPluginInfo(String, boolean, Vector<String>) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
Get extended plugin info.
getExtendedPluginInfo(String, Vector<String>) - Static method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.SubjAltNameGN
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.certsrv.base.ExtendedPluginInfo
This method returns an array of strings.
getExtendedPluginInfo(Locale) - Method in interface com.netscape.certsrv.base.IExtendedPluginInfo
This method returns an array of strings.
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authentication.CMCAuth
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authentication.FlatFileAuth
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authentication.HashAuthentication
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authentication.PortalEnroll
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authorization.AAclAuthz
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSCRLNumberExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSCRLReasonExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSInvalidityDateExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.jobs.RequestInQueueJob
holds help text for this plugin
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.logging.LogFile
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.logging.RollingLogFile
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.ocsp.DefStore
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.ocsp.LDAPStore
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.mappers.NoMap
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
 
getExtendedPluginInfo(Locale) - Method in class com.netscape.cmscore.ldap.LdapRule
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.DefaultRevocation
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.KeyAlgorithmConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
gets plugin info for pretty console edit displays.
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
getExtendedPluginInfo(Locale) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Gets extended plugin info for pretty Console displays.
getExtendedPluginInfo(Locale, String, String, String) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
getExtension(IArgBlock) - Method in class com.netscape.cmscore.extensions.KeyUsage
 
getExtension(String, CertificateExtensions) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getExtension(String, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getExtension(String, X509CertInfo) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getExtensionAt(int) - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getExtensionCount() - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getExtensionFromCertTemplate(CertTemplate, ObjectIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getExtensionFromPKCS10(PKCS10, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getExtensions() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getExtensions(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getExtensions(String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getExtensionsCount() - Method in class com.netscape.cmsutil.ocsp.Request
 
getExtensionsCount() - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getFacId() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory.AnonConnection
used only to identify the factory from which this came.
getFailInfo() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getFeature(String) - Method in class org.dogtagpki.server.rest.FeatureService
 
getFeatureClient() - Method in class com.netscape.cmstools.feature.FeatureCLI
 
getFile() - Method in class com.netscape.cmscore.base.FileConfigStore
 
getFileConfigStore() - Method in class com.netscape.cmscore.registry.PluginRegistry
Returns handle to the registry configuration file.
getFileData(String) - Static method in class com.netscape.cmstools.ExtJoiner
 
getFilename() - Method in class com.netscape.cmscore.util.FileAsString
 
getFillerPropName() - Method in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
getFilter() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns filter used to build CRL based on information stored in local directory.
getFilter(String) - Method in class com.netscape.cmscore.dbs.DBRegistry
Creates LDAP-based search filters with help of registered mappers.
getFilter(String, IFilterConverter) - Method in class com.netscape.cmscore.dbs.DBRegistry
 
getFilterComps() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getFingerPrint(Certificate) - Static method in class com.netscape.cmscore.cert.CertUtils
Returns a string that represents a cert's fingerprint.
getFingerPrints(byte[]) - Static method in class com.netscape.cmscore.cert.CertUtils
Returns a string that has the certificate's fingerprint using MD5, MD2 and SHA1 hashes.
getFingerPrints(Certificate) - Static method in class com.netscape.cmscore.cert.CertUtils
Returns a string that has the certificate's fingerprint using MD5, MD2 and SHA1 hashes.
getFirstIndex() - Method in class com.netscape.cmscore.dbs.DBVirtualList
get the top of the buffer
getFirstUnsaved() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieve unique CRL identifier.
getFixed() - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
getFollowReferrals() - Method in class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
getFollowReferrals() - Method in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
getFormParams(Extension) - Method in class com.netscape.cmscore.extensions.KeyUsage
 
getFullCRLFiles(File) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Gets the full CRLs in the directory * These match --.*
getFullModuleName(String) - Method in class com.netscape.cmstools.cli.MainCLI
 
getFullModuleName(String) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getFullModuleName(String) - Method in class org.dogtagpki.server.cli.PKIServerCLI
 
getFullName() - Method in interface com.netscape.certsrv.usrgrp.IUser
Retrieves user full name.
getFullName() - Method in class com.netscape.cmscore.usrgrp.User
Retrieves user full name.
getFullName() - Method in class com.netscape.cmstools.acme.ACMECLI
 
getFullName() - Method in class com.netscape.cmstools.authority.AuthorityCLI
 
getFullName() - Method in class com.netscape.cmstools.ca.CACertCLI
 
getFullName() - Method in class com.netscape.cmstools.ca.CACertRequestCLI
 
getFullName() - Method in class com.netscape.cmstools.cli.HelpCLI
 
getFullName() - Method in class com.netscape.cmstools.cli.InfoCLI
 
getFullName() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getFullName() - Method in class com.netscape.cmstools.cli.SubsystemCLI
 
getFullName() - Method in class com.netscape.cmstools.client.ClientCLI
 
getFullName() - Method in class com.netscape.cmstools.feature.FeatureCLI
 
getFullName() - Method in class com.netscape.cmstools.group.GroupCLI
 
getFullName() - Method in class com.netscape.cmstools.kra.KRAKeyCLI
 
getFullName() - Method in class com.netscape.cmstools.nss.NSSCLI
 
getFullName() - Method in class com.netscape.cmstools.pkcs11.PKCS11CLI
 
getFullName() - Method in class com.netscape.cmstools.pkcs12.PKCS12CLI
 
getFullName() - Method in class com.netscape.cmstools.pkcs7.PKCS7CLI
 
getFullName() - Method in class com.netscape.cmstools.profile.ProfileCLI
 
getFullName() - Method in class com.netscape.cmstools.system.KRAConnectorCLI
 
getFullName() - Method in class com.netscape.cmstools.system.SecurityDomainCLI
 
getFullName() - Method in class com.netscape.cmstools.tks.TKSKeyCLI
 
getFullName() - Method in class com.netscape.cmstools.tks.TPSConnectorCLI
 
getFullName() - Method in class com.netscape.cmstools.tps.TPSCLI
 
getFullName() - Method in class com.netscape.cmstools.user.UserCLI
 
getFullName(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Converts the substore parameters.
getGeneralName() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameAsConstraintsConfig
 
getGeneralNames() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
getGeneralNameType(GeneralName) - Static method in class com.netscape.cms.profile.def.EnrollDefault
 
getGeneralNameValue(GeneralName) - Static method in class com.netscape.cms.profile.def.EnrollDefault
 
getGenNameChoice() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
getGenNameConfig() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
getGroup(String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getGroup(String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getGroup(String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getGroup(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Retrieves a group from LDAP NOTE - LH This takes a full LDAP DN.
getGroup(String) - Method in class org.dogtagpki.server.rest.GroupService
finds a group Request/Response Syntax: http://warp.mcom.com/server/certificate/columbo/design/ ui/admin-protocol-definition.html#user-admin
getGroupClient() - Method in class com.netscape.cmstools.group.GroupCLI
 
getGroupClient() - Method in class com.netscape.cmstools.group.GroupMemberCLI
 
getGroupData(String) - Method in class org.dogtagpki.server.rest.GroupService
 
getGroupFromName(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Retrieves a group from LDAP NOTE - this takes just the group name.
getGroupID() - Method in interface com.netscape.certsrv.usrgrp.IGroup
Retrieves group identifier.
getGroupID() - Method in class com.netscape.cmscore.usrgrp.Group
 
getGroupMember(String, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
getGroupMember(String, String) - Method in class org.dogtagpki.server.rest.GroupService
 
getGroups(String) - Method in class com.netscape.cmscore.logging.Auditor
 
getHash() - Method in class com.netscape.cmsutil.ocsp.KeyHashID
 
getHashAlgorithm() - Method in class com.netscape.cmsutil.ocsp.CertID
 
getHashAlgorithmOID(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
getHashAlgorithmOID returns OID of the hashing algorithm name
getHeader() - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
getHeader(String) - Method in class com.netscape.cmsutil.http.HttpMessage
get a header
getHMACAlgName(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Maps from HMACAlgorithm name to JSS Provider HMAC Alg name.
getHMACAlgorithmOID(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
getHMACAlgorithmOID returns OID of the HMAC algorithm name
getHMACtoMessageDigestName(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
maps from HMACAlgorithm name to FIPS 180-2 MessageDigest algorithm name
getHost() - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getHost() - Method in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
getHost() - Method in class com.netscape.cmsutil.http.HttpClient
 
getHost(String) - Method in class org.dogtagpki.server.rest.SecurityDomainHostService
 
getHostInfo(DomainInfo, String, String, int) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getHostname() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getHostname() - Method in class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
getHosts() - Method in class com.netscape.cms.authentication.HashAuthentication
 
getHosts() - Method in class org.dogtagpki.server.rest.SecurityDomainHostService
 
getHref() - Method in class com.netscape.certsrv.base.Link
 
getHTTP(String) - Method in class org.dogtagpki.legacy.core.policy.JavaScriptRequestProxy
 
getHttpParams() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getHttpReq() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getHttpResp() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getHttpVers() - Method in class com.netscape.cmsutil.http.HttpRequest
get http version
getHttpVers() - Method in class com.netscape.cmsutil.http.HttpResponse
get http version
getId() - Method in class com.netscape.certsrv.base.BaseSubsystem
Retrieves the subsystem identifier.
getId() - Method in interface com.netscape.certsrv.base.ISubsystem
Retrieves the name of this subsystem.
getId() - Method in class com.netscape.certsrv.base.Plugin
Returns the plugin identifier.
getId() - Method in class com.netscape.cms.jobs.AJobBase
get instance id.
getId() - Method in class com.netscape.cms.ocsp.DefStore
 
getId() - Method in class com.netscape.cms.ocsp.LDAPStore
 
getId() - Method in class com.netscape.cms.profile.common.Profile
Returns the identifier of this profile.
getId() - Method in class com.netscape.cms.profile.common.ProfilePolicy
 
getId() - Method in class com.netscape.cms.servlet.base.CMSServlet
 
getId() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Retrieves id (name) of this subsystem.
getId() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Retrieves id (name) of this subsystem.
getId() - Method in class com.netscape.cmscore.cert.OidLoaderSubsystem
Retrieves subsystem identifier.
getId() - Method in class com.netscape.cmscore.cert.X500NameSubsystem
Retrieves subsystem identifier.
getId() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieve unique CRL identifier.
getId() - Method in class com.netscape.cmscore.dbs.DBRegistry
Retrieves subsystem identifier.
getId() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Retrieves subsystem identifier.
getId() - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
Returns subsystem ID
getId() - Method in class com.netscape.cmscore.jobs.JobsScheduler
Retrieves id (name) of this subsystem.
getId() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getId() - Method in class com.netscape.cmscore.listeners.ListenerPlugin
 
getId() - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getId() - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Retrieves the name of this subsystem.
getId() - Method in class com.netscape.cmscore.request.RequestSubsystem
Implements ISubsystem.getId
getId() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getId() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
This method retrieves the name of this subsystem.
getId() - Method in class com.netscape.cmscore.util.ProfileSubsystem
Retrieves subsystem identifier.
getId() - Method in class com.netscape.cmscore.util.StatsSubsystem
Retrieves subsystem identifier.
getId() - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
getId() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getId() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns internal id of this CRL issuing point.
getID() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getID() - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
getID() - Method in class com.netscape.cmscore.apps.SubsystemConfig
 
getID() - Method in class com.netscape.cmscore.apps.SubsystemInfo
 
getID() - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
getIds(String) - Method in class com.netscape.cmscore.registry.PluginRegistry
Returns a list of identifiers of the given type.
getImagePath() - Method in class com.netscape.cmsutil.crypto.Module
 
getImplName() - Method in interface com.netscape.certsrv.base.IPluginImpl
Returns the name of the plugin class.
getImplName() - Method in interface com.netscape.certsrv.publish.ILdapCertMapper
Returns implementation name.
getImplName() - Method in interface com.netscape.certsrv.publish.ILdapMapper
Returns implementation name.
getImplName() - Method in interface com.netscape.certsrv.publish.ILdapPublisher
Returns the implementation name.
getImplName() - Method in interface com.netscape.certsrv.publish.ILdapRule
Returns the implementation name.
getImplName() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
Gets the plugin name of authentication manager.
getImplName() - Method in class com.netscape.cms.authentication.CMCAuth
gets the plug-in name of this authentication plug-in.
getImplName() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
gets the plugin name of this authentication manager.
getImplName() - Method in class com.netscape.cms.authentication.FlatFileAuth
 
getImplName() - Method in class com.netscape.cms.authentication.HashAuthentication
gets the plugin name of this authentication manager.
getImplName() - Method in class com.netscape.cms.authentication.SessionAuthentication
Gets the plugin name of authentication manager.
getImplName() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
Gets the plugin name of authentication manager.
getImplName() - Method in class com.netscape.cms.authentication.TokenAuthentication
Gets the plugin name of authentication manager.
getImplName() - Method in class com.netscape.cms.authorization.AAclAuthz
gets the plugin name of this authorization manager.
getImplName() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getImplName() - Method in class com.netscape.cms.jobs.AJobBase
gets the plugin name of this job.
getImplName() - Method in class com.netscape.cms.listeners.PinRemovalListener
 
getImplName() - Method in class com.netscape.cms.logging.LogFile
 
getImplName() - Method in class com.netscape.cms.logging.RollingLogFile
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
getImplName() - Method in class com.netscape.cms.publish.mappers.NoMap
 
getImplName() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Returns the implementation name.
getImplName() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
getImplName() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getImplName() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getImplName() - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
getImplName() - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
getImplName() - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Returns the implementation name.
getImplName() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
Gets the plugin name of authentication manager.
getImplName() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
Gets the plugin name of authentication manager.
getImplName() - Method in class com.netscape.cmscore.authentication.NullAuthentication
gets the name of the authentication manager plugin
getImplName() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
gets the name of the authentication manager plugin
getImplName() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
gets the plugin name of this authentication manager.
getImplName() - Method in class com.netscape.cmscore.ldap.LdapRule
Returns the implementation name.
getImplName() - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getImplName() - Method in interface org.dogtagpki.server.authentication.AuthManager
Get name of authentication manager plugin.
getImplName() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get implementation name of authorization manager plugin.
getInBigIntegerArray(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInByteArray(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInByteArrayArray(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInCert(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInCertExts(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInCertificates(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getIncrementConfig(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets range increment for next range in config file
getInDate(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getIndex() - Method in class com.netscape.cmscore.ldap.PublishObject
 
getInfo() - Method in class org.dogtagpki.server.rest.InfoService
 
getInfo() - Method in class org.dogtagpki.server.rest.KRAInfoService
 
GetInfo - Class in com.netscape.cms.servlet.cert
Get detailed information about CA CRL processing
GetInfo() - Constructor for class com.netscape.cms.servlet.cert.GetInfo
Constructs GetInfo servlet.
getInInteger(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInitAgentAsyncKeyRecovery(String) - Method in interface com.netscape.certsrv.kra.IKeyService
get async recovery request initiating agent
getInput(String, Locale, IRequest) - Method in class com.netscape.cms.profile.common.Profile
 
getInputDescriptor(String) - Method in class com.netscape.cms.profile.common.Profile
 
getInputNames() - Method in class com.netscape.cms.profile.common.Profile
 
getInputStream() - Method in class com.netscape.cmsutil.http.HttpClient
 
getInputStreamReader() - Method in class com.netscape.cmsutil.http.HttpClient
 
getInstallToken(String, int, String, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getInstallToken(String, String) - Method in class org.dogtagpki.server.rest.SecurityDomainService
 
getInstallToken(String, String, String) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
getInstance() - Static method in class com.netscape.cmscore.authentication.AuthSubsystem
 
getInstance() - Static method in class com.netscape.cmscore.authorization.AuthzSubsystem
 
getInstance() - Static method in class com.netscape.cmscore.cert.OidLoaderSubsystem
 
getInstance() - Static method in class com.netscape.cmscore.cert.X500NameSubsystem
 
getInstance() - Static method in class com.netscape.cmscore.dbs.DBSubsystem
 
getInstance() - Static method in class com.netscape.cmscore.extensions.CMSExtensionsMap
 
getInstance() - Static method in class com.netscape.cmscore.jobs.JobsScheduler
 
getInstance() - Static method in class com.netscape.cmscore.logging.LogSubsystem
Retrieves singleton: the LogSubsystem.
getInstance() - Static method in class com.netscape.cmscore.security.JssSubsystem
 
getInstanceDir() - Static method in class com.netscape.cms.servlet.base.PKIService
 
getInstanceDir() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
getInstanceDir() - Method in class com.netscape.cmscore.apps.CMSEngine
Retrieves the instance root path of this server.
getInstanceDir() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getInstanceID() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getInstanceName() - Method in interface com.netscape.certsrv.base.IPluginImpl
Returns the name of the plugin instance.
getInstanceName() - Method in interface com.netscape.certsrv.publish.ILdapRule
Returns the instance name.
getInstanceName() - Method in class com.netscape.cmscore.ldap.LdapRule
Returns the instance name
getInstanceName() - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Returns the name of the policy rule instance.
getInstanceParams() - Method in interface com.netscape.certsrv.base.IPluginImpl
Return configured parameters for a plugin instance.
getInstanceParams() - Method in interface com.netscape.certsrv.publish.ILdapCertMapper
Returns the instance parameters.
getInstanceParams() - Method in interface com.netscape.certsrv.publish.ILdapMapper
Returns the current instance parameters.
getInstanceParams() - Method in interface com.netscape.certsrv.publish.ILdapPublisher
Returns the current instance parameters.
getInstanceParams() - Method in interface com.netscape.certsrv.publish.ILdapRule
Returns the current instance parameters.
getInstanceParams() - Method in class com.netscape.cms.logging.LogFile
 
getInstanceParams() - Method in class com.netscape.cms.logging.RollingLogFile
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.mappers.NoMap
 
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Returns the current instance parameters.
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
getInstanceParams() - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Returns the current instance parameters.
getInstanceParams() - Method in class com.netscape.cmscore.ldap.LdapRule
Returns the current instance parameters.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.AgentPolicy
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.DefaultRevocation
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.KeyAlgorithmConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.ManualAuthentication
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
Returns instance specific parameters.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
Returns instance parameters.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
Return configured parameters for a policy rule instance.
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
getInstanceParams() - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Return configured parameters for a policy rule instance.
getInstanceParams(Vector<String>) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
Get instance params
getInstanceParams(Vector<String>) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
Get instance params.
getInstanceParams(Vector<String>) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.SubjAltNameGN
 
getInstanceParamsWithExtras() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
getInstances() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Get a hashtable containing all authentication instances.
getInstances() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Get a hashtable containing all authentication instances.
getInstances() - Method in class com.netscape.cmscore.jobs.JobsScheduler
Retrieves all the job instances.
getInString(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInStringArray(String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
getInt(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getInt(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getIntConfigParam(IConfigStore, String) - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getInteger(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as an integer.
getInteger(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves integer value.
getInteger(String, int) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given property as an integer.
getInteger(String, int) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves integer value.
getInternalCertificate(byte[], String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getInternalDBConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getInternalTokenName() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getInvalidCertsByNotBeforeDate(Date, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getIP(String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getIP(String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getIP(String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getIRequest() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getIsHostAuthority() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getIssuanceProtCert() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
get Issuance Protection Certificate
getIssuanceProtPrivKey() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
get Issuance Protection Private Key
getIssuanceProtPubKey() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
get Issuance Protection Public Key
getIssuedBy() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves the person who issues this certificate.
getIssuerDN() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getIssuerKeyHash() - Method in class com.netscape.cmsutil.ocsp.CertID
 
getIssuerName() - Method in interface com.netscape.certsrv.kra.IProofOfArchival
Retrieves the issuer name.
getIssuerName() - Method in class com.netscape.cms.profile.common.EnrollProfile
 
getIssuerNameHash() - Method in class com.netscape.cmsutil.ocsp.CertID
 
getIssuerObj() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
 
getIssuingPointsNames() - Method in class com.netscape.cmscore.dbs.CRLRepository
Retrieves all issuing points' names
getItem(String) - Method in class com.netscape.cmscore.jobs.JobCron
retrieves the cron item
getIV() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getJobCron() - Method in class com.netscape.cms.jobs.AJobBase
get cron string associated with this job
getJobPlugins() - Method in class com.netscape.cmscore.jobs.JobsScheduler
 
getJobsScheduler() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getJSSSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getJumpToElementAt(int) - Method in class com.netscape.cmscore.dbs.DBVirtualList
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.CASigningCert
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.KRATransportCert
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.OCSPSigningCert
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.RASigningCert
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.SSLCert
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.SSLSelfSignedCert
 
getKeyAlgorithm() - Method in class com.netscape.cmscore.security.SubsystemCert
 
getKeyClient() - Method in class com.netscape.cmstools.kra.KRAKeyCLI
 
getKeyClient(String) - Method in class com.netscape.cmstools.kra.KRAKeyCLI
 
getKeygenToken() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the token that generates user key pairs for supporting server-side keygen
getKeyId() - Method in class com.netscape.cmscore.security.PWsdrCache
 
getKeyID(IRequest) - Method in class com.netscape.cms.servlet.request.CertReqParser
 
getKeyID(String) - Static method in class com.netscape.cmsutil.util.Keyring
Get Key ID from keyname
getKeyIdentifier(X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
getKeyIdentifier(X509CertInfo) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
Get the Key Identifier in a subject key identifier extension from a CertInfo.
getKeyOption() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getKeyPair(KeyCertData) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getKeyPair(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getKeyPair(String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getKeyPair(CryptoToken, String, int) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getKeyPair(CryptoToken, String, int, PQGParams) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getKeyRecord(int) - Method in class com.netscape.cmscore.dbs.KeyRecordList
 
getKeyRecords(int, int) - Method in class com.netscape.cmscore.dbs.KeyRecordList
Retrieves requests.
getKeyRepository() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves the key repository.
getKeySize() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the key size.
getKeyStatus() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the key status of this record.
getKeyStorageToken(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Retrieves handle to a key store token.
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.CASigningCert
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.KRATransportCert
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.OCSPSigningCert
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.RASigningCert
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.SSLCert
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.SSLSelfSignedCert
 
getKeyUsageExtension() - Method in class com.netscape.cmscore.security.SubsystemCert
 
getKeyWrapAlgotihm(PKIClient) - Static method in class com.netscape.cmstools.CRMFPopClient
 
getKRAConnector() - Method in interface com.netscape.certsrv.ra.IRAService
Returns KRA connector.
getKRAConnector() - Method in interface org.dogtagpki.server.ca.ICAService
Returns KRA-CA connector.
getKRAConnectorClient() - Method in class com.netscape.cmstools.system.KRAConnectorCLI
 
getLangFile(HttpServletRequest, File, Locale[]) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
getLangFile(HttpServletRequest, File, Locale[]) - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
getLastAccess() - Method in class com.netscape.cms.servlet.common.CMSFile
 
getLastLogin(String) - Method in class com.netscape.cms.authentication.HashAuthData
 
getLastLogin(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
getLastModified() - Method in class com.netscape.cms.servlet.common.CMSFile
 
getLastRequestIdInRange(BigInteger, BigInteger) - Method in class com.netscape.cmscore.request.RequestQueue
 
getLastSerialNumberInRange(BigInteger, BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getLastSerialNumberInRange(BigInteger, BigInteger) - Method in class com.netscape.cmscore.dbs.CRLRepository
 
getLastSerialNumberInRange(BigInteger, BigInteger) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
getLastSerialNumberInRange(BigInteger, BigInteger) - Method in class com.netscape.cmscore.dbs.ReplicaIDRepository
Returns last serial number in given range
getLastSerialNumberInRange(BigInteger, BigInteger) - Method in class com.netscape.cmscore.dbs.Repository
 
getLastSigningAlgorithm() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns signing algorithm used in last signing operation..
getLastUpdate() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns time of the last update.
getLDAPAttributes(String[]) - Method in class com.netscape.cmscore.dbs.DBRegistry
Retrieves a list of LDAP attributes that are associated with the given attributes.
getLdapAttrs() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Return a list of LDAP attributes with String values to retrieve.
getLdapAttrs() - Method in class com.netscape.cms.authentication.DNPattern
 
getLdapAuthInfo() - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
getLdapByteAttrs() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Return a list of LDAP attributes with byte[] values to retrieve.
getLDAPConfig() - Method in class com.netscape.cmscore.usrgrp.UGSubsystemConfig
 
getLDAPConfig() - Method in class org.dogtagpki.server.authentication.AuthManagerConfig
 
getLDAPConfig() - Method in class org.dogtagpki.server.authorization.AuthzManagerConfig
 
getLdapConnFactory() - Method in class com.netscape.cmscore.ldap.LdapConnModule
Returns the internal ldap connection factory.
getLdapConnInfo() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Retrieves LDAP connection info (host, port, secure)
getLdapConnModule() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns LdapConnModule belonging to this Processor.
getLdapConnModule() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
Retrieves LDAP connection module.
getLevel() - Method in class com.netscape.cms.logging.LogEntry
 
getLevel() - Method in class com.netscape.cms.logging.LogFile
Retrieves the log level threshold.
getLink() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getLinks() - Method in class com.netscape.certsrv.base.DataCollection
 
getListener(String) - Method in class com.netscape.cmscore.request.ARequestNotifier
Gets listener from the list of registered listeners.
getListenerNames() - Method in class com.netscape.cmscore.request.ARequestNotifier
Gets list of listener names.
getListeners() - Method in class com.netscape.cmscore.request.ARequestNotifier
Gets list of listeners.
getLocale(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
getLocale(IRequest) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getLocale(IRequest) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getLocale(IRequest) - Method in class com.netscape.cms.profile.input.EnrollInput
 
getLocale(String) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
getLocale(String) - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.CheckIdentity
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.GetConfigEntries
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.GetCookie
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.GetDomainXML
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.GetStatus
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.GetSubsystemCert
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.GetTransportCert
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.ImportTransportCert
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.RegisterUser
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.TokenAuthenticate
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
Retrieves locale based on the request.
getLocale(HttpServletRequest) - Method in class org.dogtagpki.server.rest.SessionContextInterceptor
 
getLocale(HttpHeaders) - Method in class com.netscape.cms.servlet.base.PKIService
 
getLocalizedString(Locale, String, String) - Static method in class com.netscape.certsrv.base.MessageFormatter
Retrieves the localized string.
getLocalizedString(Locale, String, String, Object) - Static method in class com.netscape.certsrv.base.MessageFormatter
Retrieves the localized string.
getLocalizedString(Locale, String, String, Object[]) - Static method in class com.netscape.certsrv.base.MessageFormatter
Retrieves the localized string.
getLogDefaultParams(String) - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getLogDirectory() - Method in class org.dogtagpki.server.rest.AuditService
 
getLogFiles() - Method in class org.dogtagpki.server.rest.AuditService
 
getLogger() - Static method in class com.netscape.cms.logging.Logger
get default single global logger
getLogger() - Static method in class com.netscape.cms.logging.SignedAuditLogger
 
getLogger(LogCategory, LogSource) - Static method in class com.netscape.cms.logging.Logger
 
getLogInstance(String) - Method in class com.netscape.cmscore.logging.LogSubsystem
Retrieve log instance by it's name
getLogInstanceParams(String) - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getLogInsts() - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getLogMessage(String, Object...) - Static method in class com.netscape.cmscore.apps.CMS
Retrieves log message from LogMessages.properties or audit-events.properties.
getLogPluginName(ILogEventListener) - Method in class com.netscape.cms.servlet.admin.LogAdminServlet
 
getLogPluginName(ILogEventListener) - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getLogPlugins() - Method in class com.netscape.cmscore.logging.LogSubsystem
 
getLogQueue() - Method in class com.netscape.cms.logging.Logger
Retrieves the associated log queue.
getLogQueue() - Static method in class com.netscape.cms.logging.LogQueue
 
getLogSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getLowWaterMarkConfig(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets low water mark limit in config file
getMailNotification() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getMainStatsEvent() - Method in class com.netscape.cmscore.util.StatsSubsystem
 
getManPage() - Method in class com.netscape.cmstools.ca.CACertCLI
 
getManPage() - Method in class com.netscape.cmstools.ca.CACertRequestCLI
 
getManPage() - Method in class com.netscape.cmstools.cli.MainCLI
 
getManPage() - Method in class com.netscape.cmstools.client.ClientCLI
 
getManPage() - Method in class com.netscape.cmstools.group.GroupCLI
 
getManPage() - Method in class com.netscape.cmstools.group.GroupMemberCLI
 
getManPage() - Method in class com.netscape.cmstools.kra.KRAKeyCLI
 
getManPage() - Method in class com.netscape.cmstools.logging.AuditCLI
 
getManPage() - Method in class com.netscape.cmstools.profile.ProfileCLI
 
getManPage() - Method in class com.netscape.cmstools.system.SecurityDomainCLI
 
getManPage() - Method in class com.netscape.cmstools.tps.profile.ProfileCLI
 
getManPage() - Method in class com.netscape.cmstools.user.UserCertCLI
 
getManPage() - Method in class com.netscape.cmstools.user.UserCLI
 
getMapper() - Method in class com.netscape.certsrv.publish.MapperProxy
Returns ILdapMapper object.
getMapper() - Method in class com.netscape.cmscore.ldap.LdapRule
 
getMapperDefaultParams(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns mapper initial default parameters.
getMapperDefaultParams(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
public PublishRuleSet getPublishRuleSet() { return mRuleSet; }
getMapperInstance(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns ILdapMapper instance based on name of MapperProxy.
getMapperInstance(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getMapperInstanceParams(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns mapper current instance parameters.
getMapperInstanceParams(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getMapperInsts() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Hashtable of rule mapper instances.
getMapperInsts() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getMapperPlugins() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Hashtable of mapper plugins.
getMapperPlugins() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getMaxSerial() - Method in class com.netscape.cmscore.dbs.Repository
Get the maximum serial number.
getMaxSerial() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the last serial number that can be used for certificate issuance in this certificate authority.
getMaxSerialConfig(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets maximum serial number limit in config file
getMemberNames() - Method in interface com.netscape.certsrv.usrgrp.IGroup
Retrieves a list of member names.
getMemberNames() - Method in class com.netscape.cmscore.usrgrp.Group
 
getMessage() - Method in class com.netscape.cmscore.util.UtilMessage
Returns the current message format string.
getMessageType() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getMessageTypeString() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getMetaInfo() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves meta information.
getMetaInfo() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the metaInfo.
getMethod() - Method in class com.netscape.cmsutil.http.HttpRequest
get method
getMinSerial() - Method in class com.netscape.cmscore.dbs.Repository
Get the minimum serial number.
getMinSerialConfig(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets minimum serial number limit in config file
getModifications(LDAPEntry) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getModifyTime() - Method in class com.netscape.cmscore.dbs.CertRecord
 
getModifyTime() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the last modification time of this record.
getModule(String) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getModules() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getModulus(PublicKey) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getName() - Method in interface com.netscape.certsrv.base.IConfigStore
Gets the name of this Configuration Store.
getName() - Method in class com.netscape.certsrv.base.MetaAttributeDef
Gets attribute name
getName() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the X500Name of an OCSP server instance.
getName() - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Returns the name of the publishing rule set.
getName() - Method in interface com.netscape.certsrv.usrgrp.IGroup
Retrieves the group name.
getName() - Method in interface com.netscape.certsrv.usrgrp.IUser
Retrieves name.
getName() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
Gets the name of this authentication manager.
getName() - Method in class com.netscape.cms.authentication.CMCAuth
gets the name of this authentication plug-in instance
getName() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
gets the name of this authentication manager instance
getName() - Method in class com.netscape.cms.authentication.FlatFileAuth
 
getName() - Method in class com.netscape.cms.authentication.HashAuthentication
gets the name of this authentication manager instance
getName() - Method in class com.netscape.cms.authentication.SessionAuthentication
Gets the name of this authentication manager.
getName() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
Gets the name of this authentication manager.
getName() - Method in class com.netscape.cms.authentication.TokenAuthentication
Gets the name of this authentication manager.
getName() - Method in class com.netscape.cms.authorization.AAclAuthz
gets the name of this authorization manager instance
getName() - Method in class com.netscape.cms.authorization.ACL
Retrieves the name of the resource governed by this access control.
getName() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
getName() - Method in class com.netscape.cms.listeners.PinRemovalListener
 
getName() - Method in class com.netscape.cms.logging.LogFile
Retrieves the base log file name.
getName() - Method in class com.netscape.cms.realm.PKIRealm
 
getName() - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
getName() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
Gets the name of this authentication manager.
getName() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
Gets the name of this authentication manager.
getName() - Method in class com.netscape.cmscore.authentication.NullAuthentication
gets the name of this authentication manager instance
getName() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
gets the name of this authentication manager instance
getName() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
gets the name of this authentication manager instance
getName() - Method in class com.netscape.cmscore.base.PropConfigStore
Returns the name of this store.
getName() - Method in class com.netscape.cmscore.extensions.KeyUsage
 
getName() - Method in class com.netscape.cmscore.usrgrp.Group
 
getName() - Method in class com.netscape.cmscore.usrgrp.User
Retrieves the name of this identity.
getName() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getName() - Method in class com.netscape.cmsutil.ocsp.NameID
 
getName() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
getName() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
getName() - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Returns the name of the rule set.
getName() - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Returns the name of the policy rule.
getName() - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getName() - Method in interface org.dogtagpki.server.authentication.AuthManager
Get the name of this authentication manager instance.
getName() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Get the name of this authorization manager instance.
getName(Locale) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.CMCAuth
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.FlatFileAuth
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.SessionAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.TokenAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.common.Profile
Returns the profile name.
getName(Locale) - Method in class com.netscape.cms.profile.common.ProfileInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.common.ProfileOutput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getName(Locale) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getName(Locale) - Method in class com.netscape.cms.profile.constraint.PolicyConstraint
Returns localized name of this constraint.
getName(Locale) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getName(Locale) - Method in class com.netscape.cms.profile.def.NoDefault
 
getName(Locale) - Method in class com.netscape.cms.profile.def.PolicyDefault
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.CertReqInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.CMCCertReqInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.DualKeyGenInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.EncryptionKeyGenInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.EnrollInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.FileSigningInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.GenericInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.ImageInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.KeyGenInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.nsHKeyCertReqInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.nsNKeyCertReqInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.SerialNumRenewInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.ServerKeygenInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.SigningKeyGenInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.SubjectAltNameExtInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.SubjectDNInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.SubjectNameInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.input.SubmitterInfoInput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.output.CertOutput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.output.EnrollOutput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.output.nsNKeyOutput
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.output.PKCS12Output
Retrieves the localizable name of this policy.
getName(Locale) - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Retrieves the localizable name of this policy.
getName(Locale) - Method in interface com.netscape.cms.profile.updater.IProfileUpdater
Retrieves the localizable name of this policy.
getName(Locale) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
getName(Locale) - Method in class com.netscape.cmscore.registry.PluginInfo
 
getNameFromHashAlgorithm(AlgorithmIdentifier) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
getNameFromHashAlgorithm returns the hashing algorithm name from input Algorithm
getNewNickName() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the new nickname of the transport certifiate.
getNewNickName() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the nickname of the RA certificate from configuration store.
getNewSchemaEntryAdded() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextBeginReplicaNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextBeginRequestNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextBeginSerialNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextCRLNumber() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns next CRL number of this CRL issuing point.
getNextDeltaUpdate() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns time of the next delta CRL update.
getNextEndReplicaNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextEndRequestNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextEndSerialNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextMaxSerial() - Method in class com.netscape.cmscore.dbs.Repository
Get the maximum serial number in next range.
getNextMaxSerialConfig(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets maximum serial number limit in next range in config file
getNextMinSerialConfig(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets minimum serial number limit in next range in config file
getNextRange(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Gets start of next range from database.
getNextSerialConfig() - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
getNextSerialNumber() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getNextSerialNumber() - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getNextSerialNumber() - Method in class com.netscape.cmscore.dbs.Repository
Retrieves the next serial number, and also increase the serial number by one.
getNextUpdate() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves next update time.
getNextUpdate() - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getNextUpdate() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns time of the next update.
getNextUpdateGracePeriod() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns next update grace period in minutes.
getNickname() - Method in interface com.netscape.certsrv.authority.IAuthority
nickname of signing (id) cert
getNickname() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the nickname of the transport certificate.
getNickname() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Returns the nickname of the RA certificate.
getNickname() - Method in interface com.netscape.certsrv.tks.ITKSAuthority
Returns the nickname of the RA certificate.
getNickname() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getNickname() - Method in class com.netscape.cmscore.security.CASigningCert
 
getNickname() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getNickname() - Method in class com.netscape.cmscore.security.KRATransportCert
 
getNickname() - Method in class com.netscape.cmscore.security.OCSPSigningCert
 
getNickname() - Method in class com.netscape.cmscore.security.RASigningCert
 
getNickname() - Method in class com.netscape.cmscore.security.SSLCert
 
getNickname() - Method in class com.netscape.cmscore.security.SSLSelfSignedCert
 
getNickname() - Method in class com.netscape.cmscore.security.SubsystemCert
 
getNickname() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Returns the nickname for the CA signing certificate.
getNickname(String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getNickName() - Method in class com.netscape.cmsutil.crypto.Token
 
getNodes(String) - Method in class com.netscape.cms.authorization.AAclAuthz
 
getNonceData(int) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Generates a nonce_iv for padding.
getNonces(HttpServletRequest, String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
 
getNonNull(String) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
getNoOfRequiredAgents() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the number of required agents.
getNoOfRequiredAgents() - Method in interface com.netscape.certsrv.kra.IKeyService
Retrieves number of agent required to perform key recovery operation.
getNotAfter() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves not after.
getNotBefore() - Method in class com.netscape.cmscore.dbs.CertRecord
 
getNSCertTypeBits(IRequest) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
get ns cert type bits from actual sets in the request
getNSExtensionInfo(NSCertTypeExtension) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getNSSDatabase() - Method in class com.netscape.cmstools.cli.MainCLI
 
getNum() - Method in class com.netscape.cms.profile.input.GenericInput
 
getNumAds() - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
getNumAds() - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
getNumAttrs() - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
getNumberOfRecentlyExpiredCerts() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns number of recently expired and revoked certificates.
getNumberOfRecentlyRevokedCerts() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns number of recently revoked certificates.
getNumberOfRecentlyUnrevokedCerts() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns number of recently unrevoked certificates.
getNumberOfRequests() - Method in class com.netscape.cmscore.request.ARequestNotifier
Gets number of requests in publishing queue.
getNumExcluded() - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getNumGeneralNames() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
getNumGNs() - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
getNumMappings() - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
getNumOCSPRequest() - Method in interface com.netscape.certsrv.ocsp.IOCSPService
Returns the in-memory count of the processed OCSP requests.
getNumOCSPRequest() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Returns the in-memory count of the processed OCSP requests.
getNumPermitted() - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getNumPoints() - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
getNumPoints() - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
getNumPolicies() - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getNumQualifiers() - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getObjectIdentifier() - Method in class com.netscape.cmsutil.ocsp.ResponseBytes
 
GetOCSPInfo - Class in com.netscape.cms.servlet.ocsp
Retrieve information about the number of OCSP requests the OCSP has serviced
GetOCSPInfo() - Constructor for class com.netscape.cms.servlet.ocsp.GetOCSPInfo
 
getOCSPRequestTotalTime() - Method in interface com.netscape.certsrv.ocsp.IOCSPService
Returns the in-memory time (in mini-second) of the processed time for OCSP requests.
getOCSPRequestTotalTime() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Returns the in-memory time (in mini-second) of the processed time for OCSP requests.
getOCSPSigningAlgorithms() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves all potential OCSP signing algorithms.
getOCSPSigningUnit() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the signing unit that manages the CA signing key for signing OCSP response.
getOCSPStore(String) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the OCSP store given its name.
getOCSPTotalData() - Method in interface com.netscape.certsrv.ocsp.IOCSPService
Returns the total data signed for OCSP requests.
getOCSPTotalData() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Returns the total data signed for OCSP requests.
getOCSPTotalLookupTime() - Method in interface com.netscape.certsrv.ocsp.IOCSPService
 
getOCSPTotalSignTime() - Method in interface com.netscape.certsrv.ocsp.IOCSPService
Returns the in-memory time (in mini-second) of the signing time for OCSP requests.
getOCSPTotalSignTime() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Returns the in-memory time (in mini-second) of the signing time for OCSP requests.
getOfficialName() - Method in interface com.netscape.certsrv.authority.IAuthority
return official product name.
getOID() - Method in class com.netscape.certsrv.base.MetaAttributeDef
Gets an attribute OID.
getOID() - Method in class com.netscape.cmscore.extensions.KeyUsage
 
getOID(KeyWrapAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getOIDLoaderSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getOldCookie(String, int, String, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getOn() - Method in class com.netscape.cms.logging.LogFile
Retrieves the log on/off.
getOrder() - Static method in class com.netscape.cms.authorization.AAclAuthz
 
getOutput(CMSTemplateParams) - Method in class com.netscape.cms.servlet.common.CMSTemplate
for debugging, return contents that would've been outputed.
getOutputStream() - Method in class com.netscape.cmsutil.http.HttpClient
 
getOutputStreamWriter() - Method in class com.netscape.cmsutil.http.HttpClient
 
getOwnerName() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves owner name.
getP10() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getPage(int) - Method in class com.netscape.cmscore.dbs.DBVirtualList
Get a page starting at "first" (although we may also fetch some preceding entries) Recommend to call getSize() before getElementAt() or getElements() since you'd better check if the index is out of bound first.
getPage(String) - Method in class com.netscape.cmscore.dbs.DBVirtualList
Called by application to scroll the list with initial letters.
getPagedRequests(int) - Method in class com.netscape.cmscore.request.RequestQueue
 
getPagedRequestsByFilter(RequestId, boolean, String, int, String) - Method in class com.netscape.cmscore.request.RequestQueue
 
getPagedRequestsByFilter(RequestId, String, int, String) - Method in class com.netscape.cmscore.request.RequestQueue
 
getPagedRequestsByFilter(String, int, String) - Method in class com.netscape.cmscore.request.RequestQueue
 
getPageID() - Method in class com.netscape.cms.authentication.HashAuthentication
 
getParameter(HttpServletRequest, String) - Method in class com.netscape.cms.servlet.admin.AdminServlet
 
getParameters() - Method in exception com.netscape.certsrv.base.EBaseException
Returns the list of parameters.
getParameters() - Method in class com.netscape.cmscore.util.UtilMessage
Returns a list of parameters.
getParams(Object) - Method in class com.netscape.cms.servlet.base.PKIService
Get the values of the fields annotated with @FormParam.
getParams(Object) - Method in class com.netscape.cms.servlet.processors.Processor
Get the values of the fields annotated with @FormParam.
getParamString(StringBuilder, Map<String, String>) - Method in class com.netscape.cmscore.logging.Auditor
 
getParamString(String, String, String, Map<String, String>) - Method in class com.netscape.cmscore.logging.Auditor
 
getParamString(Map<String, String>) - Method in class com.netscape.cmscore.logging.Auditor
 
getParent() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
getParentID() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getPasswd() - Method in class com.netscape.cms.authentication.Crypt
Retrieve the passwd string currently being encrypted.
getPassword() - Method in interface com.netscape.certsrv.usrgrp.IUser
Retrieves user password.
getPassword() - Method in class com.netscape.cmscore.usrgrp.User
Retrieves user password.
getPassword(String) - Method in class com.netscape.cms.realm.PKIRealm
 
getPassword(String) - Method in interface com.netscape.cmsutil.password.IPasswordReader
 
getPassword(String) - Method in class com.netscape.cmsutil.password.PlainPasswordReader
 
getPassword(String, int) - Method in interface com.netscape.cmsutil.password.IPasswordStore
 
getPassword(String, int) - Method in class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
getPassword(String, int) - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
getPassword(String, String) - Static method in class com.netscape.cmsutil.util.Keyring
Get password from keyring
getPasswordAgain(PasswordCallbackInfo) - Method in class com.netscape.cmscore.base.JDialogPasswordCallback
 
getPasswordAgain(PasswordCallbackInfo) - Method in class com.netscape.cmscore.security.PWCBsdr
 
getPasswordChecker() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getPasswordFirstAttempt(PasswordCallbackInfo) - Method in class com.netscape.cmscore.base.JDialogPasswordCallback
 
getPasswordFirstAttempt(PasswordCallbackInfo) - Method in class com.netscape.cmscore.security.PWCBsdr
 
getPasswordFromStore(String) - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
getPasswordStore() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getPasswordStore() - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
getPasswordStore() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
getPasswordStore(String, Map<String, String>) - Static method in interface com.netscape.cmsutil.password.IPasswordStore
Construct a password store.
getPeerCert(HttpServletRequest) - Method in class com.netscape.cms.servlet.connector.CloneServlet
 
getPeerCert(HttpServletRequest) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
getPendingNotify() - Method in class com.netscape.cmscore.request.ARequestQueue
 
getPfx() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.SubjAltNameGN
 
getPhone() - Method in interface com.netscape.certsrv.usrgrp.IUser
Retrieves user phonenumber.
getPhone() - Method in class com.netscape.cmscore.usrgrp.User
 
getPID() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getPk12(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves PKCS12 package by recovery identifier.
GetPk12 - Class in com.netscape.cms.servlet.key
Get the recovered key in PKCS#12 format
GetPk12() - Constructor for class com.netscape.cms.servlet.key.GetPk12
Constructs getPk12 servlet.
getPkcs12OutputFilename() - Method in class com.netscape.cmstools.PKCS12Export
 
getPkcs12PasswordFilename() - Method in class com.netscape.cmstools.PKCS12Export
 
getPKIArchiveOptions(String) - Static method in class com.netscape.cmscore.crmf.CRMFParser
Retrieves PKIArchiveOptions from CRMF request.
getPKIArchiveOptions(AVA) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
getPKIDataFromCMCblob(Locale, String) - Method in class com.netscape.cms.profile.common.EnrollProfile
getPKIDataFromCMCblob
getPKIStatus() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getPluginInfo(String, String) - Method in class com.netscape.cmscore.registry.PluginRegistry
Retrieves the plugin information.
getPluginRegistry() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getPlugins() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Get a hashtable containing all authentication plugins.
getPlugins() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Get a hashtable containing all authentication plugins.
getPlugins() - Method in class com.netscape.cmscore.jobs.JobsScheduler
Retrieves all the job implementations.
getPolicies(String) - Method in class com.netscape.cms.profile.common.Profile
 
getPolicyImpl(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyImplConfig(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyImplConfig(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
getPolicyImpls() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyImplsInfo() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyInstance(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyInstanceConfig(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyInstanceConfig(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
getPolicyInstances() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyInstancesInfo() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPolicyMessages() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getPolicyProcessor() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns policy processor of the key recovery authority.
getPolicyProcessor() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the policy processor of this registration authority.
getPolicyProcessor() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the policy processor of this certificate authority.
getPolicySetId(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
Perform simple policy set assignment.
getPolicySetId(IRequest) - Method in class com.netscape.cms.profile.common.Profile
Retrieves a default set id for the given request.
getPolicySubstoreId() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
getPopLinkWitnessV2control(ASN1Value) - Method in class com.netscape.cms.profile.common.EnrollProfile
getPopLinkWitnessV2control
getPort() - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getPort() - Method in class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
getPort() - Method in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
getPort() - Method in class com.netscape.cmsutil.http.HttpClient
 
getPQG(int) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getPQG(int) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getPQGParams() - Method in class com.netscape.cmscore.security.CASigningCert
 
getPQGParams() - Method in class com.netscape.cmscore.security.OCSPSigningCert
 
getPredicate() - Method in class com.netscape.cmscore.ldap.LdapRule
Returns the predicate expression for the rule.
getPredicate() - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Returns the predicate expression for the rule.
getPrefix() - Method in class com.netscape.certsrv.base.AttributeNameHelper
Return the prefix of the name.
getPreOpConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getPrincipal(IUser, IAuthToken) - Method in class com.netscape.cms.realm.PKIRealm
 
getPrincipal(String) - Method in class com.netscape.cms.realm.PKIRealm
 
getPrincipal(String, IAuthToken) - Method in class com.netscape.cms.realm.PKIRealm
 
getPrivateKey(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Retrieves a private key by nickname.
getPrivateKey(String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getPrivateKey(String, String) - Static method in class com.netscape.cmstools.CMCEnroll
 
getPrivateKey(String, String) - Static method in class com.netscape.cmstools.CMCRequest
 
getPrivateKey(String, String) - Static method in class com.netscape.cmstools.CMCSharedToken
 
getPrivateKeyData() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves key.
getProducedAt() - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getProductName() - Static method in class com.netscape.cmscore.apps.CMS
Return the product name from /usr/share/pki/CS_SERVER_VERSION which is provided by the server theme package.
getProductVersion() - Static method in class com.netscape.cmscore.apps.CMS
 
getProfile(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Retrieves a profile by id.
getProfile(String) - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
getProfileAuthenticator(Profile) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
getProfileClassId(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
getProfileClient() - Method in class com.netscape.cmstools.profile.ProfileCLI
 
getProfileClient() - Method in class com.netscape.cmstools.tps.profile.ProfileCLI
 
getProfileEnableBy(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
getProfileIDMapping() - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
getProfileIds() - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Retrieves a list of profile ids.
getProfileIds() - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
getProfileImplConfig(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
getProfileInput(String) - Method in class com.netscape.cms.profile.common.Profile
Retrieves input policy by id.
getProfileInputIds() - Method in class com.netscape.cms.profile.common.Profile
Retrieves a list of input policy IDs.
getProfileMappingClient() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingCLI
 
getProfileOutput(String) - Method in class com.netscape.cms.profile.common.Profile
Retrieves output policy by id.
getProfileOutputIds() - Method in class com.netscape.cms.profile.common.Profile
Retrieves a list of output policy IDs.
getProfilePolicies(String) - Method in class com.netscape.cms.profile.common.Profile
Returns a list of profile policies.
getProfilePolicy(String, String) - Method in class com.netscape.cms.profile.common.Profile
Retrieves a policy.
getProfilePolicyIds(String) - Method in class com.netscape.cms.profile.common.Profile
Retrieves all the policy id within a set.
getProfilePolicySetIds() - Method in class com.netscape.cms.profile.common.Profile
Returns the profile policy set identifiers.
getProfileSetIDMapping() - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
getProfileUpdater(String) - Method in class com.netscape.cms.profile.common.Profile
 
getProfileUpdaterIds() - Method in class com.netscape.cms.profile.common.Profile
 
getPrompt(PasswordCallbackInfo) - Method in class com.netscape.cmscore.base.JDialogPasswordCallback
This function can be overriden if different heading is required.
getProperties() - Method in interface com.netscape.certsrv.base.IConfigStore
Get properties as a map.
getProperties() - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves lexicographically sorted properties as a map.
getProperties() - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
getProperty(String) - Method in class com.netscape.cmscore.base.SimpleProperties
Searches for the property with the specified key in this property list.
getProperty(String) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
getProperty(String, String) - Method in class com.netscape.cmscore.base.SimpleProperties
Searches for the property with the specified key in this property list.
getPropertyB(String, boolean) - Method in class com.netscape.cms.authentication.FlatFileAuth
Get the named property, If the property is not set, use b as the default, and create a new value for the property in the config file.
getPropertyNames() - Method in interface com.netscape.certsrv.base.IConfigStore
Retrives and enumeration of all properties in this config-store.
getPropertyNames() - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a list of property names.
getPropertyNames() - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
getPropertyS(String, String) - Method in class com.netscape.cms.authentication.FlatFileAuth
Get the named property If the property is not set, use s as the default, and create a new value for the property in the config file.
getPropName() - Method in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
getPublicExponent(PublicKey) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getPublicKeyData() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the public key.
getPublishDN() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns DN of the directory entry where CRLs from this issuing point are published.
getPublisher() - Method in class com.netscape.certsrv.publish.PublisherProxy
Return ILdapPublisher object.
getPublisher() - Method in class com.netscape.cmscore.ldap.LdapRule
 
getPublisherDefaultParams(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns publisher initial default parameters.
getPublisherDefaultParams(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getPublisherInstance(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns ILdapPublisher instance.
getPublisherInstance(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getPublisherInstanceParams(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Vector of PublisherIntance's current instance parameters.
getPublisherInstanceParams(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getPublisherInsts() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Hashtable of rule publisher instances.
getPublisherInsts() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getPublisherPlugins() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Hashtable of publisher plugins.
getPublisherPlugins() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getPublisherProcessor() - Method in interface com.netscape.certsrv.authority.ICertAuthority
get authority's publishing module if any.
getPublisherProcessor() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the publishing processor of this registration authority.
getPublisherProcessor() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the publishing processor of this certificate authority.
getPublishingStatus() - Method in class com.netscape.cmscore.dbs.RepositoryRecord
 
getPublishingStatus() - Method in class com.netscape.cmscore.request.RequestQueue
 
getPublishObject(IRequest) - Method in class com.netscape.cmscore.ldap.LdapRequestListener
 
getRACert() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the RA certificate.
getRandomNumberGenerator() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getRandomNumberGenerator() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getRAService() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the RA service object that is responsible for processing requests.
getRawList() - Method in class com.netscape.cmscore.request.ARequestQueue
Get complete list of RequestId values found i this queue.
getRawList() - Method in class com.netscape.cmscore.request.RequestQueue
 
getRcpIssuerAndSerialNumber() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getReady() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getRealm() - Method in class com.netscape.cmscore.dbs.KeyRecord
 
getReason() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getReason(String) - Method in class com.netscape.cms.password.PasswordChecker
Returns a reason if the password doesnt meet the quality requirement.
getReasonPhrase() - Method in class com.netscape.cmsutil.http.HttpResponse
get reason phrase
getRecentSigningCert(X509CertImpl[], X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
Returns the most recently issued signing certificate from an an array of certs.
getRecipientNonce() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getRecord(String) - Method in class com.netscape.cmscore.dbs.Database
 
getRecord(String) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
getRecordStatus(String) - Method in class com.netscape.cmscore.dbs.CSCfgDatabase
 
getRecoveryID() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the current recovery identifier.
getRecoveryID() - Method in interface com.netscape.certsrv.kra.IKeyService
Retrieves recovery identifier.
getRecoveryParams(String) - Method in interface com.netscape.certsrv.kra.IKeyService
Retrieves recovery parameters for the given recovery operation.
getRegistry() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Retrieves the registry.
getRelationship() - Method in class com.netscape.certsrv.base.Link
 
getRelPath(IAuthority) - Method in class com.netscape.cms.servlet.base.CMSServlet
handy routine for getting agent's relative path
getRenewableCertificates(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getRenewedCert(ICertRecord) - Method in class com.netscape.cms.servlet.cert.RenewalServlet
 
getRenewedCertsDisplayInfo(String, X509CertImpl[], X509CertImpl[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getReplicaDN() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getReplicaIncrement() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getReplicaLowWaterMark() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getReplicaRangeDN() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getReplicaRepository() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves the Replica ID repository.
getReplicaRepository() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the Replica ID repository.
getReplicationStatus(String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
getRepository(String) - Method in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
 
getReqAttrs() - Method in class com.netscape.cms.publish.mappers.MapDNPattern
 
getReqCount(String) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method retrieves the number of OCSP requests since startup.
getReqCount(String) - Method in class com.netscape.cms.ocsp.DefStore
 
getReqCount(String) - Method in class com.netscape.cms.ocsp.LDAPStore
 
getReqId() - Method in class com.netscape.cmscore.connector.HttpPKIMessage
 
getReqRealm() - Method in class com.netscape.cmscore.connector.HttpPKIMessage
 
getReqStatus() - Method in class com.netscape.cmscore.connector.HttpPKIMessage
 
getReqType() - Method in class com.netscape.cmscore.connector.HttpPKIMessage
 
getRequest() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getRequest() - Method in class com.netscape.cmscore.request.ARequestNotifier
Gets request from publishing queue.
getRequest(RequestId, UriInfo, IAuthToken) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
Gets info for a specific request
getRequestAt(int) - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getRequestCount() - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getRequestDN() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getRequestDN() - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getRequestExtensionAt(int) - Method in class com.netscape.cmsutil.ocsp.Request
 
getRequestExtensionAt(int) - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getRequestId() - Method in class com.netscape.cmscore.request.RequestRecord
 
getRequestIncrement() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getRequestInQListener() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the request listener that listens on the request completion event.
getRequestInQListener() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the request in queue listener.
getRequestListener(String) - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the request listener by name.
getRequestListener(String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the request listener by name.
getRequestListenerNames() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves all request listeners.
getRequestListenerNames() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves all request listeners.
getRequestLowWaterMark() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getRequestNotifier() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
get request notifier
getRequestorDN(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
getRequestorDN(IRequest) - Method in class com.netscape.cms.profile.common.Profile
Retrieves a localized string that represents requestor's distinguished name.
getRequestorDN(IRequest) - Method in class com.netscape.cms.servlet.request.CertReqParser
 
getRequestorName() - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getRequestQueue() - Method in interface com.netscape.certsrv.authority.IAuthority
Retrieves the request queue for the Authority.
getRequestQueue() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves KRA request repository.
getRequestQueue() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the request queue of this registration authority.
getRequestQueue() - Method in interface com.netscape.certsrv.tks.ITKSAuthority
Retrieves the request queue of this registration authority.
getRequestQueue() - Method in class com.netscape.cms.profile.common.EnrollProfile
 
getRequestQueue() - Method in class com.netscape.cms.profile.common.Profile
Retrieves the request queue that is associated with this profile.
getRequestQueue() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the request queue of this certificate authority.
getRequestQueue(String, int, IPolicy, IService, INotify, INotify) - Method in class com.netscape.cmscore.request.RequestSubsystem
Retrieves a request queue.
getRequestRangeDN() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getRequestRepository() - Method in class com.netscape.cmscore.request.RequestQueue
 
getRequestScheduler() - Method in class com.netscape.cmscore.request.ARequestQueue
 
getRequestSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getRequestURI() - Method in class com.netscape.cmscore.connector.HttpConnection
 
getRequiredCreds() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.CMCAuth
get the list of required credentials.
getRequiredCreds() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
get the list of required credentials.
getRequiredCreds() - Method in class com.netscape.cms.authentication.FlatFileAuth
Return a list of HTTP parameters which will be taken from the request posting and placed into the AuthCredentials block Note that this method will not be called until after the init() method is called
getRequiredCreds() - Method in class com.netscape.cms.authentication.HashAuthentication
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.PortalEnroll
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.SessionAuthentication
 
getRequiredCreds() - Method in class com.netscape.cms.authentication.SharedSecret
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.TokenAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cmscore.authentication.NullAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
get the list of authentication credential attribute names required by this authentication manager.
getRequiredCreds() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
Returns array of required credentials for this authentication manager.
getRequiredCreds() - Method in interface org.dogtagpki.server.authentication.AuthManager
Gets a list of the required credentials for this authentication manager.
getRequiredCreds(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Gets a list of required authentication credential names of the specified authentication manager.
getRequiredEntryExtensions(CRLExtensions) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Converts list of extensions supplied by revocation request to list of extensions required to be placed in CRL.
getResourceACLs() - Method in class com.netscape.cms.authorization.ACL
Retrieve an iterable of strings that were used to produce this ACL.
getResourceBundle(String) - Method in class com.netscape.cms.servlet.base.SubsystemService
 
getResponderID() - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getResponderIDByHash() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the responder ID by its hash.
getResponderIDByName() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the responder ID by its name.
getResponse() - Method in class com.netscape.cmsutil.ocsp.ResponseBytes
 
getResponse() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getResponseAt(int) - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getResponseBytes() - Method in class com.netscape.cmsutil.ocsp.OCSPResponse
 
getResponseCount() - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getResponseData() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getResponseExtensionAt(int) - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getResponseExtensionCount() - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getResponseFormat() - Method in class com.netscape.cms.servlet.base.PKIService
 
getResponseFormat(HttpHeaders) - Static method in class com.netscape.cms.servlet.base.PKIService
 
getResponseStatus() - Method in class com.netscape.cmsutil.ocsp.OCSPResponse
 
getResponseString() - Method in class netscape.net.TransferProtocolClient
converts the server response into a string.
getResponseStrings() - Method in class netscape.net.TransferProtocolClient
Returns all server response strings.
getResult() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getResult(String) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getRevocationDate() - Method in class com.netscape.cmscore.dbs.CertRecord
Return revocation date.
getRevocationDate() - Method in class com.netscape.cmscore.dbs.RevocationInfo
Retrieves revocation date.
getRevocationDateFromCache(BigInteger, boolean, boolean) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns date of revoked certificate or null if certificated is not listed as revoked.
getRevocationInfo() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves revocation information.
GETREVOCATIONINFO_REQUEST - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
getRevocationTime() - Method in class com.netscape.cmsutil.ocsp.RevokedInfo
 
getRevokedBy() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves the person who revokes this certificate.
getRevokedCertificates(int, int) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns all the revoked certificates from the CRL cache.
getRevokedCertificates(String, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrieves all revoked certificates in the serial number range.
getRevokedCertificates(Date) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrieves all revoked certificates that have not expired.
getRevokedCerts() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves cache info of revoked certificates.
getRevokedCertsByNotAfterDate(Date, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getRevokedOn() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves the date which this record is revoked.
getRevokedPublishedCertificates(String, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrieves all revoked publishedcertificates in the serial number range.
getRevReason() - Method in class com.netscape.cmscore.dbs.CertRecord
 
getRoles(IUser) - Method in class com.netscape.cms.realm.PKIRealm
 
getRolloverTime() - Method in class com.netscape.cms.logging.RollingLogFile
Get the rollover interval
getRoot() - Method in class com.netscape.cmsutil.xml.XMLObject
 
getRootCerts() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getRootCertTrustBit(String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getRow() - Method in class com.netscape.cms.logging.LogEntry
 
getRSAKeyLen(X509Key) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
getRSAKeyLen(X509Key) - Method in class com.netscape.cms.profile.def.UserKeyDefault
 
getRule(IRequest) - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Get the publishing rule identified by a corresponding request.
getRule(String) - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Get the publishing rule identified by a given name.
getRule(String) - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Returns the rule identified by a given name.
getRuleDefaultParams(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Vector of RulePlugin's initial default parameters.
getRuleDefaultParams(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getRuleInstanceParams(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Vector of RulePlugin's current instance parameters.
getRuleInstanceParams(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getRuleInsts() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Hashtable of rule instances.
getRuleInsts() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getRulePlugins() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns Hashtable of rule plugins.
getRulePlugins() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getRules() - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Get an enumeration of publishing rules.
getRules() - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Returns an enumeration of rules.
getRules(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns list of rules based on publishing type.
getRules(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getRules(String, IRequest) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns list of rules based on publishing type and publishing request.
getRules(String, IRequest) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
getSalt() - Method in class com.netscape.cms.authentication.Crypt
Retrieve the salt string currently being used for encryption.
getSaveHttpHeaders(ServletConfig) - Method in class com.netscape.cms.servlet.base.CMSServlet
get http headers to save from configuration.
getSearchBase() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
return search base
getSecret(String) - Method in class com.netscape.cms.authentication.HashAuthData
 
getSecret(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
getSecure() - Method in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
getSecurePort() - Method in class com.netscape.cmscore.apps.ServerXml
 
getSecurityDomainClient() - Method in class com.netscape.cmstools.system.SecurityDomainCLI
 
getSecurityDomainClient() - Method in class com.netscape.cmstools.system.SecurityDomainHostCLI
 
getSecurityDomainSessionTable() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getSelectedIndex() - Method in class com.netscape.cmscore.dbs.DBVirtualList
get the virutal selected index
getSelfTest(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Retrieve an individual self test from the instances list given its instance name.
getSelfTest(String) - Method in class org.dogtagpki.server.rest.SelfTestService
 
getSelfTestClient() - Method in class com.netscape.cmstools.selftests.SelfTestCLI
 
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.ASelfTest
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.ca.CAPresence
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.ca.CAValidity
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.kra.KRAPresence
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestConfigStore() - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Returns the root configuration storage (self test parameters) associated with this subsystem.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.ASelfTest
Retrieves description associated with an individual self test.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.ca.CAPresence
Retrieves description associated with an individual self test.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.ca.CAValidity
Retrieves description associated with an individual self test.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Retrieves description associated with an individual self test.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.kra.KRAPresence
Retrieves description associated with an individual self test.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Retrieves description associated with an individual self test.
getSelfTestDescription(Locale) - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Retrieves description associated with an individual self test.
getSelfTestLogger() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Returns the ILogEventListener of this subsystem.
getSelfTestName() - Method in class com.netscape.cms.selftests.ASelfTest
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cms.selftests.ca.CAPresence
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cms.selftests.ca.CAValidity
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cms.selftests.kra.KRAPresence
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Returns the name associated with this self test.
getSelfTestName() - Method in class com.netscape.cmscore.selftests.SelfTestOrderedInstance
Returns the name associated with this self test; may be null.
getSelfTestNames() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
getSenderNonce() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getSep(int) - Method in class com.netscape.cms.servlet.base.GetStats
 
getSerial() - Method in class com.netscape.certsrv.authority.AuthorityData
 
getSerialDN() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getSerialIncrement() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getSerializableAttrNames() - Method in class com.netscape.cmscore.dbs.CertRecord
 
getSerializableAttrNames() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
getSerializableAttrNames() - Method in class com.netscape.cmscore.dbs.DBRecord
 
getSerializableAttrNames() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves serializable attribute names.
getSerializableAttrNames() - Method in class com.netscape.cmscore.dbs.RepositoryRecord
 
getSerializableAttrNames() - Method in class com.netscape.cmscore.request.RequestRecord
 
getSerialLowWaterMark() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getSerialNumber() - Method in interface com.netscape.certsrv.kra.IProofOfArchival
Retrieves the serial number.
getSerialNumber() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves serial number of this record.
getSerialNumber() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves serial number of the key record.
getSerialNumber() - Method in class com.netscape.cmscore.dbs.Repository
Retrieves the next serial number attr in db.
getSerialNumber() - Method in class com.netscape.cmscore.dbs.RepositoryRecord
Retrieves serial number.
getSerialNumber() - Method in class com.netscape.cmsutil.ocsp.CertID
 
getSerialNumber(LDAPConnection, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getSerialRangeDN() - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
getServerCertNickname() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getServerXml() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getServletConfig() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getServletContext() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getServletInfo() - Method in class com.netscape.cms.servlet.admin.ACLAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.AuthAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.CMSAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.JobsAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.KRAAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.LogAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.OCSPAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.RAAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.admin.UsrGrpAdminServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.base.CMSStartServlet
 
getServletInfo() - Method in class com.netscape.cms.servlet.base.DynamicVariablesServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.base.IndexServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.connector.CloneServlet
 
getServletInfo() - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
getServletInfo() - Method in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.ConfirmRecoverBySerial
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.DisplayBySerial
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.DisplayBySerialForRecovery
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.DisplayTransport
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.ExamineRecovery
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.GetApprovalStatus
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.GetAsyncPk12
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.GetPk12
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.GrantAsyncRecovery
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.GrantRecovery
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.RecoverBySerial
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.SrchKey
Returns serlvet information.
getServletInfo() - Method in class com.netscape.cms.servlet.key.SrchKeyForRecovery
Returns serlvet information.
getSessionIDs() - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getSessionIDs() - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getSessionIDs() - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getSgnIssuerAndSerialNumber() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getShareCount() - Method in interface com.netscape.certsrv.kra.IJoinShares
Deprecated.
 
getShareCount() - Method in class com.netscape.cms.shares.OldJoinShares
Deprecated.
 
getSharedSubsystemConfDir() - Method in class com.netscape.cms.servlet.base.SubsystemService
 
getSharedToken(String, IAuthToken) - Method in class com.netscape.cms.authentication.SharedSecret
getSharedToken(String identification, IAuthToken authToken) provides support for id_cmc_identification shared secret based enrollment
getSharedToken(BigInteger) - Method in class com.netscape.cms.authentication.SharedSecret
getSharedToken(BigInteger serial) retrieves the shared secret data from CA's internal certificate db based on serial number to revoke shared secret based revocation Note that unlike the shared token attribute for enrollment, the metaInfo attribute for shared token in revocatoiin is not configurable.
getSharedToken(PKIData) - Method in class com.netscape.cms.authentication.SharedSecret
unsupported
getSharedTokenClass(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
getSignature() - Method in class com.netscape.certsrv.base.KeyGenInfo
Get Signature
getSignature() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getSignature() - Method in class com.netscape.cmsutil.ocsp.OCSPRequest
Returns the Signature field.
getSignature() - Method in class com.netscape.cmsutil.ocsp.Signature
 
getSignatureAlgorithm() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getSignatureAlgorithm() - Method in class com.netscape.cmsutil.ocsp.Signature
 
getSignatureAlgorithm(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getSignedCert(KeyCertData, String, PrivateKey) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getSignerPublicKey() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getSigningAlgorithm() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns signing algorithm.
getSigningAlgorithm(String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getSigningAlgorithm(String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getSigningUnit() - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method retrieves the signing unit.
getSigningUnit() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the signing unit that manages the CA signing key for signing certificates.
getSingletons() - Method in class org.dogtagpki.server.rest.PKIApplication
 
getSize() - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getSize() - Method in class com.netscape.cmscore.dbs.CertRecordList
Retrieves the size of request list.
getSize() - Method in class com.netscape.cmscore.dbs.DBVirtualList
Retrieves the size of this virtual list.
getSize() - Method in class com.netscape.cmscore.dbs.KeyRecordList
Retrieves the size of key list.
getSize() - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getSize() - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getSize() - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
getSizeAfterJumpTo() - Method in class com.netscape.cmscore.dbs.CertRecordList
 
getSizeAfterJumpTo() - Method in class com.netscape.cmscore.dbs.DBVirtualList
 
getSizeAfterJumpTo() - Method in class com.netscape.cmscore.dbs.KeyRecordList
 
getSizeBeforeJumpTo() - Method in class com.netscape.cmscore.dbs.CertRecordList
 
getSizeBeforeJumpTo() - Method in class com.netscape.cmscore.dbs.DBVirtualList
 
getSizeBeforeJumpTo() - Method in class com.netscape.cmscore.dbs.KeyRecordList
 
getSKIString(X509CertImpl) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getSocket() - Method in class com.netscape.cmsutil.http.HttpClient
 
getSocketConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getSource() - Method in class com.netscape.cms.logging.LogEntry
 
getSource() - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves the source configuration store where the properties are stored.
getSPKI() - Method in class com.netscape.certsrv.base.KeyGenInfo
Get SPKI as X509Key
getSplitTimes() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns split times from CRL generation.
getSSLClientCertificate(HttpServletRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
get ssl client authenticated certificate
getSSLClientCertificate(HttpServletRequest, boolean) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
getStackTraceAsString(Throwable) - Static method in class com.netscape.cmscore.util.ExceptionFormatter
Routines for pretty-printing java exceptions prints okay in a single-line.
getStartSerial() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the next available serial number.
getStartTime() - Method in class com.netscape.cmscore.util.StatsSubsystem
 
getStartupTime() - Method in class com.netscape.cmscore.apps.CMSEngine
get time server started up
getState() - Method in interface com.netscape.certsrv.usrgrp.IUser
Retrieves user state
getState() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getState() - Method in class com.netscape.cmscore.dbs.KeyRecord
Retrieves the key state.
getState() - Method in class com.netscape.cmscore.usrgrp.User
 
getStateCount() - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method retrieves the number of CRL updates since startup.
getStateCount() - Method in class com.netscape.cms.ocsp.DefStore
 
getStateCount() - Method in class com.netscape.cms.ocsp.LDAPStore
 
GetStats - Class in com.netscape.cms.servlet.base
Retrieve information.
GetStats() - Constructor for class com.netscape.cms.servlet.base.GetStats
 
getStatus() - Method in class com.netscape.cms.servlet.common.CMSRequest
 
getStatus() - Method in class com.netscape.cmscore.apps.PKIServerEvent
 
getStatus() - Method in class com.netscape.cmscore.dbs.CertRecord
Retrieves certificate status.
getStatus() - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
GetStatus - Class in com.netscape.cms.servlet.csadmin
 
GetStatus() - Constructor for class com.netscape.cms.servlet.csadmin.GetStatus
 
getStatusCode() - Method in class com.netscape.cmsutil.http.HttpResponse
get status code
getStatusInfos() - Method in class com.netscape.cmstools.CMCResponse
 
getStorage() - Method in class com.netscape.cmscore.base.PropConfigStore
 
getStorageKeyUnit() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the storage key unit that manages the stoarge key.
getString(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of the given property as a string.
getString(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a property value.
getString(String, String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the value of a given property as a string or the given default value if the property is not present.
getString(String, String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a String from the configuration file.
getStringArrayFromVector(Vector<String>) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
returns an array of strings from a vector of Strings there'll be trouble if the Vector contains something other than just Strings
getStringConfigParam(IConfigStore, String) - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
getSubjectDN(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
getSubjectID() - Method in class com.netscape.cmscore.logging.Auditor
 
getSubjectID() - Method in class com.netscape.cmscore.security.PKISecureRandomSpi
 
getSubjectName() - Method in interface com.netscape.certsrv.kra.IProofOfArchival
Retrieves the subject name.
getSubjectName() - Method in class com.netscape.cmscore.security.CASigningCert
 
getSubjectName() - Method in class com.netscape.cmscore.security.CertificateInfo
 
getSubjectName() - Method in class com.netscape.cmscore.security.KRATransportCert
 
getSubjectName() - Method in class com.netscape.cmscore.security.OCSPSigningCert
 
getSubjectName() - Method in class com.netscape.cmscore.security.RASigningCert
 
getSubjectName() - Method in class com.netscape.cmscore.security.SSLCert
 
getSubjectName() - Method in class com.netscape.cmscore.security.SSLSelfSignedCert
 
getSubjectName() - Method in class com.netscape.cmscore.security.SubsystemCert
 
getSubjectName(SEQUENCE) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getSubjectObj() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
 
getSubjNameAttr() - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
getSubStore(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves the given sub-store.
getSubStore(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Retrieves a sub store.
getSubStore(String, Class<T>) - Method in interface com.netscape.certsrv.base.IConfigStore
 
getSubStore(String, Class<T>) - Method in class com.netscape.cmscore.base.PropConfigStore
 
getSubStoreNames() - Method in interface com.netscape.certsrv.base.IConfigStore
Returns an enumeration of the names of the substores of this config-store.
getSubStoreNames() - Method in class com.netscape.cmscore.base.PropConfigStore
Returns a list of sub store names.
getSubsystem() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getSubsystem(String) - Method in interface com.netscape.certsrv.base.ISubsystemSource
Retrieves subsystem from the source.
getSubsystem(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
getSubsystemCert() - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
getSubsystemCert(String, int) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
GetSubsystemCert - Class in com.netscape.cms.servlet.csadmin
 
GetSubsystemCert() - Constructor for class com.netscape.cms.servlet.csadmin.GetSubsystemCert
 
getSubsystemClient() - Method in class com.netscape.cmstools.ca.CACLI
 
getSubsystemClient() - Method in class com.netscape.cmstools.cli.SubsystemCLI
 
getSubsystemClient() - Method in class com.netscape.cmstools.kra.KRACLI
 
getSubsystemClient() - Method in class com.netscape.cmstools.ocsp.OCSPCLI
 
getSubsystemClient() - Method in class com.netscape.cmstools.tks.TKSCLI
 
getSubsystemClient() - Method in class com.netscape.cmstools.tps.TPSCLI
 
getSubsystemConfDir() - Method in class com.netscape.cms.servlet.base.SubsystemService
 
getSubsystemConfig(String) - Method in class com.netscape.cmscore.apps.SubsystemsConfig
 
getSubsystemName() - Method in class com.netscape.cms.servlet.base.SubsystemService
 
getSubsystemNames() - Method in class com.netscape.cmscore.apps.SubsystemsConfig
 
getSubsystems() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getSubsystemsConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getSuffix() - Method in class com.netscape.certsrv.base.AttributeNameHelper
Return the suffix of the name.
getSupportedConstraintPolicies(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.BigIntegerMapper
Returns a list of supported ldap attribute names.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.ByteArrayMapper
Lists a list of supported ldap attribute names.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.CertRecordMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.DateArrayMapper
Retrieves a list of support ldap attributes.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.DateMapper
Retrieves a list of ldap attribute names.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.IntegerMapper
Retrieves a list of supported ldap attributes.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.KeyRecordMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.KeyStateMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.LongMapper
Returns a list of supported ldap attribute names.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.MetaInfoMapper
Returns a list of supported ldap attribute names.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.ObjectStreamMapper
Retrieves a list of supported ldap attributes.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.PublicKeyMapper
Lists a list of supported ldap attribute names.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.RevocationInfoMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.StringMapper
Retrieves a list of supported ldap attributes.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.StringVectorMapper
Retrieves a list of supported ldap attributes.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.X500NameMapper
Retrieves a list of ldap attributes.
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.dbs.X509CertImplMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.request.RequestIdMapper
 
getSupportedLDAPAttributeNames() - Method in class com.netscape.cmscore.request.RequestStateMapper
 
getSupportedOperators() - Method in class com.netscape.cms.evaluators.GroupAccessEvaluator
 
getSupportedOperators() - Method in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
 
getSupportedOperators() - Method in class com.netscape.cms.evaluators.UserAccessEvaluator
 
getSupportedOperators() - Method in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
 
getSymKeyByName(CryptoToken, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getTag() - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getTag() - Method in class com.netscape.cmsutil.ocsp.CertID
 
getTag() - Method in class com.netscape.cmsutil.ocsp.GoodInfo
 
getTag() - Method in class com.netscape.cmsutil.ocsp.KeyHashID
 
getTag() - Method in class com.netscape.cmsutil.ocsp.NameID
 
getTag() - Method in class com.netscape.cmsutil.ocsp.OCSPRequest
 
getTag() - Method in class com.netscape.cmsutil.ocsp.OCSPResponse
 
getTag() - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
getTag() - Method in class com.netscape.cmsutil.ocsp.Request
 
getTag() - Method in class com.netscape.cmsutil.ocsp.ResponseBytes
 
getTag() - Method in class com.netscape.cmsutil.ocsp.ResponseData
 
getTag() - Method in class com.netscape.cmsutil.ocsp.RevokedInfo
 
getTag() - Method in class com.netscape.cmsutil.ocsp.Signature
 
getTag() - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getTag() - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getTag() - Method in class com.netscape.cmsutil.ocsp.UnknownInfo
 
getTags() - Method in interface com.netscape.cmsutil.password.IPasswordReader
 
getTags() - Method in interface com.netscape.cmsutil.password.IPasswordStore
 
getTags() - Method in class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
getTags() - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
getTags() - Method in class com.netscape.cmsutil.password.PlainPasswordReader
 
getTargetNames() - Method in class com.netscape.cms.authorization.AAclAuthz
 
getTBSRequest() - Method in class com.netscape.cmsutil.ocsp.OCSPRequest
Returns the TBSRequest field.
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.CertID
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.GoodInfo
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.KeyHashID
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.NameID
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.OCSPRequest
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.OCSPResponse
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.Request
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.ResponseBytes
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.ResponseData
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.RevokedInfo
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.Signature
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getTemplate() - Static method in class com.netscape.cmsutil.ocsp.UnknownInfo
 
getTemplate(String, HttpServletRequest, Locale[]) - Method in class com.netscape.cms.servlet.base.CMSServlet
get a template based on result status.
getTemplate(String, HttpServletRequest, ServletConfig, CMSFileLoader, Locale[]) - Static method in class com.netscape.cms.servlet.common.CMSGateway
get a template
getTemplateContent(String) - Method in class com.netscape.cms.jobs.AJobBase
 
getTemplateFiller() - Method in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
getTemplateName() - Method in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
getTemplateName() - Method in class com.netscape.cms.servlet.common.CMSTemplate
 
getTemplateName() - Method in class com.netscape.cmscore.notification.EmailTemplate
 
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenErrorTemplateFiller
fill error details and description if any.
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenPendingTemplateFiller
fill error details and description if any.
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenRejectedTemplateFiller
 
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenSuccessTemplateFiller
fill error details and description if any.
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenSvcPendingTemplateFiller
fill error details and description if any.
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenUnauthorizedTemplateFiller
fill error details and description if any.
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.GenUnexpectedErrorTemplateFiller
fill error details and description if any.
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
getTemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.common.IndexTemplateFiller
 
getText(Locale) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.CMCAuth
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.FlatFileAuth
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.SessionAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.TokenAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.common.ProfileInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.common.ProfileOutput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.PolicyConstraint
Returns localized description of this constraint.
getText(Locale) - Method in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
 
getText(Locale) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.AuthzRealmDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.AutoAssignDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.EnrollDefault
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.ImageDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.NoDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.PolicyDefault
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SANToCNDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.SubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.UserExtensionDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.UserKeyDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.UserSigningAlgDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.def.UserValidityDefault
 
getText(Locale) - Method in class com.netscape.cms.profile.input.CertReqInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.CMCCertReqInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.DualKeyGenInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.EncryptionKeyGenInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.EnrollInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.FileSigningInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.GenericInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.ImageInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.KeyGenInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.nsHKeyCertReqInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.nsNKeyCertReqInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.SerialNumRenewInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.ServerKeygenInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.SigningKeyGenInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.SubjectAltNameExtInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.SubjectDNInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.SubjectNameInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.input.SubmitterInfoInput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.output.CertOutput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.output.EnrollOutput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.output.nsNKeyOutput
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.output.PKCS12Output
Retrieves the localizable description of this policy.
getText(Locale) - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Retrieves the localizable description of this policy.
getText(Locale) - Method in interface com.netscape.cms.profile.updater.IProfileUpdater
Retrieves the localizable description of this policy.
getText(Locale) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
getThisUpdate() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves this update time.
getThisUpdate() - Method in class com.netscape.cmsutil.ocsp.SingleResponse
 
getTime() - Method in class com.netscape.cms.logging.LogEntry
 
getTimeout() - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getTimeout(String) - Method in class com.netscape.cms.authentication.HashAuthData
 
getTimeout(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
getTimeToLive() - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getTimeToLive() - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getTimeToLive() - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getTokenClient() - Method in class com.netscape.cmstools.tps.token.TokenCLI
 
getTokenList() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getTokenname() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getTokenName() - Method in class com.netscape.cmscore.security.PWsdrCache
 
getTokenNames(CryptoManager) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
getTokens() - Method in class com.netscape.cmsutil.crypto.Module
 
getTotal() - Method in class com.netscape.certsrv.base.DataCollection
 
getTPSCertClient() - Method in class com.netscape.cmstools.tps.cert.TPSCertCLI
 
getTPSConnectorClient() - Method in class com.netscape.cmstools.tks.TKSKeyCLI
 
getTPSConnectorClient() - Method in class com.netscape.cmstools.tks.TPSConnectorCLI
 
getTpsProfiles() - Method in interface com.netscape.certsrv.usrgrp.IUser
Get TPS profiles
getTpsProfiles() - Method in class com.netscape.cmscore.usrgrp.User
 
getTransactionID() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getTransferAttributes(IRequest) - Static method in class com.netscape.cmscore.connector.RequestTransfer
 
getTransientData(IRequest) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
getTransportCert() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves the transport certificate.
GetTransportCert - Class in com.netscape.cms.servlet.csadmin
This servlet retrieves the transport certificate from DRM.
GetTransportCert() - Constructor for class com.netscape.cms.servlet.csadmin.GetTransportCert
 
getTransportKeyUnit() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the transport key unit that manages the transport key.
getType() - Method in class com.netscape.certsrv.base.Link
 
getType() - Method in class com.netscape.cms.evaluators.GroupAccessEvaluator
gets the type name for this acl evaluator
getType() - Method in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
gets the type name for this acl evaluator
getType() - Method in class com.netscape.cms.evaluators.UserAccessEvaluator
gets the type name for this acl evaluator
getType() - Method in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
gets the type name for this acl evaluator
getType() - Method in class com.netscape.cms.logging.LogFile
Retrieves the eventType this log is triggered.
getType() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getType() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getType() - Method in class com.netscape.cmscore.ldap.LdapRule
 
getType() - Method in class com.netscape.cmscore.ldap.PublishObject
 
getTypeNames() - Method in class com.netscape.cmscore.registry.PluginRegistry
Returns all type names.
getUGSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getUGSubsystemConfig() - Method in class com.netscape.cmscore.apps.EngineConfig
 
getUID(String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
getUID(String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
getUID(String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
getUnrevokedCerts() - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
Retrieves cache info of unrevoked certificates.
getUnsecurePort() - Method in class com.netscape.cmscore.apps.ServerXml
 
getURI() - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getURI() - Method in class com.netscape.cmsutil.http.HttpRequest
get reason phrase
getURI(String) - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getUriInfo() - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
getURIs() - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
getURL() - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
 
getUsage() - Method in class com.netscape.cms.servlet.csadmin.BaseServlet
Returns usage of this servlet.
getUser() - Method in class com.netscape.cms.realm.PKIPrincipal
 
getUser(String) - Method in class com.netscape.cms.realm.PKIRealm
 
getUser(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Retrieves a user from LDAP
getUser(String) - Method in class org.dogtagpki.server.rest.UserService
List user information.
getUserAgent(String) - Static method in class com.netscape.cms.servlet.base.UserInfo
Returns the users agent.
getUserCert(String, String) - Method in class org.dogtagpki.server.rest.UserService
 
getUserCertData(String, String) - Method in class org.dogtagpki.server.rest.UserService
 
getUserCerts() - Method in class com.netscape.cmscore.security.JssSubsystem
 
getUserClient() - Method in class com.netscape.cmstools.user.UserCertCLI
 
getUserClient() - Method in class com.netscape.cmstools.user.UserCLI
 
getUserClient() - Method in class com.netscape.cmstools.user.UserMembershipCLI
 
getUserCountry(String) - Static method in class com.netscape.cms.servlet.base.UserInfo
Returns the user country.
getUserData(String) - Method in class org.dogtagpki.server.rest.UserService
 
getUserDN() - Method in interface com.netscape.certsrv.usrgrp.IUser
Gets user ldap dn
getUserDN() - Method in class com.netscape.cmscore.usrgrp.User
Retrieves user ldap dn
getUserDN(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
getUserFriendlyName() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
getUserFriendlyName() - Method in class com.netscape.cmsutil.crypto.Module
 
getUserId() - Method in exception com.netscape.certsrv.base.UserNotFoundException
 
getUserID() - Method in interface com.netscape.certsrv.usrgrp.IUser
Retrieves user identifier.
getUserID() - Method in class com.netscape.cmscore.usrgrp.User
Retrieves user identifier.
getUserIdentity() - Method in class com.netscape.cmscore.request.ARequestQueue
get the identity of the current user
getUserLanguage(String) - Static method in class com.netscape.cms.servlet.base.UserInfo
Returns the user language.
getUserMessage(String, String...) - Method in class com.netscape.cms.servlet.processors.Processor
 
getUserMessage(String, String...) - Static method in class com.netscape.cmscore.apps.CMS
Retrieves the localized user message from UserMessages.properties.
getUserMessage(String, HttpHeaders, String...) - Method in class com.netscape.cms.servlet.base.SubsystemService
 
getUserMessage(Locale, String, String...) - Static method in class com.netscape.cmscore.apps.CMS
Retrieves the localized user message from UserMessages.properties.
getUserObject() - Method in class com.netscape.cmscore.util.FileAsString
 
getUserType() - Method in interface com.netscape.certsrv.usrgrp.IUser
Get user type
getUserType() - Method in class com.netscape.cmscore.usrgrp.User
 
getValidCertificates(String, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all valid certificates excluding ones already revoked.
getValidCertsByNotAfterDate(Date, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getValidCertsDisplayInfo(String, X509CertImpl[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
getValidNotPublishedCertificates(String, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Retrives all valid not published certificates excluding ones already revoked.
getVals() - Method in class org.dogtagpki.server.authentication.AuthToken
Enumerate all attribute values in the AuthToken.
getVals() - Method in class org.dogtagpki.server.authorization.AuthzToken
Enumerate all attribute values in the AuthzToken.
getValue() - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
getValue() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
getValue(Object) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as object
getValue(Object) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as object
getValue(Object, Object) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as object
getValue(Object, Object) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as object
getValue(String) - Method in class com.netscape.cmsutil.xml.XMLObject
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.common.ProfileInput
Retrieves value from the request.
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.common.ProfileOutput
Retrieves the value of the given value parameter by name.
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.def.EnrollDefault
Retrieves the value of the given value property by name.
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.def.ImageDefault
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.def.NoDefault
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.def.PolicyDefault
Retrieves the value of the given value property by name.
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.input.EnrollInput
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.output.CertOutput
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.output.EnrollOutput
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.output.nsNKeyOutput
 
getValue(String, Locale, IRequest) - Method in class com.netscape.cms.profile.output.PKCS12Output
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.AuthzRealmDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.AutoAssignDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.EnrollDefault
Retrieves certificate template values and returns them to the approval page.
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.ImageDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SANToCNDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserExtensionDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserKeyDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserSigningAlgDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
getValue(String, Locale, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserValidityDefault
 
getValueAsBigInteger(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as big integer.
getValueAsBigInteger(String) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as big integer.
getValueAsBigInteger(String, BigInteger) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as big integer.
getValueAsBigInteger(String, BigInteger) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as big integer.
getValueAsBoolean(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Gets boolean value.
getValueAsBoolean(String) - Method in class com.netscape.cmscore.base.ArgBlock
Gets boolean value.
getValueAsBoolean(String, boolean) - Method in interface com.netscape.certsrv.base.IArgBlock
Gets boolean value.
getValueAsBoolean(String, boolean) - Method in class com.netscape.cmscore.base.ArgBlock
Gets boolean value.
getValueAsInt(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as integer.
getValueAsInt(String) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as integer.
getValueAsInt(String, int) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as integer.
getValueAsInt(String, int) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as integer.
getValueAsKeyGenInfo(String, KeyGenInfo) - Method in interface com.netscape.certsrv.base.IArgBlock
Gets KeyGenInfo
getValueAsKeyGenInfo(String, KeyGenInfo) - Method in class com.netscape.cmscore.base.ArgBlock
Gets KeyGenInfo
getValueAsPKCS10(String, boolean) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves PKCS10
getValueAsPKCS10(String, boolean) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves PKCS10
getValueAsPKCS10(String, boolean, PKCS10) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves PKCS10
getValueAsPKCS10(String, boolean, PKCS10) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves PKCS10
getValueAsRawPKCS10(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Gets PKCS10 request.
getValueAsRawPKCS10(String) - Method in class com.netscape.cmscore.base.ArgBlock
Gets PKCS10 request.
getValueAsRawPKCS10(String, PKCS10) - Method in interface com.netscape.certsrv.base.IArgBlock
Gets PKCS10 request.
getValueAsRawPKCS10(String, PKCS10) - Method in class com.netscape.cmscore.base.ArgBlock
Gets PKCS10 request.
getValueAsString(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as string.
getValueAsString(String) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as string.
getValueAsString(String, String) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves argument value as string.
getValueAsString(String, String) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves argument value as string.
getValueClass() - Method in class com.netscape.certsrv.base.MetaAttributeDef
Gets an Java class for the attribute values
getValueDescriptor(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.CMCAuth
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.FlatFileAuth
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.SessionAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.TokenAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.common.ProfileInput
Retrieves the descriptor of the given value property by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.common.ProfileOutput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AuthzRealmDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.AutoAssignDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.ImageDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NoDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PolicyDefault
Retrieves the descriptor of the given property by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SANToCNDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.SubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserExtensionDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserKeyDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserSigningAlgDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.def.UserValidityDefault
 
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.CertReqInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.CMCCertReqInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.DualKeyGenInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.EncryptionKeyGenInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.EnrollInput
Retrieves the descriptor of the given value property by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.FileSigningInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.GenericInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.ImageInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.KeyGenInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.nsHKeyCertReqInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.nsNKeyCertReqInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SerialNumRenewInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.ServerKeygenInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SigningKeyGenInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SubjectAltNameExtInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SubjectDNInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SubjectNameInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.input.SubmitterInfoInput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.output.CertOutput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.output.EnrollOutput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.output.nsNKeyOutput
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in class com.netscape.cms.profile.output.PKCS12Output
Retrieves the descriptor of the given value parameter by name.
getValueDescriptor(Locale, String) - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Retrieves the descriptor of the given value property by name.
getValueNames() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.CMCAuth
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.FlatFileAuth
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.SessionAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.TokenAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.profile.common.ProfileInput
Retrieves a list of names of the property.
getValueNames() - Method in class com.netscape.cms.profile.common.ProfileOutput
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.profile.def.EnrollDefault
 
getValueNames() - Method in class com.netscape.cms.profile.def.NoDefault
 
getValueNames() - Method in class com.netscape.cms.profile.def.PolicyDefault
Retrieves a list of names of the property.
getValueNames() - Method in class com.netscape.cms.profile.input.EnrollInput
Retrieves a list of names of the value parameter.
getValueNames() - Method in class com.netscape.cms.profile.input.GenericInput
Returns selected value names based on the configuration.
getValueNames() - Method in class com.netscape.cms.profile.input.SubjectAltNameExtInput
Returns selected value names based on the configuration.
getValueNames() - Method in class com.netscape.cms.profile.input.SubjectDNInput
Returns selected value names based on the configuration.
getValueNames() - Method in class com.netscape.cms.profile.input.SubjectNameInput
Returns selected value names based on the configuration.
getValueNames() - Method in class com.netscape.cms.profile.output.EnrollOutput
Retrieves a list of names of the value parameter.
getValueNames() - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Retrieves a list of names of the property.
getValuePKCS10(String, PKCS10) - Method in interface com.netscape.certsrv.base.IArgBlock
Retrieves PKCS10
getValuePKCS10(String, PKCS10) - Method in class com.netscape.cmscore.base.ArgBlock
Retrieves PKCS10
getValuesFromContainer(Node, String) - Method in class com.netscape.cmsutil.xml.XMLObject
 
getVersion() - Method in interface com.netscape.certsrv.kra.IProofOfArchival
Retrieves version of this proof.
getVersion() - Method in class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
getVersion() - Method in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
getVersion() - Method in class com.netscape.cmsutil.ocsp.TBSRequest
 
getVolatileRequest(RequestId) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Retrieves the request object.
getWrappedKey() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
getWrappingParams(WrappingParams) - Method in class com.netscape.cmscore.dbs.KeyRecord
 
getX500Name() - Method in interface com.netscape.certsrv.authority.ICertAuthority
Returns authority's X500 Name.
getX500Name() - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Returns the name of this subsystem.
getX500Name() - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Retrieves the issuer name of this registration authority.
getX500Name() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Retrieves the issuer name of this certificate authority.
getX500NameSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
getX509Certificate(BigInteger) - Method in class com.netscape.cms.servlet.base.CMSServlet
handy routine for getting a certificate from the certificate repository.
getX509Certificate(BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Reads the certificate identified by the given serial no.
getX509CertificateFromPKCS7(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getX509Certificates() - Method in interface com.netscape.certsrv.usrgrp.IUser
Gets list of certificates from this user
getX509Certificates() - Method in class com.netscape.cmscore.usrgrp.User
 
getX509Certificates(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
getX509Certificates(String, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Gets all valid and unexpired certificates pertaining to a subject DN.
getX509KeyFromCRMFMsg(CertReqMsg) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getX509KeyFromCRMFMsgs(SEQUENCE) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
getX509TemplateParams(CMSRequest, IAuthority, Locale, Exception) - Method in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
getXCertAttrName() - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
returns the cross cert pair attribute where it'll be published.
GN_ANY_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_DIRECTORY_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_DNS_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_EDI_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_IP_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_OID_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_RFC822_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GN_URI_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
GoodInfo - Class in com.netscape.cmsutil.ocsp
RFC 2560:
GoodInfo() - Constructor for class com.netscape.cmsutil.ocsp.GoodInfo
 
GoodInfo.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
goodSigCount - Variable in class com.netscape.cmstools.AuditVerify.Result
 
GrantAsyncRecovery - Class in com.netscape.cms.servlet.key
Approve an asynchronous key recovery request
GrantAsyncRecovery() - Constructor for class com.netscape.cms.servlet.key.GrantAsyncRecovery
Constructs EA servlet.
GrantRecovery - Class in com.netscape.cms.servlet.key
Approve a key recovery request
GrantRecovery() - Constructor for class com.netscape.cms.servlet.key.GrantRecovery
Constructs EA servlet.
Group - Class in com.netscape.cmscore.usrgrp
A class represents a group.
Group(String) - Constructor for class com.netscape.cmscore.usrgrp.Group
Constructs local group.
GROUP_ATTR_VALUE - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
GROUP_ID - Static variable in class com.netscape.certsrv.base.SessionContext
Group ID of the authenticated user in the current thread.
GroupAccessEvaluator - Class in com.netscape.cms.evaluators
A class represents a group acls evaluator.
GroupAccessEvaluator() - Constructor for class com.netscape.cms.evaluators.GroupAccessEvaluator
Class constructor.
GroupAddCLI - Class in com.netscape.cmstools.group
 
GroupAddCLI(GroupCLI) - Constructor for class com.netscape.cmstools.group.GroupAddCLI
 
groupCLI - Variable in class com.netscape.cmstools.group.GroupAddCLI
 
groupCLI - Variable in class com.netscape.cmstools.group.GroupFindCLI
 
groupCLI - Variable in class com.netscape.cmstools.group.GroupModifyCLI
 
groupCLI - Variable in class com.netscape.cmstools.group.GroupRemoveCLI
 
groupCLI - Variable in class com.netscape.cmstools.group.GroupShowCLI
 
GroupCLI - Class in com.netscape.cmstools.group
 
GroupCLI(CLI) - Constructor for class com.netscape.cmstools.group.GroupCLI
 
groupClient - Variable in class com.netscape.cmstools.group.GroupCLI
 
GroupFindCLI - Class in com.netscape.cmstools.group
 
GroupFindCLI(GroupCLI) - Constructor for class com.netscape.cmstools.group.GroupFindCLI
 
GroupMemberAddCLI - Class in com.netscape.cmstools.group
 
GroupMemberAddCLI(GroupMemberCLI) - Constructor for class com.netscape.cmstools.group.GroupMemberAddCLI
 
groupMemberCLI - Variable in class com.netscape.cmstools.group.GroupMemberAddCLI
 
groupMemberCLI - Variable in class com.netscape.cmstools.group.GroupMemberFindCLI
 
groupMemberCLI - Variable in class com.netscape.cmstools.group.GroupMemberRemoveCLI
 
groupMemberCLI - Variable in class com.netscape.cmstools.group.GroupMemberShowCLI
 
GroupMemberCLI - Class in com.netscape.cmstools.group
 
GroupMemberCLI(GroupCLI) - Constructor for class com.netscape.cmstools.group.GroupMemberCLI
 
GroupMemberFindCLI - Class in com.netscape.cmstools.group
 
GroupMemberFindCLI(GroupMemberCLI) - Constructor for class com.netscape.cmstools.group.GroupMemberFindCLI
 
GroupMemberProcessor - Class in com.netscape.cms.servlet.admin
 
GroupMemberProcessor(Locale) - Constructor for class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
GroupMemberRemoveCLI - Class in com.netscape.cmstools.group
 
GroupMemberRemoveCLI(GroupMemberCLI) - Constructor for class com.netscape.cmstools.group.GroupMemberRemoveCLI
 
GroupMemberShowCLI - Class in com.netscape.cmstools.group
 
GroupMemberShowCLI(GroupMemberCLI) - Constructor for class com.netscape.cmstools.group.GroupMemberShowCLI
 
GroupModifyCLI - Class in com.netscape.cmstools.group
 
GroupModifyCLI(GroupCLI) - Constructor for class com.netscape.cmstools.group.GroupModifyCLI
 
GroupRemoveCLI - Class in com.netscape.cmstools.group
 
GroupRemoveCLI(GroupCLI) - Constructor for class com.netscape.cmstools.group.GroupRemoveCLI
 
GroupService - Class in org.dogtagpki.server.rest
 
GroupService() - Constructor for class org.dogtagpki.server.rest.GroupService
 
GroupShowCLI - Class in com.netscape.cmstools.group
 
GroupShowCLI(GroupCLI) - Constructor for class com.netscape.cmstools.group.GroupShowCLI
 
GT_STR - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 

H

handleException(Throwable) - Static method in class com.netscape.cmstools.cli.MainCLI
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.BaseServlet
 
handshakeCompleted(SSLHandshakeCompletedEvent) - Method in class org.dogtagpki.server.PKIClientSocketListener
 
handshakeCompleted(SSLHandshakeCompletedEvent) - Method in class org.dogtagpki.server.PKIServerSocketListener
 
hasCert() - Method in class com.netscape.certsrv.publish.LdapCertMapResult
Gets whether the ldap entry had a certificate from result.
HASH_FILE_CHECK_USAGE - Static variable in class com.netscape.cmscore.util.UtilResources
Constants.
HashAuthData - Class in com.netscape.cms.authentication
The structure stores the information of which machine is enabled for the agent-initiated user enrollment, and whom agents enable this feature, and the value of the timeout.
HashAuthData() - Constructor for class com.netscape.cms.authentication.HashAuthData
 
HashAuthentication - Class in com.netscape.cms.authentication
Hash uid/pwd directory based authentication manager
HashAuthentication() - Constructor for class com.netscape.cms.authentication.HashAuthentication
Default constructor, initialization must follow.
hashCode() - Method in class com.netscape.certsrv.base.MetaAttributeDef
 
hashCode() - Method in class com.netscape.certsrv.base.ResourceMessage
 
hashCode() - Method in class com.netscape.cmscore.base.SimpleProperties
 
hashCode() - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
hashFingerprint(String, String, String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
hashPassword(String) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
hashtable2String(Hashtable<String, String>) - Method in class com.netscape.cmscore.security.PWsdrCache
 
hasMoreElements() - Method in class com.netscape.cmscore.dbs.DBSearchResults
Checks if any element is available.
hasRangeConflict(int) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Determines if a range conflict has been observed in database.
haveSameValidityPeriod(X509CertImpl, X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
HEAD - Static variable in class com.netscape.cmsutil.http.HttpRequest
 
HEADER - Static variable in class com.netscape.cmstools.AtoB
 
HEADER - Static variable in class com.netscape.cmstools.CMCEnroll
 
HEADER - Static variable in class com.netscape.cmstools.CMCRequest
 
HEADER - Static variable in class com.netscape.cmstools.PrettyPrintCert
 
HEADER - Static variable in class com.netscape.cmstools.PrettyPrintCrl
 
headers - Variable in class com.netscape.cms.servlet.base.PKIService
 
HELP_TEXT - Static variable in interface com.netscape.certsrv.base.IExtendedPluginInfo
 
HELP_TOKEN - Static variable in interface com.netscape.certsrv.base.IExtendedPluginInfo
 
HelpCLI - Class in com.netscape.cmstools.cli
 
HelpCLI(MainCLI) - Constructor for class com.netscape.cmstools.cli.HelpCLI
 
hexString2Bytes(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Converts string containing pairs of characters in the range of '0' to '9', 'a' to 'f' to an array of bytes such that each pair of characters in the string represents an individual byte
HOLDCALLISSUER - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
HOLDINSTRCODE - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
HOLDREJECT - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
HOST - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
HOST_AUTHORITY - Static variable in interface com.netscape.certsrv.authority.AuthorityResource
 
href - Variable in class com.netscape.certsrv.base.Link
 
Http - Class in com.netscape.cmsutil.http
 
Http() - Constructor for class com.netscape.cmsutil.http.Http
 
HttpClient - Class in com.netscape.cmstools
This class implements a CMC Enroll client for testing.
HttpClient - Class in com.netscape.cmsutil.http
basic http client.
HttpClient() - Constructor for class com.netscape.cmsutil.http.HttpClient
 
HttpClient(ISocketFactory) - Constructor for class com.netscape.cmsutil.http.HttpClient
 
HttpClient(ISocketFactory, SSLCertificateApprovalCallback) - Constructor for class com.netscape.cmsutil.http.HttpClient
 
HttpClient(String, int, String) - Constructor for class com.netscape.cmstools.HttpClient
 
HttpConnection - Class in com.netscape.cmscore.connector
 
HttpConnection(IRemoteAuthority, ISocketFactory) - Constructor for class com.netscape.cmscore.connector.HttpConnection
 
HttpConnection(IRemoteAuthority, ISocketFactory, int) - Constructor for class com.netscape.cmscore.connector.HttpConnection
 
HttpConnector - Class in com.netscape.cmscore.connector
 
HttpConnector(IAuthority, String, String, IRemoteAuthority, int, IConfigStore) - Constructor for class com.netscape.cmscore.connector.HttpConnector
 
HttpConnector(IAuthority, String, String, IRemoteAuthority, int, IConfigStore, int) - Constructor for class com.netscape.cmscore.connector.HttpConnector
 
HttpConnFactory - Class in com.netscape.cmscore.connector
Factory for getting HTTP Connections to a HTTPO server
HttpConnFactory() - Constructor for class com.netscape.cmscore.connector.HttpConnFactory
Constructor for initializing from the config store.
HttpConnFactory(int, int, IAuthority, IRemoteAuthority, String, String, int) - Constructor for class com.netscape.cmscore.connector.HttpConnFactory
Constructor for HttpConnFactory
HttpEofException - Exception in com.netscape.cmsutil.http
 
HttpEofException() - Constructor for exception com.netscape.cmsutil.http.HttpEofException
 
HttpEofException(String) - Constructor for exception com.netscape.cmsutil.http.HttpEofException
 
HTTPGoneException - Exception in com.netscape.certsrv.base
 
HTTPGoneException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.HTTPGoneException
 
HTTPGoneException(String) - Constructor for exception com.netscape.certsrv.base.HTTPGoneException
 
HTTPGoneException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.HTTPGoneException
 
HttpMessage - Class in com.netscape.cmsutil.http
Basic HTTP Message, excluding message body.
HttpMessage() - Constructor for class com.netscape.cmsutil.http.HttpMessage
Instantiate a HttpResponse for write to http client.
HttpPKIMessage - Class in com.netscape.cmscore.connector
simple name/value pair message.
HttpPKIMessage() - Constructor for class com.netscape.cmscore.connector.HttpPKIMessage
 
HttpProtocolException - Exception in com.netscape.cmsutil.http
 
HttpProtocolException() - Constructor for exception com.netscape.cmsutil.http.HttpProtocolException
 
HttpProtocolException(String) - Constructor for exception com.netscape.cmsutil.http.HttpProtocolException
 
httpReq - Variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
HttpRequest - Class in com.netscape.cmsutil.http
Basic HTTP Request.
HttpRequest() - Constructor for class com.netscape.cmsutil.http.HttpRequest
Instantiate a HttpResponse for write to http client.
HttpRequestEncoder - Class in com.netscape.cmscore.connector
encodes a request by serializing it.
HttpRequestEncoder() - Constructor for class com.netscape.cmscore.connector.HttpRequestEncoder
 
HttpResponse - Class in com.netscape.cmsutil.http
Basic HTTP Response.
HttpResponse() - Constructor for class com.netscape.cmsutil.http.HttpResponse
Instantiate a HttpResponse for write to http client.
HttpVers - Static variable in class com.netscape.cmsutil.http.Http
 
HX - Static variable in class com.netscape.cmsutil.util.Fmt
 

I

IArgBlock - Interface in com.netscape.certsrv.base
This interface defines the abstraction for the generic collection of attributes indexed by string names.
IAttrSet - Interface in com.netscape.certsrv.base
This interface defines the abstraction for the generic collection of attributes indexed by string names.
IAuthInfo - Interface in com.netscape.certsrv.base
An interface represents an authentication context.
IAuthority - Interface in com.netscape.certsrv.authority
Authority interface.
IAuthzManager - Interface in org.dogtagpki.server.authorization
Authorization Manager interface needs to be implemented by all authorization managers.
ICAService - Interface in org.dogtagpki.server.ca
An interface representing a CA request services.
ICertAuthority - Interface in com.netscape.certsrv.authority
Authority that handles certificates needed by the cert registration servlets.
ICertificateAuthority - Interface in org.dogtagpki.server.ca
An interface represents a Certificate Authority that is responsible for certificate specific operations.
ICertPrettyPrint - Interface in com.netscape.certsrv.base
This interface represents a certificate pretty print handler.
ICertUserDBAuthentication - Interface in org.dogtagpki.server.authentication
 
ICMSCRLExtension - Interface in org.dogtagpki.server.ca
An interface representing a CRL extension plugin.
ICMSCRLExtensions - Interface in org.dogtagpki.server.ca
An interface representing a list of CRL extensions.
ICMSTemplateFiller - Interface in com.netscape.cms.servlet.common
This interface represents a template filler.
IConfigStore - Interface in com.netscape.certsrv.base
An interface represents a configuration store.
IConfigStoreEventListener - Interface in com.netscape.certsrv.base
ConfigStore Parameters Event Notification.
ICRLIssuingPoint - Interface in org.dogtagpki.server.ca
This class encapsulates CRL issuing mechanism.
ICRLIssuingPoint.CRLIssuingPointStatus - Enum in org.dogtagpki.server.ca
 
ICRLPrettyPrint - Interface in com.netscape.certsrv.base
This interface represents a CRL pretty print handler.
id - Variable in class com.netscape.certsrv.authority.AuthorityData
 
id - Variable in class com.netscape.cms.servlet.processors.Processor
 
id - Variable in class com.netscape.cmscore.apps.CMSEngine
 
id - Variable in class com.netscape.cmscore.apps.SubsystemInfo
 
id - Variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
id - Variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
ID - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
ID - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
ID - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
ID - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
ID - Static variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
ID - Static variable in class com.netscape.cmscore.cert.OidLoaderSubsystem
 
ID - Static variable in class com.netscape.cmscore.cert.X500NameSubsystem
 
ID - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
ID - Static variable in class com.netscape.cmscore.extensions.CMSExtensionsMap
 
ID - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
The ID of this component
ID - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
ID - Static variable in class com.netscape.cmscore.profile.ProfileSubsystem
 
ID - Static variable in class com.netscape.cmscore.registry.PluginRegistry
 
ID - Static variable in class com.netscape.cmscore.request.RequestSubsystem
 
ID - Static variable in class com.netscape.cmscore.security.JssSubsystem
 
ID - Static variable in class com.netscape.cmscore.util.Debug
 
ID - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
IDefStore - Interface in com.netscape.certsrv.ocsp
This class defines an Online Certificate Status Protocol (OCSP) store which has been extended to provide information from the internal database.
IExtendedPluginInfo - Interface in com.netscape.certsrv.base
Plugin which can return extended information to console
IExtPrettyPrint - Interface in com.netscape.certsrv.base
This class will display the certificate content in predefined format.
ignoreBanner - Variable in class com.netscape.cmstools.cli.MainCLI
 
ignoredCertStatuses - Variable in class com.netscape.cmstools.cli.MainCLI
 
ignoredErrors - Variable in class com.netscape.cms.servlet.csadmin.ConfigCertApprovalCallback
 
ignoreError(int) - Method in class com.netscape.cms.servlet.csadmin.ConfigCertApprovalCallback
 
IGroup - Interface in com.netscape.certsrv.usrgrp
This interface defines the basic interfaces for an identity group.
IGroupConstants - Interface in com.netscape.certsrv.usrgrp
This interface defines the attribute names for a group entry
IJoinShares - Interface in com.netscape.certsrv.kra
Deprecated. 
IKeyRecoveryAuthority - Interface in com.netscape.certsrv.kra
An interface represents key recovery authority.
IKeyService - Interface in com.netscape.certsrv.kra
An interface representing a recovery service.
ILdapCertMapper - Interface in com.netscape.certsrv.publish
Interface for mapping a X509 certificate to a LDAP entry.
ILdapCrlMapper - Interface in com.netscape.certsrv.publish
Interface for mapping a CRL to a LDAP entry.
ILdapExpression - Interface in com.netscape.cmscore.ldap
Interface for a Ldap predicate expression.
ILdapMapper - Interface in com.netscape.certsrv.publish
Interface for mapping a X509 certificate to a LDAP entry.
ILdapPlugin - Interface in com.netscape.certsrv.publish
Interface for any Ldap plugin.
ILdapPluginImpl - Interface in com.netscape.certsrv.publish
Interface for any ldap plugin.
ILdapPublisher - Interface in com.netscape.certsrv.publish
Interface for publishing certificate or crl to database store.
ILdapRule - Interface in com.netscape.certsrv.publish
Interface for publishing rule which associates a Publisher with a Mapper.
IMAGE_URL - Static variable in class com.netscape.cms.profile.input.ImageInput
 
ImageDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that shows an image in the approval page.
ImageDefault() - Constructor for class com.netscape.cms.profile.def.ImageDefault
 
ImageInput - Class in com.netscape.cms.profile.input
This class implements the image input that collects a picture.
ImageInput() - Constructor for class com.netscape.cms.profile.input.ImageInput
 
IMPORT_CERT - Static variable in class com.netscape.cms.servlet.cert.RenewalServlet
 
importCert(byte[], String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
importCert(String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
importCert(String, String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
importCert(X509CertImpl, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
importCert(X509CertImpl, String, String) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
importCertificateChain(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
ImportCertsTemplateFiller - Class in com.netscape.cms.servlet.cert
Set up HTTP response to import certificate into browsers The result must have been populate with the set of certificates to return.
ImportCertsTemplateFiller() - Constructor for class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
importCertToNav(HttpServletResponse, X509CertImpl, String, boolean) - Method in class com.netscape.cms.servlet.base.CMSServlet
handy routine to import cert to old navigator in nav mime type.
importFile(String, boolean) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
importHmacSha1Key(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
importHmacSha1Key returns a key based on a byte array, which is originally a password.
importLDIFRecord(LDIFRecord, boolean) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
importLDIFS(LDAPConfigurator, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
importLDIFS(LDAPConfigurator, String, boolean) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
importPKCS12(File, File, String, String) - Method in class com.netscape.cmstools.client.ClientCertImportCLI
 
importPKCS7(String, String, String) - Method in class com.netscape.cmstools.client.ClientCertImportCLI
 
importPKCS7(PKCS7) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
importPKCS7(PKCS7, String, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
importPKIArchiveOptions(CryptoToken, PrivateKey, PublicKey, byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
importProfile(LDAPConnection, String, String, String, String) - Method in class org.dogtagpki.server.cli.CAProfileImportCLI
Import one profile from the filesystem into the database.
importProfiles(EngineConfig, PluginRegistry, LDAPConnection, String, String) - Method in class org.dogtagpki.server.cli.CAProfileImportCLI
Import profiles from the filesystem into the database.
importSchemaFile(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
importSchemaRecord(LDIFRecord) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
importSharedSecret(byte[], byte[], String, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
ImportTransportCert - Class in com.netscape.cms.servlet.csadmin
This servlet imports DRM's transport certificate into TKS.
ImportTransportCert() - Constructor for class com.netscape.cms.servlet.csadmin.ImportTransportCert
 
importUserCertificate(byte[], String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Imports a user certificate.
importUserCertificateChain(String, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Imports a PKCS#7 certificate chain that includes the user certificate, and trusts the certificate.
IN_LDAP_PUBLISH_DIR - Static variable in class com.netscape.certsrv.base.MetaInfo
 
incLookupTime(long) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
includeNextUpdate() - Method in class com.netscape.cms.ocsp.DefStore
 
includeNextUpdate() - Method in class com.netscape.cms.ocsp.LDAPStore
 
incNumOCSPRequest(long) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
incReqCount(String) - Method in class com.netscape.cms.ocsp.DefStore
 
incReqCount(String) - Method in class com.netscape.cms.ocsp.LDAPStore
 
incSignTime(long) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
incTotalTime(long) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
indent(int) - Method in class com.netscape.cmscore.cert.PrettyPrintFormat
Provide white space indention stevep - speed improvements.
IndexServlet - Class in com.netscape.cms.servlet.base
This is the servlet that builds the index page in various ports.
IndexServlet() - Constructor for class com.netscape.cms.servlet.base.IndexServlet
 
IndexTemplateFiller - Class in com.netscape.cms.servlet.common
A class represents a certificate server kernel.
IndexTemplateFiller() - Constructor for class com.netscape.cms.servlet.common.IndexTemplateFiller
 
INFO - org.dogtagpki.util.logging.PKILogger.Level
 
INFO - Static variable in class com.netscape.cms.servlet.connector.CloneServlet
 
INFO - Static variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
InfoCLI - Class in com.netscape.cmstools.cli
 
InfoCLI(MainCLI) - Constructor for class com.netscape.cmstools.cli.InfoCLI
 
INFORM - Static variable in class com.netscape.cmscore.util.Debug
 
InfoService - Class in org.dogtagpki.server.rest
 
InfoService() - Constructor for class org.dogtagpki.server.rest.InfoService
 
InhibitAnyPolicyExtDefault - Class in com.netscape.cms.profile.def
This class implements an inhibit Any-Policy extension
InhibitAnyPolicyExtDefault() - Constructor for class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
init() - Method in class com.netscape.certsrv.kra.KRAClient
 
init() - Method in class com.netscape.certsrv.ocsp.OCSPClient
 
init() - Method in class com.netscape.certsrv.tks.TKSClient
 
init() - Method in class com.netscape.cms.evaluators.GroupAccessEvaluator
initialization.
init() - Method in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
initialization.
init() - Method in class com.netscape.cms.evaluators.UserAccessEvaluator
initialization.
init() - Method in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
initialization.
init() - Method in class com.netscape.cms.logging.LogQueue
Initializes the log queue.
init() - Method in class com.netscape.cms.servlet.base.CMSStartServlet
 
init() - Method in class com.netscape.cmscore.apps.CMSEngine
initialize all static, dynamic and final static subsystems.
init() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
initialize routine from parameters.
init() - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
init() - Method in class com.netscape.cmscore.notification.EmailTemplate
 
init() - Method in class com.netscape.cmstools.cli.MainCLI
 
init(IAuthority, IConfigStore) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
Initializes the PolicyProcessor
init(IConfigStore) - Method in class com.netscape.certsrv.base.BaseSubsystem
Initializes this subsystem.
init(IConfigStore) - Method in interface com.netscape.certsrv.base.ISubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore) - Method in interface com.netscape.certsrv.publish.ILdapCrlMapper
initialize from config store.
init(IConfigStore) - Method in interface com.netscape.certsrv.publish.ILdapPlugin
Initialize from config store.
init(IConfigStore) - Method in interface com.netscape.certsrv.publish.ILdapPluginImpl
initialize from config store and Isubsystem.
init(IConfigStore) - Method in class com.netscape.cms.logging.LogFile
Initialize and open the log using the parameters from a config store
init(IConfigStore) - Method in class com.netscape.cms.logging.RollingLogFile
Initialize and open a RollingLogFile using the prop config store
init(IConfigStore) - Method in class com.netscape.cms.profile.common.Profile
Initializes this profile.
init(IConfigStore) - Method in class com.netscape.cms.profile.common.ProfileOutput
Initializes this default policy.
init(IConfigStore) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
init(IConfigStore) - Method in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
init(IConfigStore) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
init(IConfigStore) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
init(IConfigStore) - Method in class com.netscape.cms.profile.constraint.PolicyConstraint
Initializes this constraint policy.
init(IConfigStore) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.NoDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.PolicyDefault
Initializes this default policy.
init(IConfigStore) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
init(IConfigStore) - Method in class com.netscape.cms.profile.output.EnrollOutput
Initializes this default policy.
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
for initializing from config store.
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
for initializing from config store.
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
for initializing from config store.
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
for initializing from config store.
init(IConfigStore) - Method in class com.netscape.cms.publish.mappers.NoMap
for initializing from config store.
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Initializes this plugin.
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
init(IConfigStore) - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Initializes this plugin.
init(IConfigStore) - Method in class com.netscape.cms.servlet.common.CMSFileLoader
 
init(IConfigStore) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Initializes the authentication subsystem from the config store.
init(IConfigStore) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Initializes the authorization subsystem from the config store.
init(IConfigStore) - Method in class com.netscape.cmscore.cert.OidLoaderSubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore) - Method in class com.netscape.cmscore.cert.X500NameSubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore) - Method in class com.netscape.cmscore.connector.RemoteAuthority
 
init(IConfigStore) - Method in class com.netscape.cmscore.dbs.DBRegistry
Initializes the internal registery.
init(IConfigStore) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Initializes the internal registery.
init(IConfigStore) - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
Create extensions from configuration store.
init(IConfigStore) - Method in class com.netscape.cmscore.jobs.JobsScheduler
read from the config file all implementations of Jobs, register and initialize them
init(IConfigStore) - Method in class com.netscape.cmscore.ldap.LdapConnModule
 
init(IConfigStore) - Method in class com.netscape.cmscore.ldap.LdapRule
The init method in ILdapPlugin It can not set set mapper,publisher choice for console dynamicly Should not use this method to init.
init(IConfigStore) - Method in class com.netscape.cmscore.logging.LogSubsystem
Initializes the log subsystem.
init(IConfigStore) - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore) - Method in class com.netscape.cmscore.profile.ProfileSubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore) - Method in class com.netscape.cmscore.request.RequestSubsystem
 
init(IConfigStore) - Method in class com.netscape.cmscore.security.JssSubsystem
Initializes the Jss security subsystem.
init(IConfigStore) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
This method initializes this subsystem.
init(IConfigStore) - Method in class com.netscape.cmscore.util.Debug
Debug subsystem initialization.
init(IConfigStore) - Method in class com.netscape.cmscore.util.ProfileSubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore) - Method in class com.netscape.cmscore.util.StatsSubsystem
Initializes this subsystem with the given configuration store.
init(IConfigStore, String) - Method in class com.netscape.cmscore.registry.PluginRegistry
Initializes this subsystem with the given configuration store.
init(ISubsystem, IConfigStore) - Method in interface com.netscape.certsrv.publish.ILdapPluginImpl
initialize from config store.
init(ISubsystem, IConfigStore) - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
 
init(ISubsystem, IConfigStore) - Method in class com.netscape.cms.listeners.PinRemovalListener
 
init(ISubsystem, IConfigStore) - Method in class com.netscape.cms.listeners.RequestInQListener
initializes the listener from the configuration
init(ISubsystem, IConfigStore) - Method in class com.netscape.cms.logging.LogFile
 
init(ISubsystem, IConfigStore) - Method in class com.netscape.cmscore.connector.LocalConnector.LocalConnListener
 
init(ISubsystem, IConfigStore) - Method in class com.netscape.cmscore.extensions.KeyUsage
 
init(ISubsystem, IConfigStore) - Method in class com.netscape.cmscore.ldap.LdapRequestListener
 
init(ISubsystem, IConfigStore) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
init(ISubsystem, String, IConfigStore) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Initializes CRL issuing point.
init(ISubsystem, String, String, IConfigStore) - Method in interface com.netscape.certsrv.base.IPluginImpl
Initializes this plugin instance.
init(ISubsystem, String, String, IConfigStore) - Method in class com.netscape.cms.jobs.AJobBase
abstract methods
init(ISubsystem, String, String, IConfigStore) - Method in class com.netscape.cms.jobs.RequestInQueueJob
initialize from the configuration file
init(IOCSPAuthority, IConfigStore) - Method in interface com.netscape.certsrv.ocsp.IOCSPStore
 
init(IOCSPAuthority, IConfigStore) - Method in class com.netscape.cms.ocsp.DefStore
 
init(IOCSPAuthority, IConfigStore) - Method in class com.netscape.cms.ocsp.LDAPStore
Fetch CA certificate and CRL from LDAP server.
init(IPublisherProcessor, IConfigStore) - Method in interface com.netscape.certsrv.publish.ILdapRule
Initialize the plugin.
init(IPublisherProcessor, IConfigStore) - Method in class com.netscape.cmscore.ldap.LdapRule
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.CMCAuth
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.FlatFileAuth
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.SessionAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.TokenAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.CertReqInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.CMCCertReqInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.DualKeyGenInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.EncryptionKeyGenInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.EnrollInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.FileSigningInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.GenericInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.ImageInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.KeyGenInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.nsHKeyCertReqInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.nsNKeyCertReqInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.SerialNumRenewInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.ServerKeygenInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.SigningKeyGenInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.SubjectAltNameExtInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.SubjectDNInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.SubjectNameInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.input.SubmitterInfoInput
Initializes this default policy.
init(Profile, IConfigStore) - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Initializes this default policy.
init(Profile, IConfigStore) - Method in interface com.netscape.cms.profile.updater.IProfileUpdater
Initializes this default policy.
init(Profile, IConfigStore) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
init(LDAPAuthenticationConfig) - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
initialize this class from the config store.
init(LDAPAuthenticationConfig, String, int, boolean) - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
initialize this class from the config store, and verify the password.
init(LDAPConnectionConfig) - Method in class com.netscape.cmscore.ldapconn.LdapConnInfo
initializes an instance from a config store.
init(PKISocketConfig) - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
init(PKISocketConfig) - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
init(PKISocketConfig, LDAPConfig) - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
init(PKISocketConfig, LDAPConfig) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
init(PKISocketConfig, LDAPConfig, IPasswordStore) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
init(PKISocketConfig, UGSubsystemConfig, IPasswordStore) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
init(PKISocketConfig, IPasswordStore) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
init(File) - Method in class com.netscape.cms.servlet.common.CMSTemplate
 
init(String) - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
common initialization routine.
init(String) - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
common initialization routine.
init(String) - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
common initialization routine.
init(String) - Method in interface com.netscape.cmsutil.password.IPasswordReader
 
init(String) - Method in interface com.netscape.cmsutil.password.IPasswordStore
 
init(String) - Method in interface com.netscape.cmsutil.password.IPasswordWriter
 
init(String) - Method in class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
init(String) - Method in class com.netscape.cmsutil.password.PlainPasswordFile
Initialization method to read passwords(key and element pairs) from a file.
init(String) - Method in class com.netscape.cmsutil.password.PlainPasswordReader
 
init(String) - Method in class com.netscape.cmsutil.password.PlainPasswordWriter
 
init(String, int, int) - Method in class com.netscape.cms.logging.LogFile
Initialize and open the log
init(String, String, IConfigStore) - Method in class com.netscape.cms.listeners.PinRemovalListener
 
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
initializes the CertUserDBAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.CMCAuth
Initializes the CMCAuth authentication plug-in.
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Initializes the UidPwdDirBasedAuthentication auth manager.
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.FlatFileAuth
 
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.HashAuthentication
 
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.PortalEnroll
Initializes the PortalEnrollment auth manager.
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.SessionAuthentication
 
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.SharedSecret
 
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
initializes the SSLClientCertAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.TokenAuthentication
initializes the TokenAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
init(String, String, AuthManagerConfig) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
Initializes the UserPwdDirAuthentication auth manager.
init(String, String, AuthManagerConfig) - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
initializes the CertUserDBAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
initializes the ChallengePhraseAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cmscore.authentication.NullAuthentication
initializes the NullAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
initializes the PasswdUserDBAuthentication auth manager
init(String, String, AuthManagerConfig) - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
init(String, String, AuthManagerConfig) - Method in interface org.dogtagpki.server.authentication.AuthManager
Initialize this authentication manager.
init(String, String, AuthManagerConfig, boolean) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
 
init(String, String, AuthzManagerConfig) - Method in class com.netscape.cms.authorization.AAclAuthz
Initializes
init(String, String, AuthzManagerConfig) - Method in class com.netscape.cms.authorization.BasicAclAuthz
 
init(String, String, AuthzManagerConfig) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
init(String, String, AuthzManagerConfig) - Method in class com.netscape.cms.authorization.DirAclAuthz
 
init(String, String, AuthzManagerConfig) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Initialize this authorization manager.
init(String, ObjectIdentifier[], ObjectIdentifier[]) - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
init(String, ObjectIdentifier[], ObjectIdentifier[]) - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
init(String, ObjectIdentifier[], ObjectIdentifier[]) - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
common initialization routine.
init(FilterConfig) - Method in class com.netscape.cms.servlet.filter.AdminRequestFilter
 
init(FilterConfig) - Method in class com.netscape.cms.servlet.filter.AgentRequestFilter
 
init(FilterConfig) - Method in class com.netscape.cms.servlet.filter.EEClientAuthRequestFilter
 
init(FilterConfig) - Method in class com.netscape.cms.servlet.filter.EERequestFilter
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.ACLAdminServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.AuthAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.CMSAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.JobsAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.KRAAdminServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.LogAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.OCSPAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.RAAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.admin.UsrGrpAdminServlet
Initializes this servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.DisplayHtmlServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.DynamicVariablesServlet
Reads the following variables from the servlet config: AuthMgr - the authentication manager to use to authenticate the request GetClientCert - whether to request client auth for this request authority - the authority (ca, ra, drm) to return to the client dynamicVariables - a string of the form: serverdate=serverdate(),subsystemname=subsystemname(), http=http(),authmgrs=authmgrs(),clacrlurl=clacrlurl() The dynamicVariables string is parsed by splitting on commas.
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.GetStats
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.IndexServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.PortsServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.ProxyServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.base.SystemInfoServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.CloneRedirect
Initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.DirAuthServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.DisableEnrollResult
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.DisplayCRL
Initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.DisplayHashUserEnroll
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.EnableEnrollResult
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.GetCertFromRequest
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.GetCRL
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.GetEnableStatus
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.GetInfo
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.ListCerts
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.Monitor
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.RemoteAuthConfig
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.RenewalServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.SrchCerts
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.cert.UpdateDir
Initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.connector.CloneServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.CheckIdentity
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetCookie
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetDomainXML
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetStatus
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetSubsystemCert
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetTransportCert
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.ImportTransportCert
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.MainPageServlet
 
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.RegisterUser
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.TokenAuthenticate
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.ConfirmRecoverBySerial
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.DisplayBySerial
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.DisplayBySerialForRecovery
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.DisplayTransport
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.ExamineRecovery
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.GetApprovalStatus
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.GetAsyncPk12
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.GetPk12
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.GrantAsyncRecovery
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.GrantRecovery
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.RecoverBySerial
Initializes the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.SrchKey
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.key.SrchKeyForRecovery
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.AddCAServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.AddCRLServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.CheckCertServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.GetOCSPInfo
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.ListCAServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.OCSPServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.ocsp.RemoveCAServlet
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.request.ProcessReq
initialize the servlet.
init(ServletConfig) - Method in class com.netscape.cms.servlet.request.QueryReq
initialize the servlet.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Initializes the policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.AgentPolicy
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.DefaultRevocation
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.KeyAlgorithmConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.ManualAuthentication
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
Performs one-time initialization of the policy.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
Performs one-time initialization of the policy.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
Performs one-time initialization of the policy.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
 
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
Initializes this policy rule.
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
init(IPolicyProcessor, IConfigStore) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
Initializes this policy rule.
initAsyncKeyRecovery(BigInteger, X509CertImpl, String, String) - Method in interface com.netscape.certsrv.kra.IKeyService
Initiate asynchronous key recovery
initAuthSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initAuthzSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initCacheIfNeeded() - Method in class com.netscape.cmscore.dbs.Repository
 
initDatabase() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initDatabase() - Method in class com.netscape.cmstools.PKCS12Export
 
initDBSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initDebug() - Method in class com.netscape.cmscore.apps.CMSEngine
 
InitializationFailed - org.dogtagpki.server.ca.ICRLIssuingPoint.CRLIssuingPointStatus
 
initialize(byte[], int) - Method in interface com.netscape.certsrv.kra.IShare
Deprecated.
 
initialize(byte[], int) - Method in class com.netscape.cms.shares.OldShare
Deprecated.
 
initialize(int) - Method in interface com.netscape.certsrv.kra.IJoinShares
Deprecated.
 
initialize(int) - Method in class com.netscape.cms.shares.OldJoinShares
Deprecated.
 
initializeAuthz(ServletConfig, AuthzSubsystem, String) - Static method in class com.netscape.cms.servlet.common.ServletUtils
 
initializeConsumer(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
Initialized - org.dogtagpki.server.ca.ICRLIssuingPoint.CRLIssuingPointStatus
 
INITIALIZED - Static variable in class com.netscape.cmscore.apps.PKIServerEvent
 
initJobsScheduler() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initJssSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initLdapAttrs(LDAPSchema, String) - Method in class com.netscape.cms.authentication.PortalEnroll
 
initLdapConn(AuthManagerConfig) - Method in class com.netscape.cms.authentication.SharedSecret
initLadapConn initializes ldap connection for shared token based CMC enrollment.
initLogSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initOIDLoaderSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initPasswordStore() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initPluginRegistry() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initRequestSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initSecurityDomain() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initSecurityProvider() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.ASelfTest
Initializes this subsystem with the configuration store associated with this instance name.
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.ca.CAPresence
Initializes this subsystem with the configuration store associated with this instance name.
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.ca.CAValidity
Initializes this subsystem with the configuration store associated with this instance name.
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Initializes this subsystem with the configuration store associated with this instance name.
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.kra.KRAPresence
Initializes this subsystem with the configuration store associated with this instance name.
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Initializes this subsystem with the configuration store associated with this instance name.
initSelfTest(ISelfTestSubsystem, String, IConfigStore) - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Initializes this subsystem with the configuration store associated with this instance name.
initSubsystem(ISubsystem, IConfigStore) - Method in class com.netscape.cmscore.apps.CMSEngine
 
initSubsystems() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initUGSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
initX500NameSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
injectSANExtension(String[], MultivaluedMap<String, String>) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
INPUT_IMAGE_URL - Static variable in class com.netscape.cms.profile.def.ImageDefault
 
installAuthImpls(IConfigStore) - Static method in class com.netscape.cmscore.apps.Setup
 
installCACRLExtensions(IConfigStore) - Static method in class com.netscape.cmscore.apps.Setup
This function is used for installation and upgrade.
installCAPublishingImpls(IConfigStore) - Static method in class com.netscape.cmscore.apps.Setup
 
installOIDMap(IConfigStore) - Static method in class com.netscape.cmscore.apps.Setup
 
installPolicyImpls(String, IConfigStore) - Static method in class com.netscape.cmscore.apps.Setup
This function is used for installation and upgrade.
instanceDir - Variable in class com.netscape.cmscore.apps.CMSEngine
 
instanceRoot - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
IntegerMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java Integer object into LDAP attribute, and vice versa.
IntegerMapper(String) - Constructor for class com.netscape.cmscore.dbs.IntegerMapper
Constructs mapper to deal with Integer.
INTERNAL_ERROR - Static variable in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
INTERNAL_TOKEN_FULL_NAME - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
INTERNAL_TOKEN_NAME - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
intToFixedWidthBytes(int, int) - Static method in class com.netscape.cmscore.cert.CertUtils
Write the int as a big-endian byte[] of fixed width (in bytes).
INVALID_POLICY_IMPL_CONFIG - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
INVALID_POLICY_IMPL_CONFIG - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
INVALID_POLICY_IMPL_ID - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
INVALID_POLICY_IMPL_ID - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
INVALID_POLICY_IMPL_OP - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
INVALID_POLICY_IMPL_OP - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
INVALID_POLICY_INST_ID - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
INVALID_POLICY_INST_ID - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
INVALID_POLICY_INSTANCE_CONFIG - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
INVALID_POLICY_INSTANCE_CONFIG - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
INVALID_POLICY_SCOPE - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
INVALID_POLICY_SCOPE - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
invalidateSSLSession(HttpServletRequest) - Static method in class com.netscape.cms.servlet.base.CMSServlet
Invalidates a SSL Session.
INVALIDITYDATE - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
IOCSPAuthority - Interface in com.netscape.certsrv.ocsp
This class represents the primary interface for the Online Certificate Status Protocol (OCSP) server.
IOCSPService - Interface in com.netscape.certsrv.ocsp
This class represents the servlet that serves the Online Certificate Status Protocol (OCSP) requests.
IOCSPStore - Interface in com.netscape.certsrv.ocsp
This class represents the generic interface for an Online Certificate Status Protocol (OCSP) store.
IPADDRESS - Static variable in class com.netscape.certsrv.base.SessionContext
IP Address of the requestor of the request in the current thread.
IPAddressAccessEvaluator - Class in com.netscape.cms.evaluators
A class represents a IP address acls evaluator.
IPAddressAccessEvaluator() - Constructor for class com.netscape.cms.evaluators.IPAddressAccessEvaluator
Class constructor.
IPasswordReader - Interface in com.netscape.cmsutil.password
 
IPasswordStore - Interface in com.netscape.cmsutil.password
 
IPasswordWriter - Interface in com.netscape.cmsutil.password
 
IPKIProcessor - Interface in com.netscape.cms.servlet.processors
This represents the request parser.
IPluginImpl - Interface in com.netscape.certsrv.base
This interface represents a plugin instance.
IPrettyPrintFormat - Interface in com.netscape.certsrv.base
This class will display the certificate content in predefined format.
IProfileUpdater - Interface in com.netscape.cms.profile.updater
This interface represents an updater that will be called when the request's state changes.
IProofOfArchival - Interface in com.netscape.certsrv.kra
An interface represents a proof of archival.
IPublisherProcessor - Interface in com.netscape.certsrv.publish
Controls the publishing process from the top level.
IPublishRuleSet - Interface in com.netscape.certsrv.publish
Represents a set of publishing rules.
IRAService - Interface in com.netscape.certsrv.ra
An interface representing a RA request services.
IRawJS - Interface in com.netscape.cms.servlet.common
This represents raw JS parameters.
IRegistrationAuthority - Interface in com.netscape.certsrv.ra
An interface represents a Registration Authority that is responsible for certificate enrollment operations.
IRemoteRequest - Interface in org.dogtagpki.server.connector
IRemoteRequest is the interface class for the remote requests and responses
IReqParser - Interface in com.netscape.cms.servlet.request
An interface representing a request parser which converts Java request object into name value pairs and vice versa.
isAlgorithmValid(String, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isAlphaNum(char) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.PolicyConstraint
Checks if this constraint is applicable to the given default policy.
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
isApplicable(PolicyDefault) - Method in class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
 
isApprovedAsyncKeyRecovery(String) - Method in interface com.netscape.certsrv.kra.IKeyService
is async recovery request status APPROVED - i.e.
isAttributeRegistered(String) - Method in class com.netscape.cmscore.dbs.DBRegistry
See if an attribute is registered.
isBadDSAKeyPair(KeyPair) - Static method in class com.netscape.cmscore.security.KeyCertUtil
Test for a DSA key pair that will trigger a bug in NSS.
isBannerEnabled() - Static method in class com.netscape.cms.servlet.base.PKIService
 
isCACert(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
isCACertsOnly() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Checks if CRL includes CA certificates only.
isCertFromCA(X509Certificate) - Method in class com.netscape.cms.servlet.base.CMSServlet
handy routine for validating if a cert is from this CA.
isCertificateRevoked(X509CertImpl) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Checks if the presented certificate belongs to the repository and is revoked.
isCertOnHold() - Method in class com.netscape.cmscore.dbs.CertRecord
 
isCertPublishingEnabled() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Return true if Certificate Publishing is enabled.
isCertPublishingEnabled() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
isCertTrusted(InternalCertificate) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
To certificate server point of view, SSL trust is what we referring.
isCipherFortezza() - Method in class com.netscape.cmscore.security.JssSubsystem
 
isClientAuth() - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
isClientCertRequired() - Method in class com.netscape.cms.servlet.base.CMSServlet
 
isClone() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
isClone() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Is this a clone CA?
isCRLCacheEmpty() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if CRL cache is empty.
isCRLCacheEnabled() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if CRL cache is enabled.
isCRLCacheTestingEnabled() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if CRL cache testing is enabled.
isCRLGenerationEnabled() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if CRL generation is enabled.
isCRLIssuingPointEnabled() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if CRL issuing point is enabled.
isCRLIssuingPointInitialized() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns CRL issuing point initialization status.
isCRLPublishingEnabled() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Return true if CRL publishing is enabled,
isCRLPublishingEnabled() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
isCRLUpdateInProgress() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns status of CRL generation.
isDeltaCRLEnabled() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if delta-CRL is enabled.
isDigit(char) - Static method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
isDuplicate(String, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
isECCKey(X509Key) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
ISecurityDomainSessionTable - Interface in com.netscape.certsrv.base
This interface defines the abstraction for the cookie table.
isEnable() - Method in class com.netscape.certsrv.publish.MapperProxy
Returns if enabled.
isEnable() - Method in class com.netscape.certsrv.publish.PublisherProxy
Return if enabled or not.
isEnable() - Method in class com.netscape.cms.profile.common.Profile
 
isEnable() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
isEnable() - Method in class org.dogtagpki.server.authentication.AuthManagerProxy
Returns the state of the authentication manager instance
isEnable() - Method in class org.dogtagpki.server.authorization.AuthzManagerProxy
Returns the state of the authorization manager instance
isEnable(String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
isEnabled() - Method in class com.netscape.cms.jobs.AJobBase
tells if the job is enabled
isEnabled() - Method in class com.netscape.cmscore.apps.SubsystemConfig
 
isEnabled() - Method in class com.netscape.cmscore.apps.SubsystemInfo
 
isEncoded(String) - Method in class com.netscape.cmstools.CRMFPopClient
 
isEncrypted() - Method in class com.netscape.cmscore.dbs.KeyRecord
 
isEncryptionCert(X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isEphemeral(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Are ephemeral requests enabled for SECURITY_DATA recovery and archival
isExcludedLdapAttr(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
isExcludedLdapAttrsEnabled() - Method in class com.netscape.cmscore.apps.CMSEngine
 
isExpiredCert(X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isFound() - Method in class com.netscape.cmsutil.crypto.Module
 
isGeneralNameType(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
isGeneralNameValid(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
isGoodConfigPassword(String) - Method in class com.netscape.cms.password.PasswordChecker
 
isGoodPassword(String) - Method in class com.netscape.cms.password.PasswordChecker
Returns true if the given password meets the quality requirement; otherwise returns false.
isGroupInMultiRoleEnforceList(String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
isGroupPresent(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Checks if the given group exists
IShare - Interface in com.netscape.certsrv.kra
Deprecated. 
isHostAuthority - Variable in class com.netscape.certsrv.authority.AuthorityData
 
isHostAuthority() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Return whether this CA is the host authority (not a lightweight authority).
isHTML() - Method in class com.netscape.cmscore.notification.EmailTemplate
 
isInRunningState() - Method in class com.netscape.cmscore.apps.CMSEngine
 
isInternalToken(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
isKeepAlive() - Method in class com.netscape.cmscore.ldapconn.PKISocketConfig
 
isLetDig(char) - Static method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
isLetDigHyp(char) - Static method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
isLetter(char) - Static method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
isLoggedIn() - Method in class com.netscape.cmsutil.crypto.Token
 
isManualUpdateSet() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Checks if manual update is set.
isMapperInstanceEnable(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns true if MapperInstance is enabled.
isMapperInstanceEnable(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
isMasterCA - Variable in class org.dogtagpki.server.rest.SystemConfigService
 
isMatched(String, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Checks if the given DNs are the same after normalization.
isMember(String) - Method in interface com.netscape.certsrv.usrgrp.IGroup
Checks if the given name is member of this group.
isMember(String) - Method in class com.netscape.cmscore.usrgrp.Group
 
isMemberOf(IUser, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Checks if the given user is a member of the given group (now runs an ldap search to find the user, instead of fetching the entire group entry)
isMemberOf(String, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
isMemberOfLdapGroup(String, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
checks if the given user DN is in the specified group by running an ldap search for the user in the group
isNotFoundGood() - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method checks to see if the OCSP response should return good when the certificate is not found.
isNotFoundGood() - Method in class com.netscape.cms.ocsp.DefStore
 
isNotFoundGood() - Method in class com.netscape.cms.ocsp.LDAPStore
 
isNotFoundGood1() - Method in class com.netscape.cms.ocsp.LDAPStore
 
isNotYetValidCert(X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isNT() - Static method in class com.netscape.cmscore.apps.CMSEngine
 
isNT() - Static method in class com.netscape.cmscore.security.PWsdrCache
Checks if this is NT.
isObjectClassRegistered(String) - Method in class com.netscape.cmscore.dbs.DBRegistry
See if an object class is registered.
ISocketFactory - Interface in com.netscape.cmsutil.net
 
isOptional(String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
isOptional(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
isPreOpMode() - Method in class com.netscape.cmscore.apps.CMSEngine
 
isPresent() - Method in class com.netscape.cmsutil.crypto.Token
 
isProfileCertsOnly() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Checks if CRL includes profile certificates only.
isProfileEnable(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
isProfileRequest(IRequest) - Static method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
isProfileRequest(IRequest) - Static method in class com.netscape.cmscore.connector.RequestTransfer
 
isProfileRequest(IRequest) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
isPublisherInstanceEnable(String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Returns true publisher instance is currently enabled.
isPublisherInstanceEnable(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
isPublishingQueueEnabled() - Method in class com.netscape.cmscore.request.ARequestNotifier
Checks if publishing queue is enabled.
isReady() - Method in class com.netscape.cmscore.apps.CMSEngine
 
isReady() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Return whether CA is ready to perform signing operations.
isRenewal() - Method in class com.netscape.cms.profile.common.Profile
Is this a renewal profile
isReplicationDone(String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
isRetrievalSynchronous(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Is the SECURITY_DATA retrieval synchronous?
isRevoked(X509Certificate[]) - Method in class com.netscape.cmscore.apps.CMSEngine
 
isRunningMode() - Method in class com.netscape.cmscore.apps.CMSEngine
 
isSDHostDomainMaster(DomainInfo) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
isSecure() - Method in class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
isSelfTestCritical() - Method in class com.netscape.cmscore.selftests.SelfTestOrderedInstance
Returns the criticality associated with this self test.
isSelfTestCriticalAtStartup(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Determine if failure of the specified self test is fatal to server startup.
isSelfTestCriticalOnDemand(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Determine if failure of the specified self test is fatal when it is executed on demand.
isSelfTestEnabledAtStartup(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Determine if the specified self test is executed automatically at server startup.
isSelfTestEnabledOnDemand(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Determine if the specified self test is enabled to be executed on demand.
isSensitive(String) - Static method in class com.netscape.cmscore.apps.CMS
Check whether the string is contains password
isSet(boolean[], int) - Method in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
isShowTime(IJob, Calendar) - Method in class com.netscape.cmscore.jobs.JobsScheduler
Is it time for the job?
isSigningCert(X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isSigningRequired() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
isSmimePair(X509CertImpl, X509CertImpl, boolean) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.CMCAuth
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.FlatFileAuth
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.SessionAuthentication
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.TokenAuthentication
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
isSSLClientRequired() - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
isSSLClientRequired() - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Checks if this authenticator requires SSL client authentication.
isStopped() - Method in class com.netscape.cms.jobs.AJobBase
 
ISSUED_CERT_SERIAL - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
IssuerAltNameExt - Class in org.dogtagpki.legacy.server.policy.extensions
Issuer Alt Name Extension policy.
IssuerAltNameExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
Adds the issuer alternate name extension to all certs.
IssuerAltNameExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a issuer alternative name extension into the certificate template.
IssuerAltNameExtDefault() - Constructor for class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
IssuerConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
IssuerConstraints is a rule for restricting the issuers of the certificates used for certificate-based enrollments.
IssuerConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
checks the issuer of the ssl client-auth cert.
issuerDN - Variable in class com.netscape.certsrv.authority.AuthorityData
 
ISSUERDN - Static variable in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
issueX509Cert(AuthorityID, X509CertInfo, String, String) - Method in interface org.dogtagpki.server.ca.ICAService
Issues certificate base on enrollment information, creates certificate record, and stores all necessary data.
isSystemCertificate(BigInteger) - Method in class com.netscape.cms.servlet.base.CMSServlet
A system certificate such as the CA signing certificate should not be allowed to delete.
isThisCurrentDeltaCRL(X509CRLImpl) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Returns true if supplied delta-CRL is matching current delta-CRL.
isTokenLoggedIn(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
isTrust(int) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
isTypeUnique(String) - Method in class com.netscape.cms.authorization.AAclAuthz
is this resource name unique
ISubsystem - Interface in com.netscape.certsrv.base
An interface represents a CMS subsystem.
ISubsystemSource - Interface in com.netscape.certsrv.base
An interface represents a subsystem source.
isUpdateIdOnInit() - Method in class com.netscape.cmscore.apps.SubsystemInfo
 
isValidCert(X509CertImpl) - Static method in class com.netscape.cmscore.cert.CertUtils
 
isValidDNSName(String) - Static method in class com.netscape.cms.profile.def.CommonNameToSANDefault
Validate DNS name syntax per Section 3.5 of RFC 1034 and Section 2.1 of RFC 1123, and the additional rules of RFC 5280 Section 4.2.1.6.
isValidOID(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
Check if a object identifier in string form is valid, that is a string in the form n.n.n.n and der encode and decode-able.
isValidRange(int, int) - Method in class com.netscape.cmscore.jobs.CronRange
checks to see if the lower and higher boundary values are within the min/max.
isValueConfigured() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
isValueConfigured() - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
isValuePresent(String) - Method in interface com.netscape.certsrv.base.IArgBlock
Checks if this argument block contains the given key.
isValuePresent(String) - Method in class com.netscape.cmscore.base.ArgBlock
Checks if this argument block contains the given key.
isValueWriteable(String) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.CMCAuth
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.FlatFileAuth
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.SessionAuthentication
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.TokenAuthentication
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
isValueWriteable(String) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
isValueWriteable(String) - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Checks if the value of the given property should be serializable into the request.
isVerbose() - Method in class com.netscape.cmstools.CRMFPopClient
 
isVisible() - Method in class com.netscape.cms.profile.common.Profile
Checks if this profile is end-user profile or not.
isX500DN(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
isXmlOutput() - Method in class com.netscape.cms.profile.common.Profile
is output going to be in xml?
ITKSAuthority - Interface in com.netscape.certsrv.tks
An interface represents a Registration Authority that is responsible for certificate enrollment operations.
IUser - Interface in com.netscape.certsrv.usrgrp
This interface defines the basic interfaces for a user identity.
IUserConstants - Interface in com.netscape.certsrv.usrgrp
This interface defines the attribute names for a user entry
iv - Variable in class com.netscape.cms.authentication.SharedSecret
 
IXcertPublisherProcessor - Interface in com.netscape.certsrv.publish
Interface for a publisher that has the capability of publishing cross certs

J

JavaScriptRequestProxy - Class in org.dogtagpki.legacy.core.policy
 
JavaScriptRequestProxy(IRequest) - Constructor for class org.dogtagpki.legacy.core.policy.JavaScriptRequestProxy
 
JDialogPasswordCallback - Class in com.netscape.cmscore.base
A class to retrieve passwords through a modal Java dialog box
JDialogPasswordCallback() - Constructor for class com.netscape.cmscore.base.JDialogPasswordCallback
 
JobCron - Class in com.netscape.cmscore.jobs
class representing one Job cron information
JobCron(String) - Constructor for class com.netscape.cmscore.jobs.JobCron
 
JobsAdminServlet - Class in com.netscape.cms.servlet.admin
A class representing an administration servlet for the Jobs Scheduler and it's scheduled jobs.
JobsAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.JobsAdminServlet
Constructs JobsAdminServlet.
jobsScheduler - Variable in class com.netscape.cmscore.apps.CMSEngine
 
JobsScheduler - Class in com.netscape.cmscore.jobs
This is a daemon thread that handles scheduled jobs like cron would do with different jobs.
jss3(IConfigStore) - Static method in class com.netscape.cmscore.apps.Upgrade
Upgrade publishing.
JssSSLSocketFactory - Class in com.netscape.cmsutil.http
Uses NSS ssl socket.
JssSSLSocketFactory() - Constructor for class com.netscape.cmsutil.http.JssSSLSocketFactory
 
JssSSLSocketFactory(String) - Constructor for class com.netscape.cmsutil.http.JssSSLSocketFactory
 
JssSSLSocketFactory(String, String) - Constructor for class com.netscape.cmsutil.http.JssSSLSocketFactory
 
jssSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
JssSubsystem - Class in com.netscape.cmscore.security
Subsystem for initializing JSS>

K

KEY_CERT - Static variable in class com.netscape.cmscore.notification.ReqCertEmailResolver
 
KEY_ID_LENGTH - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
KEY_REQUEST - Static variable in class com.netscape.cmscore.notification.ReqCertEmailResolver
 
KEY_SIZE - Static variable in class com.netscape.cms.profile.input.ServerKeygenInput
 
KEY_TYPE - Static variable in class com.netscape.cms.profile.input.ServerKeygenInput
 
KeyAlgorithmConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
KeyAlgorithmConstraints enforces a constraint that the RA or a CA honor only the keys generated using one of the permitted algorithms such as RSA, DSA or DH.
KeyAlgorithmConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.KeyAlgorithmConstraints
 
KeyCertUtil - Class in com.netscape.cmscore.security
This class provides all the base methods to generate the key for different kinds of certificates.
KeyCertUtil() - Constructor for class com.netscape.cmscore.security.KeyCertUtil
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyArchiveCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyFindCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyGenerateCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyModifyCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyRecoverCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyRequestFindCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyRequestReviewCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyRequestShowCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyShowCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
keyCLI - Variable in class com.netscape.cmstools.kra.KRAKeyTemplateShowCLI
 
keyCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11KeyFindCLI
 
keyCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11KeyRemoveCLI
 
keyCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11KeyShowCLI
 
keyCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12KeyFindCLI
 
keyCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12KeyRemoveCLI
 
keyClient - Variable in class com.netscape.cmstools.kra.KRAKeyCLI
 
KeyConstraint - Class in com.netscape.cms.profile.constraint
This constraint is to check the key type and key length.
KeyConstraint() - Constructor for class com.netscape.cms.profile.constraint.KeyConstraint
 
KeyDBSchema - Class in com.netscape.cmscore.dbs
A class represents a collection of key record specific schema information.
KeyDBSchema() - Constructor for class com.netscape.cmscore.dbs.KeyDBSchema
 
KeyGenInfo - Class in com.netscape.certsrv.base
The KeyGenInfo represents the information generated by the KeyGen tag of the HTML forms.
KeyGenInfo() - Constructor for class com.netscape.certsrv.base.KeyGenInfo
Construct empty KeyGenInfo.
KeyGenInfo(String) - Constructor for class com.netscape.certsrv.base.KeyGenInfo
Construct KeyGenInfo using the SignedPublicKeyAndChallenge string representation.
KeyGenInput - Class in com.netscape.cms.profile.input
This class implements the key generation input that populates parameters to the enrollment page for key generation.
KeyGenInput() - Constructor for class com.netscape.cms.profile.input.KeyGenInput
 
KeyGenProcessor - Class in com.netscape.cms.servlet.processors
KeyGenProcess parses Certificate request matching the KEYGEN tag format used by Netscape Communicator 4.x
KeyGenProcessor() - Constructor for class com.netscape.cms.servlet.processors.KeyGenProcessor
 
KeyGenProcessor(ICMSRequest, CMSServlet) - Constructor for class com.netscape.cms.servlet.processors.KeyGenProcessor
 
KeyHashID - Class in com.netscape.cmsutil.ocsp
RFC 2560:
KeyHashID(OCTET_STRING) - Constructor for class com.netscape.cmsutil.ocsp.KeyHashID
 
KeyHashID.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
KEYID_TYPE_REQATTR - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
KEYID_TYPE_SHA1 - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
KEYID_TYPE_SPKISHA1 - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
KEYID_TYPE_TYPEFIELD - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
KEYREC_ID - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
KeyRecord - Class in com.netscape.cmscore.dbs
A class represents a Key record.
KeyRecord() - Constructor for class com.netscape.cmscore.dbs.KeyRecord
Constructs empty key record.
KeyRecord(BigInteger, byte[], byte[], String, String, String) - Constructor for class com.netscape.cmscore.dbs.KeyRecord
 
KeyRecordList - Class in com.netscape.cmscore.dbs
A class represents a list of key records.
KeyRecordList(IDBVirtualList<IKeyRecord>) - Constructor for class com.netscape.cmscore.dbs.KeyRecordList
Constructs a key list.
KeyRecordMapper - Class in com.netscape.cmscore.dbs
A class represents a mapper to serialize key record into database.
KeyRecordMapper(IKeyRepository) - Constructor for class com.netscape.cmscore.dbs.KeyRecordMapper
 
KeyRecordParser - Class in com.netscape.cms.servlet.key
Output a 'pretty print' of a Key Archival record
KeyRecordParser() - Constructor for class com.netscape.cms.servlet.key.KeyRecordParser
 
KeyRepository - Class in com.netscape.cmscore.dbs
A class represents a Key repository.
KeyRepository(DBSubsystem, int, String) - Constructor for class com.netscape.cmscore.dbs.KeyRepository
Constructs a key repository.
KeyReqParser - Class in com.netscape.cms.servlet.request
Output a 'pretty print' of a Key Archival request
KeyReqParser() - Constructor for class com.netscape.cms.servlet.request.KeyReqParser
Constructs a certificate request parser.
KeyRequestDAO - Class in com.netscape.cms.servlet.key
 
KeyRequestDAO() - Constructor for class com.netscape.cms.servlet.key.KeyRequestDAO
 
Keyring - Class in com.netscape.cmsutil.util
 
Keyring() - Constructor for class com.netscape.cmsutil.util.Keyring
 
keys() - Method in interface com.netscape.certsrv.base.IConfigStore
Returns an enumeration of the config store's keys.
keys() - Method in class com.netscape.cmscore.base.PropConfigStore
Returns an enumeration of the config store's keys, hidding the store name.
KeyStateMapper - Class in com.netscape.cmscore.dbs
A class represents a key state mapper.
KeyStateMapper(String) - Constructor for class com.netscape.cmscore.dbs.KeyStateMapper
 
KeyUsage - Class in com.netscape.cmscore.extensions
 
KeyUsage(boolean) - Constructor for class com.netscape.cmscore.extensions.KeyUsage
 
KeyUsageExt - Class in org.dogtagpki.legacy.server.policy.extensions
Policy to add Key Usage Extension.
KeyUsageExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
KeyUsageExtConstraint - Class in com.netscape.cms.profile.constraint
This class implements the key usage extension constraint.
KeyUsageExtConstraint() - Constructor for class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
 
KeyUsageExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Key Usage extension into the certificate template.
KeyUsageExtDefault() - Constructor for class com.netscape.cms.profile.def.KeyUsageExtDefault
 
KRA_AGENT_GROUP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
KRA_KEYGEN_Archive - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_KEYGEN_EC_KeyCurve - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_KEYGEN_KeySize - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_KEYGEN_KeyType - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_RECOVERY_CERT - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_RECOVERY_KEYID - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_RESPONSE_IV_Param - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_RESPONSE_PublicKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_RESPONSE_Wrapped_PrivKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_Trans_DesKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRA_UserId - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
KRAAdminServlet - Class in com.netscape.cms.servlet.admin
A class representings an administration servlet for Key Recovery Authority.
KRAAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.KRAAdminServlet
Constructs KRA servlet.
KRACertCLI - Class in com.netscape.cmstools.kra
 
KRACertCLI(KRACLI) - Constructor for class com.netscape.cmstools.kra.KRACertCLI
 
KRACertTransportExportCLI - Class in com.netscape.cmstools.kra
 
KRACertTransportExportCLI(KRACertCLI) - Constructor for class com.netscape.cmstools.kra.KRACertTransportExportCLI
 
KRACertTransportShowCLI - Class in com.netscape.cmstools.kra
 
KRACertTransportShowCLI(KRACertCLI) - Constructor for class com.netscape.cmstools.kra.KRACertTransportShowCLI
 
kraCLI - Variable in class com.netscape.cmstools.kra.KRACertCLI
 
KRACLI - Class in com.netscape.cmstools.kra
 
KRACLI - Class in org.dogtagpki.server.cli
 
KRACLI(MainCLI) - Constructor for class com.netscape.cmstools.kra.KRACLI
 
KRACLI(CLI) - Constructor for class org.dogtagpki.server.cli.KRACLI
 
kraClient - Variable in class com.netscape.cmstools.kra.KRACertCLI
 
kraClient - Variable in class com.netscape.cmstools.kra.KRACLI
 
KRAClient - Class in com.netscape.certsrv.kra
 
KRAClient(PKIClient) - Constructor for class com.netscape.certsrv.kra.KRAClient
 
KRAConnectorAddCLI - Class in com.netscape.cmstools.system
 
KRAConnectorAddCLI(KRAConnectorCLI) - Constructor for class com.netscape.cmstools.system.KRAConnectorAddCLI
 
kraConnectorCLI - Variable in class com.netscape.cmstools.system.KRAConnectorAddCLI
 
kraConnectorCLI - Variable in class com.netscape.cmstools.system.KRAConnectorRemoveCLI
 
kraConnectorCLI - Variable in class com.netscape.cmstools.system.KRAConnectorShowCLI
 
KRAConnectorCLI - Class in com.netscape.cmstools.system
 
KRAConnectorCLI(CACLI) - Constructor for class com.netscape.cmstools.system.KRAConnectorCLI
 
kraConnectorClient - Variable in class com.netscape.cmstools.system.KRAConnectorCLI
 
KRAConnectorRemoveCLI - Class in com.netscape.cmstools.system
 
KRAConnectorRemoveCLI(KRAConnectorCLI) - Constructor for class com.netscape.cmstools.system.KRAConnectorRemoveCLI
 
KRAConnectorShowCLI - Class in com.netscape.cmstools.system
 
KRAConnectorShowCLI(KRAConnectorCLI) - Constructor for class com.netscape.cmstools.system.KRAConnectorShowCLI
 
KRAInfoService - Class in org.dogtagpki.server.rest
 
KRAInfoService() - Constructor for class org.dogtagpki.server.rest.KRAInfoService
 
KRAKeyArchiveCLI - Class in com.netscape.cmstools.kra
 
KRAKeyArchiveCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyArchiveCLI
 
KRAKeyCLI - Class in com.netscape.cmstools.kra
 
KRAKeyCLI(CLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyCLI
 
KRAKeyFindCLI - Class in com.netscape.cmstools.kra
 
KRAKeyFindCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyFindCLI
 
KRAKeyGenerateCLI - Class in com.netscape.cmstools.kra
 
KRAKeyGenerateCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyGenerateCLI
 
KRAKeyModifyCLI - Class in com.netscape.cmstools.kra
 
KRAKeyModifyCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyModifyCLI
 
KRAKeyRecoverCLI - Class in com.netscape.cmstools.kra
 
KRAKeyRecoverCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyRecoverCLI
 
KRAKeyRequestFindCLI - Class in com.netscape.cmstools.kra
 
KRAKeyRequestFindCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyRequestFindCLI
 
KRAKeyRequestReviewCLI - Class in com.netscape.cmstools.kra
 
KRAKeyRequestReviewCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyRequestReviewCLI
 
KRAKeyRequestShowCLI - Class in com.netscape.cmstools.kra
 
KRAKeyRequestShowCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyRequestShowCLI
 
KRAKeyRetrieveCLI - Class in com.netscape.cmstools.kra
 
KRAKeyRetrieveCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
KRAKeyShowCLI - Class in com.netscape.cmstools.kra
 
KRAKeyShowCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyShowCLI
 
KRAKeyTemplateFindCLI - Class in com.netscape.cmstools.kra
 
KRAKeyTemplateFindCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
KRAKeyTemplateShowCLI - Class in com.netscape.cmstools.kra
 
KRAKeyTemplateShowCLI(KRAKeyCLI) - Constructor for class com.netscape.cmstools.kra.KRAKeyTemplateShowCLI
 
KRAPresence - Class in com.netscape.cms.selftests.kra
This class implements a self test to check for KRA presence.
KRAPresence() - Constructor for class com.netscape.cms.selftests.kra.KRAPresence
 
KRAResources - Class in com.netscape.certsrv.kra
A class represents a resource bundle for KRA subsystem.
KRAResources() - Constructor for class com.netscape.certsrv.kra.KRAResources
 
KRATool - Class in com.netscape.cmstools
The KRATool class is a utility program designed to operate on an LDIF file to perform one or more of the following tasks:
KRATool() - Constructor for class com.netscape.cmstools.KRATool
 
KRATransportCert - Class in com.netscape.cmscore.security
KRA transport certificate
KRATransportCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.KRATransportCert
 
KRATransportCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.KRATransportCert
 

L

LASTLOGIN - Static variable in class com.netscape.cms.authentication.HashAuthData
 
lastReplyCode - Variable in class netscape.net.TransferProtocolClient
code for last reply
lbuildUser(LDAPEntry) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
builds a User instance.
lbuildUsers(LDAPSearchResults) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
LDAP_ARL_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
LDAP_ARL_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
LDAP_ARL_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
LDAP_ATTR_ALGORITHM - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_ALGORITHM - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_ARCHIVED_BY - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_AUTO_RENEW - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_CA_CERT - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_CERT_RECORD_ID - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_CERT_STATUS - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_CERTDN - Static variable in class com.netscape.cmscore.usrgrp.CertDNCertUserLocator
 
LDAP_ATTR_CERTDN - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
LDAP_ATTR_CLIENT_ID - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_CREATE_TIME - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_CREATE_TIME - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_CRL - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_CRL_CACHE - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_CRL_ID - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_CRL_NUMBER - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_CRL_SIZE - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_DATA_TYPE - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_DATE_OF_RECOVERY - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_DELTA_CRL - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_DELTA_NUMBER - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_DELTA_SIZE - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_DESCRIPTION - Static variable in class com.netscape.cmscore.dbs.RepositorySchema
 
LDAP_ATTR_DURATION - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_EXPIRED_CERTS - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_EXTENSION - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_FIRST_UNSAVED - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_ISSUED_BY - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_ISSUER - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_KEY_RECORD_ID - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_KEY_SIZE - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_META_INFO - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_META_INFO - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_MODIFY_TIME - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_MODIFY_TIME - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_NEXT_UPDATE - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_NOT_AFTER - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_NOT_BEFORE - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_OWNER_NAME - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_PRIVATE_KEY_DATA - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_PROFILE_ID - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
LDAP_ATTR_PUB_STATUS - Static variable in class com.netscape.cmscore.dbs.RepositorySchema
 
LDAP_ATTR_PUBLIC_KEY_DATA - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_PUBLIC_KEY_DATA - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_PUBLIC_KEY_FORMAT - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_REALM - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_REVO_INFO - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_REVOKED_BY - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_REVOKED_CERTS - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_REVOKED_ON - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_SERIALNO - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_SERIALNO - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_SERIALNO - Static variable in class com.netscape.cmscore.dbs.RepositorySchema
 
LDAP_ATTR_SIGNED_CERT - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_SIGNING_ALGORITHM - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_STATE - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_STATUS - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_ATTR_SUBJECT - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_ATTR_THIS_UPDATE - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_UNREVOKED_CERTS - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_ATTR_USER_CERT - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
LDAP_ATTR_USER_CERT_STRING - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
LDAP_ATTR_VERSION - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_AUTHTYPE_BASICAUTH - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
LDAP_AUTHTYPE_NONE - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
LDAP_AUTHTYPE_SSLCLIENTAUTH - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
LDAP_BASICAUTH_STR - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
LDAP_CA_OBJECTCLASS - Static variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
LDAP_CA_OBJECTCLASS - Static variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
LDAP_CACERT_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
LDAP_CACERT_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
LDAP_CACERT_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
LDAP_CERTSUBJNAME_ATTR - Static variable in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
LDAP_CERTSUBJNAME_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
LDAP_CRL_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
LDAP_CRL_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
LDAP_CRL_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
LDAP_CRL_OBJECTCLASS - Static variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
LDAP_CROSS_CERT_PAIR_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
LDAP_OC_CERT_RECORD - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_OC_CRL_RECORD - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_OC_KEYRECORD - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_OC_REPOSITORY - Static variable in class com.netscape.cmscore.dbs.RepositorySchema
 
LDAP_OC_TOP - Static variable in class com.netscape.cmscore.dbs.CertDBSchema
 
LDAP_OC_TOP - Static variable in class com.netscape.cmscore.dbs.CRLDBSchema
 
LDAP_OC_TOP - Static variable in class com.netscape.cmscore.dbs.KeyDBSchema
 
LDAP_OC_TOP - Static variable in class com.netscape.cmscore.dbs.RepositorySchema
 
LDAP_SSLCLIENTAUTH_STR - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
LDAP_USERCERT_ATTR - Static variable in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
LDAP_VERSION_2 - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
LDAP_VERSION_3 - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
LdapAndExpression - Class in com.netscape.cmscore.ldap
This class represents an expression of the form .
LdapAndExpression(ILdapExpression, ILdapExpression) - Constructor for class com.netscape.cmscore.ldap.LdapAndExpression
 
LdapAnonConnection - Class in com.netscape.cmscore.ldapconn
A LDAP connection that is bound to a server host, port and secure type.
LdapAnonConnection(String, int, int) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnection
instantiates a non-secure connection to a ldap server
LdapAnonConnection(String, int, int, LDAPSocketFactory) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnection
instantiates a connection to a ldap server
LdapAnonConnection(LDAPSocketFactory, LdapConnInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnection
instantiates a connection to a ldap server
LdapAnonConnFactory - Class in com.netscape.cmscore.ldapconn
Factory for getting LDAP Connections to a LDAP server each connection is a seperate thread that can be bound to a different authentication dn and password.
LdapAnonConnFactory(String) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
Constructor for initializing from the config store.
LdapAnonConnFactory(String, boolean) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
LdapAnonConnFactory(String, int, int, int, LdapConnInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
Constructor for LdapAnonConnFactory
LdapAnonConnFactory(String, int, int, LdapConnInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
Constructor for LdapAnonConnFactory
LdapAnonConnFactory.AnonConnection - Class in com.netscape.cmscore.ldapconn
used to keep track of connections from this factory.
LDAPAuthenticationConfig - Class in com.netscape.cmscore.ldapconn
 
LDAPAuthenticationConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.ldapconn.LDAPAuthenticationConfig
 
LDAPAuthenticationConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.ldapconn.LDAPAuthenticationConfig
 
LdapAuthInfo - Class in com.netscape.cmscore.ldapconn
class for reading ldap authentication info from config store
LdapAuthInfo() - Constructor for class com.netscape.cmscore.ldapconn.LdapAuthInfo
must call init(config) after this constructor.
LdapBoundConnection - Class in com.netscape.cmscore.ldapconn
A LDAP connection that is bound to a server host, port, secure type.
LdapBoundConnection(String, int, int, LDAPSocketFactory, String, String) - Constructor for class com.netscape.cmscore.ldapconn.LdapBoundConnection
Instantiates a connection to a ldap server, secure or non-secure connection with Ldap basic bind dn & pw authentication.
LdapBoundConnection(LDAPSocketFactory, LdapConnInfo, LdapAuthInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapBoundConnection
Instantiates a connection to a ldap server, secure or non-secure connection with Ldap basic bind dn & pw authentication.
LdapBoundConnFactory - Class in com.netscape.cmscore.ldapconn
Factory for getting LDAP Connections to a LDAP server with the same LDAP authentication.
LdapBoundConnFactory(String) - Constructor for class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
Constructor for initializing from the config store.
LdapBoundConnFactory(String, boolean) - Constructor for class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
LdapBoundConnFactory(String, int, int, int, LdapConnInfo, LdapAuthInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
Constructor for LdapBoundConnFactory
LdapBoundConnFactory(String, int, int, LdapConnInfo, LdapAuthInfo) - Constructor for class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
Constructor for LdapBoundConnFactory
LdapCaCertPublisher - Class in com.netscape.cms.publish.publishers
Interface for publishing a CA certificate to
LdapCaCertPublisher() - Constructor for class com.netscape.cms.publish.publishers.LdapCaCertPublisher
constructor constructs default values.
LdapCaCertPublisher(String, String) - Constructor for class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
LdapCaSimpleMap - Class in com.netscape.cms.publish.mappers
Maps a request to an entry in the LDAP server.
LdapCaSimpleMap() - Constructor for class com.netscape.cms.publish.mappers.LdapCaSimpleMap
constructor if initializing from config store.
LdapCaSimpleMap(String) - Constructor for class com.netscape.cms.publish.mappers.LdapCaSimpleMap
Constructor.
LdapCertCompsMap - Class in com.netscape.cms.publish.mappers
Maps a X509 certificate to a LDAP entry using AVAs in the certificate's subject name to form the ldap search dn and filter.
LdapCertCompsMap() - Constructor for class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
LdapCertCompsMap(String, String, ObjectIdentifier[], ObjectIdentifier[]) - Constructor for class com.netscape.cms.publish.mappers.LdapCertCompsMap
constructor using non-standard certificate attribute.
LdapCertCompsMap(String, ObjectIdentifier[], ObjectIdentifier[]) - Constructor for class com.netscape.cms.publish.mappers.LdapCertCompsMap
Constructor.
LdapCertExactMap - Class in com.netscape.cms.publish.mappers
Maps a X509 certificate to a LDAP entry by using the subject name of the certificate as the LDAP entry DN.
LdapCertExactMap() - Constructor for class com.netscape.cms.publish.mappers.LdapCertExactMap
constructs a certificate subject name mapper with search base.
LdapCertificatePairPublisher - Class in com.netscape.cms.publish.publishers
module for publishing a cross certificate pair to ldap crossCertificatePair attribute
LdapCertificatePairPublisher() - Constructor for class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
constructor constructs default values.
LdapCertificatePairPublisher(String, String) - Constructor for class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
LdapCertMapResult - Class in com.netscape.certsrv.publish
Class that represents the result of a Ldap Mapping operation.
LdapCertMapResult(String, boolean) - Constructor for class com.netscape.certsrv.publish.LdapCertMapResult
Constructs ldap cert map result with a dn and hasCert boolean.
LdapCertSubjMap - Class in com.netscape.cms.publish.mappers
Maps a X509 certificate to a LDAP entry by finding an LDAP entry which has an attribute whose contents are equal to the cert subject name.
LdapCertSubjMap() - Constructor for class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
LdapCertSubjMap(String) - Constructor for class com.netscape.cms.publish.mappers.LdapCertSubjMap
constructs a certificate subject name mapper with search base.
LdapCertSubjMap(String, String, String) - Constructor for class com.netscape.cms.publish.mappers.LdapCertSubjMap
Constructor using non-ES cert map attribute name.
LdapCertSubjMap(String, String, String, boolean) - Constructor for class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
LdapCertSubjPublisher - Class in com.netscape.cms.publish.publishers
Interface for mapping a X509 certificate to a LDAP entry Publishes a certificate as binary and its subject name.
LdapCertSubjPublisher() - Constructor for class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
constructor using default certificate subject name and attribute for publishing subject name.
LdapCertSubjPublisher(String, String) - Constructor for class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
constrcutor using specified certificate attribute and certificate subject name attribute.
LDAPConfig - Class in com.netscape.cmscore.ldapconn
 
LDAPConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.ldapconn.LDAPConfig
 
LDAPConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.ldapconn.LDAPConfig
 
LDAPConfigStore - Class in com.netscape.cmscore.base
LDAPConfigStore: Extends PropConfigStore with methods to load/save from/to file for persistent storage.
LDAPConfigStore(LDAPConnection, String, LDAPAttribute[], String) - Constructor for class com.netscape.cmscore.base.LDAPConfigStore
Constructs an LDAP configuration store.
LDAPConfigurator - Class in com.netscape.cms.servlet.csadmin
 
LDAPConfigurator(LDAPConnection, LDAPConfig) - Constructor for class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
LDAPConfigurator(LDAPConnection, LDAPConfig, String) - Constructor for class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
LDAPConnectionConfig - Class in com.netscape.cmscore.ldapconn
 
LDAPConnectionConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
LDAPConnectionConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.ldapconn.LDAPConnectionConfig
 
LdapConnInfo - Class in com.netscape.cmscore.ldapconn
class for reading ldap connection from the config store.
LdapConnInfo(LDAPConnectionConfig) - Constructor for class com.netscape.cmscore.ldapconn.LdapConnInfo
default constructor.
LdapConnInfo(String, int) - Constructor for class com.netscape.cmscore.ldapconn.LdapConnInfo
 
LdapConnInfo(String, int, boolean) - Constructor for class com.netscape.cmscore.ldapconn.LdapConnInfo
 
LdapConnModule - Class in com.netscape.cmscore.ldap
 
LdapConnModule() - Constructor for class com.netscape.cmscore.ldap.LdapConnModule
instantiate connection factory.
LdapConnModule(LdapBoundConnFactory) - Constructor for class com.netscape.cmscore.ldap.LdapConnModule
 
LdapCrlIssuerCompsMap - Class in com.netscape.cms.publish.mappers
Default crl mapper.
LdapCrlIssuerCompsMap() - Constructor for class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
LdapCrlIssuerCompsMap(String, String, ObjectIdentifier[], ObjectIdentifier[]) - Constructor for class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
constructor using non-standard certificate attribute.
LdapCrlIssuerCompsMap(String, ObjectIdentifier[], ObjectIdentifier[]) - Constructor for class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
Constructor.
LdapCrlPublisher - Class in com.netscape.cms.publish.publishers
For publishing master or global CRL.
LdapCrlPublisher() - Constructor for class com.netscape.cms.publish.publishers.LdapCrlPublisher
constructs ldap crl publisher with default values
LdapCrlPublisher(String, String) - Constructor for class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
LDAPDatabase<E extends com.netscape.certsrv.dbs.IDBObj> - Class in com.netscape.cmscore.dbs
This class implements LDAP database.
LDAPDatabase(String, DBSubsystem, String, Class<E>) - Constructor for class com.netscape.cmscore.dbs.LDAPDatabase
 
LdapDNCompsMap - Class in com.netscape.cms.publish.mappers
Maps a Subject name to an entry in the LDAP server.
LdapDNCompsMap() - Constructor for class com.netscape.cms.publish.mappers.LdapDNCompsMap
constructor if initializing from config store.
LdapDNCompsMap(String, String, ObjectIdentifier[], ObjectIdentifier[]) - Constructor for class com.netscape.cms.publish.mappers.LdapDNCompsMap
Constructor.
LdapDNCompsMap.SearchFilter - Class in com.netscape.cms.publish.mappers
class for forming search filters for ldap searching from name=value components.
ldapEnabled() - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Return true if Ldap is enabled.
ldapEnabled() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
LdapEnhancedMap - Class in com.netscape.cms.publish.mappers
Maps a request to an entry in the LDAP server.
LdapEnhancedMap() - Constructor for class com.netscape.cms.publish.mappers.LdapEnhancedMap
Default constructor, initialization must follow.
LdapFilterConverter - Class in com.netscape.cmscore.dbs
A class represents a filter converter that understands how to convert a attribute type from one defintion to another.
LdapFilterConverter(Hashtable<String, IDBAttrMapper>) - Constructor for class com.netscape.cmscore.dbs.LdapFilterConverter
Constructs filter convertor.
ldapInit() - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
ldapInit() - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
LdapOrExpression - Class in com.netscape.cmscore.ldap
This class represents an Or expression of the form (var1 op val1 OR var2 op val2).
LdapOrExpression(ILdapExpression, ILdapExpression) - Constructor for class com.netscape.cmscore.ldap.LdapOrExpression
 
LDAPPostReadControl - Class in com.netscape.cmsutil.ldap
 
LDAPPostReadControl(boolean, String[]) - Constructor for class com.netscape.cmsutil.ldap.LDAPPostReadControl
Request control constructor.
LDAPPostReadControl(String, boolean, byte[]) - Constructor for class com.netscape.cmsutil.ldap.LDAPPostReadControl
Response control constructor.
LdapPredicateParser - Class in com.netscape.cmscore.ldap
Default implementation of predicate parser.
LdapPredicateParser() - Constructor for class com.netscape.cmscore.ldap.LdapPredicateParser
 
LDAPProfileSubsystem - Class in com.netscape.cmscore.profile
 
LDAPProfileSubsystem() - Constructor for class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
LdapRequestListener - Class in com.netscape.cmscore.ldap
 
LdapRequestListener() - Constructor for class com.netscape.cmscore.ldap.LdapRequestListener
 
LdapRule - Class in com.netscape.cmscore.ldap
The publishing rule that links mapper and publisher together.
LdapRule() - Constructor for class com.netscape.cmscore.ldap.LdapRule
 
LDAPSecurityDomainSessionTable - Class in com.netscape.cmscore.session
This object stores the values for IP, uid and group based on the cookie id in LDAP.
LDAPSecurityDomainSessionTable(long) - Constructor for class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
LdapSimpleExpression - Class in com.netscape.cmscore.ldap
This class represents an expression of the form var = val, var != val, var < val, var > val, var <= val, var >= val.
LdapSimpleExpression(String, int, String) - Constructor for class com.netscape.cmscore.ldap.LdapSimpleExpression
 
LdapSimpleExpression(String, String, int, String) - Constructor for class com.netscape.cmscore.ldap.LdapSimpleExpression
 
LdapSimpleMap - Class in com.netscape.cms.publish.mappers
Maps a request to an entry in the LDAP server.
LdapSimpleMap() - Constructor for class com.netscape.cms.publish.mappers.LdapSimpleMap
constructor if initializing from config store.
LdapSimpleMap(String) - Constructor for class com.netscape.cms.publish.mappers.LdapSimpleMap
Constructor.
LDAPStore - Class in com.netscape.cms.ocsp
This is the LDAP OCSP store.
LDAPStore() - Constructor for class com.netscape.cms.ocsp.LDAPStore
Constructs the default store.
LdapUserCertPublisher - Class in com.netscape.cms.publish.publishers
Interface for mapping a X509 certificate to a LDAP entry
LdapUserCertPublisher() - Constructor for class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
LdapUserCertPublisher(String) - Constructor for class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
LDAPUtil - Class in com.netscape.cmsutil.ldap
 
LDAPUtil() - Constructor for class com.netscape.cmsutil.ldap.LDAPUtil
 
LE_STR - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
length() - Method in class com.netscape.cmscore.notification.EmailTemplate
 
LF - Static variable in class com.netscape.cmsutil.http.Http
 
LINE_COUNT - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
link - Variable in class com.netscape.certsrv.authority.AuthorityData
 
Link - Class in com.netscape.certsrv.base
 
Link() - Constructor for class com.netscape.certsrv.base.Link
 
Link(String, String, String) - Constructor for class com.netscape.certsrv.base.Link
 
list(PrintStream) - Method in class com.netscape.cmscore.base.SimpleProperties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class com.netscape.cmscore.base.SimpleProperties
Prints this property list out to the specified output stream.
listCAs() - Method in class com.netscape.certsrv.authority.AuthorityClient
 
ListCAServlet - Class in com.netscape.cms.servlet.ocsp
Show the list of CA's that the OCSP responder can service
ListCAServlet() - Constructor for class com.netscape.cms.servlet.ocsp.ListCAServlet
 
ListCerts - Class in com.netscape.cms.servlet.cert
Retrieve a paged list of certs matching the specified query
ListCerts() - Constructor for class com.netscape.cms.servlet.cert.ListCerts
Constructs query key servlet.
listCMSRequests(String, RequestId, int, int, int, UriInfo) - Method in class com.netscape.cms.servlet.request.CMSRequestDAO
Finds list of requests matching the specified search filter.
listConfig(IConfigStore, HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Lists configuration store.
ListenerPlugin - Class in com.netscape.cmscore.listeners
This class represents a registered listener plugin.
ListenerPlugin(String, String) - Constructor for class com.netscape.cmscore.listeners.ListenerPlugin
Constructs a Listener plugin.
listFeatures() - Method in class org.dogtagpki.server.rest.FeatureService
 
listGroups(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
List groups.
listImpls(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
Lists all registered profile impementations
listPolicyImpls(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
listPolicyInstances(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
listRequests() - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.listRequests
listRequests(String, RequestId, int, int, int, UriInfo) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
Finds list of requests matching the specified search filter.
listRequestsByFilter(String) - Method in class com.netscape.cmscore.request.RequestQueue
 
listRequestsByFilter(String, int) - Method in class com.netscape.cmscore.request.RequestQueue
 
listRequestsByFilter(String, int, int) - Method in class com.netscape.cmscore.request.RequestQueue
 
listRequestsByStatus(RequestStatus) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.listRequestsByStatus
listRequestsByStatus(RequestStatus) - Method in class com.netscape.cmscore.request.RequestQueue
 
listSelfTestsEnabledAtStartup() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
List the instance names of all the self tests enabled to run at server startup (in execution order); may return null.
listSelfTestsEnabledOnDemand() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
List the instance names of all the self tests enabled to run on demand (in execution order); may return null.
listUsers(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Searchs for identities that matches the filter.
LJ - Static variable in class com.netscape.cmsutil.util.Fmt
 
load() - Method in interface com.netscape.certsrv.base.IConfigStore
Load config from storage storage (file or LDAP).
load() - Method in class com.netscape.cmscore.base.PropConfigStore
 
load(IConfigStore) - Method in class com.netscape.cmscore.base.ConfigStorage
 
load(IConfigStore) - Method in class com.netscape.cmscore.base.FileConfigStore
 
load(IConfigStore) - Static method in class com.netscape.cmscore.base.SubsystemLoader
 
load(InputStream) - Method in interface com.netscape.certsrv.base.IConfigStore
Reads a config store from an input stream.
load(InputStream) - Method in class com.netscape.cmscore.base.PropConfigStore
Reads a config store from an input stream.
load(InputStream) - Method in class com.netscape.cmscore.base.SimpleProperties
Reads a property list (key and element pairs) from the input stream.
load(String) - Static method in class com.netscape.cmscore.apps.ServerXml
 
loadCert(Cert, X509Certificate) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
loadConfig(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
loadExtDataFromRequest(IRequest) - Static method in class com.netscape.cmscore.request.RequestRecord
 
loadKeyPair(String, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
loadPassword(String) - Method in class com.netscape.cmstools.cli.MainCLI
 
loadPasswordConfig(String) - Method in class com.netscape.cmstools.cli.MainCLI
 
loadPlugin(IConfigStore, String, String) - Method in class com.netscape.cmscore.registry.PluginRegistry
Load plugins of the given type.
loadPlugins(IConfigStore, String) - Method in class com.netscape.cmscore.registry.PluginRegistry
Load plugins of the given type.
loadProperties() - Method in class org.dogtagpki.server.rest.ACLInterceptor
 
loadProperties() - Method in class org.dogtagpki.server.rest.AuthMethodInterceptor
 
loadSubsystems() - Method in class com.netscape.cmscore.apps.CMSEngine
load subsystems
LocalConnector - Class in com.netscape.cmscore.connector
 
LocalConnector(ICertAuthority, IAuthority) - Constructor for class com.netscape.cmscore.connector.LocalConnector
 
LocalConnector.LocalConnListener - Class in com.netscape.cmscore.connector
 
LocalConnListener() - Constructor for class com.netscape.cmscore.connector.LocalConnector.LocalConnListener
 
locale - Variable in class com.netscape.cms.servlet.processors.Processor
 
LOCALE - Static variable in class com.netscape.certsrv.base.SessionContext
End user locale of the current processing request in the current thread.
locateCACert(LDAPConnection, String) - Method in class com.netscape.cms.ocsp.LDAPStore
Locates the CA certificate.
locateCRL(LDAPConnection, String) - Method in class com.netscape.cms.ocsp.LDAPStore
Locates the CRL.
locateUser(Certificates) - Method in interface com.netscape.certsrv.usrgrp.CertUserLocator
Returns a user whose certificates match with the given certificates
locateUser(Certificates) - Method in class com.netscape.cmscore.usrgrp.CertDNCertUserLocator
Do the cert-user mapping
locateUser(Certificates) - Method in class com.netscape.cmscore.usrgrp.ExactMatchCertUserLocator
Do the cert-user mapping
log(int, String) - Method in interface com.netscape.certsrv.authority.IAuthority
log interface
log(int, String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Logs event into key recovery authority logging.
log(int, String) - Method in class com.netscape.cms.logging.Logger
 
log(int, String) - Method in class com.netscape.cmscore.jobs.JobsScheduler
Writes a message to the system log.
log(int, String) - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
log(int, String) - Method in class com.netscape.cmscore.notification.EmailFormProcessor
 
log(int, String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
log(int, String) - Method in class com.netscape.cmsutil.http.JssSSLSocketFactory
 
log(int, String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Logs a message to this certificate authority.
log(int, String, boolean) - Method in class com.netscape.cms.logging.Logger
 
log(int, String, Object[]) - Method in class com.netscape.cms.logging.Logger
 
log(int, String, Object[], boolean) - Method in class com.netscape.cms.logging.Logger
 
log(ILogEvent) - Method in class com.netscape.cms.logging.LogFile
Write an event to the log file
log(ILogEvent) - Method in class com.netscape.cms.logging.LogQueue
Logs an event, and notifies logger to reuse the event.
log(ILogEvent) - Method in class com.netscape.cms.logging.RollingLogFile
Write an event to the log file
log(ILogEventListener, String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
This method represents the log interface for the self test subsystem.
log(LogCategory, LogSource, int, String) - Method in class com.netscape.cms.logging.Logger
Logs an event to the log queue.
log(LogCategory, LogSource, int, String, boolean) - Method in class com.netscape.cms.logging.Logger
Logs an event to the log queue.
log(LogCategory, LogSource, int, String, Object) - Method in class com.netscape.cms.logging.Logger
Logs an event to the log queue.
log(LogCategory, LogSource, int, String, Object[]) - Method in class com.netscape.cms.logging.Logger
Logs an event to the log queue.
log(LogCategory, LogSource, int, String, Object[], boolean) - Method in class com.netscape.cms.logging.Logger
Logs an event to the log queue.
log(LogCategory, LogSource, int, String, Object[], boolean) - Method in class com.netscape.cms.logging.SignedAuditLogger
 
log(LogCategory, LogSource, int, String, Object, boolean) - Method in class com.netscape.cms.logging.Logger
Logs an event to the log queue.
log(LogCategory, LogSource, String) - Method in class com.netscape.cms.logging.Logger
Logs an event using default log level.
log(LogCategory, LogSource, String, boolean) - Method in class com.netscape.cms.logging.Logger
Logs an event using default log level.
log(LogEvent) - Method in class com.netscape.cms.logging.Logger
 
log(LogEvent) - Method in class com.netscape.cms.logging.SignedAuditLogger
 
log(String) - Method in class com.netscape.cms.logging.Logger
 
LOG_PASSWORD - Static variable in class com.netscape.cmscore.util.UtilResources
 
LogAdminServlet - Class in com.netscape.cms.servlet.admin
A class representings an administration servlet for logging subsystem.
LogAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.LogAdminServlet
Constructs Log servlet.
logChange(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
log a change in the request status
LogEntry - Class in com.netscape.cms.logging
A log entry of LogFile
LogEntry(String) - Constructor for class com.netscape.cms.logging.LogEntry
Constructor for a LogEntry.
logEvt2String(ILogEvent) - Method in class com.netscape.cms.logging.LogFile
 
LogFactory - Class in com.netscape.cms.logging
 
LogFactory() - Constructor for class com.netscape.cms.logging.LogFactory
 
LogFile - Class in com.netscape.cms.logging
A log event listener which write logs to log files
LogFile() - Constructor for class com.netscape.cms.logging.LogFile
Constructor for a LogFile.
loggedInToken(String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
logger - Static variable in class com.netscape.cms.authentication.AgentCertAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.CMCAuth
 
logger - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.FlatFileAuth
 
logger - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
logger - Static variable in class com.netscape.cms.authentication.SharedSecret
 
logger - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.TokenAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
logger - Static variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
logger - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
logger - Static variable in class com.netscape.cms.authorization.BasicGroupAuthz
 
logger - Static variable in class com.netscape.cms.authorization.DirAclAuthz
 
logger - Static variable in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSCRLNumberExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSCRLReasonExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSInvalidityDateExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
logger - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
logger - Static variable in class com.netscape.cms.evaluators.GroupAccessEvaluator
 
logger - Static variable in class com.netscape.cms.evaluators.IPAddressAccessEvaluator
 
logger - Static variable in class com.netscape.cms.evaluators.UserAccessEvaluator
 
logger - Static variable in class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
 
logger - Static variable in class com.netscape.cms.jobs.AJobBase
 
logger - Static variable in class com.netscape.cms.listeners.PinRemovalListener
 
logger - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
logger - Static variable in class com.netscape.cms.logging.LogFile
 
logger - Static variable in class com.netscape.cms.logging.RollingLogFile
 
logger - Static variable in class com.netscape.cms.logging.SignedAuditLogger
 
logger - Static variable in class com.netscape.cms.notification.MailNotification
 
logger - Static variable in class com.netscape.cms.ocsp.DefStore
 
logger - Static variable in class com.netscape.cms.ocsp.LDAPStore
 
logger - Static variable in class com.netscape.cms.profile.common.EnrollProfile
 
logger - Static variable in class com.netscape.cms.profile.common.Profile
 
logger - Static variable in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.EnrollConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.KeyConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
logger - Static variable in class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
 
logger - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.AuthzRealmDefault
 
logger - Static variable in class com.netscape.cms.profile.def.AutoAssignDefault
 
logger - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.CertificateVersionDefault
 
logger - Static variable in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
logger - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
logger - Static variable in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.GenericExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SANToCNDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
logger - Static variable in class com.netscape.cms.profile.def.SubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.UserExtensionDefault
 
logger - Static variable in class com.netscape.cms.profile.def.UserKeyDefault
 
logger - Static variable in class com.netscape.cms.profile.def.UserSigningAlgDefault
 
logger - Static variable in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
logger - Static variable in class com.netscape.cms.profile.def.UserValidityDefault
 
logger - Static variable in class com.netscape.cms.profile.input.CertReqInput
 
logger - Static variable in class com.netscape.cms.profile.input.CMCCertReqInput
 
logger - Static variable in class com.netscape.cms.profile.input.DualKeyGenInput
 
logger - Static variable in class com.netscape.cms.profile.input.EncryptionKeyGenInput
 
logger - Static variable in class com.netscape.cms.profile.input.EnrollInput
 
logger - Static variable in class com.netscape.cms.profile.input.FileSigningInput
 
logger - Static variable in class com.netscape.cms.profile.input.KeyGenInput
 
logger - Static variable in class com.netscape.cms.profile.input.nsHKeyCertReqInput
 
logger - Static variable in class com.netscape.cms.profile.input.nsNKeyCertReqInput
 
logger - Static variable in class com.netscape.cms.profile.input.SigningKeyGenInput
 
logger - Static variable in class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
logger - Static variable in class com.netscape.cms.profile.input.SubjectDNInput
 
logger - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
logger - Static variable in class com.netscape.cms.profile.output.PKCS12Output
 
logger - Static variable in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
logger - Static variable in class com.netscape.cms.publish.mappers.MapDNPattern
 
logger - Static variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
logger - Static variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
logger - Static variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
logger - Static variable in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
logger - Static variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
logger - Static variable in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
logger - Static variable in class com.netscape.cms.publish.publishers.OCSPPublisher
 
logger - Static variable in class com.netscape.cms.servlet.admin.ACLAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.CMSAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
logger - Static variable in class com.netscape.cms.servlet.admin.JobsAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.LogAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.admin.UsrGrpAdminServlet
 
logger - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
logger - Static variable in class com.netscape.cms.servlet.base.CMSStartServlet
 
logger - Static variable in class com.netscape.cms.servlet.base.DisplayHtmlServlet
 
logger - Static variable in class com.netscape.cms.servlet.base.PortsServlet
 
logger - Static variable in class com.netscape.cms.servlet.base.ProxyServlet
 
logger - Static variable in class com.netscape.cms.servlet.base.RESTServlet
 
logger - Static variable in class com.netscape.cms.servlet.cert.CloneRedirect
 
logger - Static variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
logger - Static variable in class com.netscape.cms.servlet.cert.GetCRL
 
logger - Static variable in class com.netscape.cms.servlet.cert.GetInfo
 
logger - Static variable in class com.netscape.cms.servlet.cert.ListCerts
 
logger - Static variable in class com.netscape.cms.servlet.cert.RenewalServlet
 
logger - Static variable in class com.netscape.cms.servlet.cert.SrchCerts
 
logger - Static variable in class com.netscape.cms.servlet.cert.UpdateDir
 
logger - Static variable in class com.netscape.cms.servlet.common.CMSGateway
 
logger - Static variable in class com.netscape.cms.servlet.common.CMSTemplate
 
logger - Static variable in class com.netscape.cms.servlet.common.GenErrorTemplateFiller
 
logger - Static variable in class com.netscape.cms.servlet.common.GenPendingTemplateFiller
 
logger - Static variable in class com.netscape.cms.servlet.common.GenRejectedTemplateFiller
 
logger - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
logger - Static variable in class com.netscape.cms.servlet.connector.CloneServlet
 
logger - Static variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
logger - Static variable in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
logger - Static variable in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.BaseServlet
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.CheckIdentity
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.ConfigCertApprovalCallback
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.GetConfigEntries
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.GetCookie
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.GetDomainXML
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.GetStatus
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.GetSubsystemCert
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.GetTransportCert
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.ImportTransportCert
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.MainPageServlet
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.RegisterUser
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.TokenAuthenticate
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
 
logger - Static variable in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
 
logger - Static variable in class com.netscape.cms.servlet.filter.AdminRequestFilter
 
logger - Static variable in class com.netscape.cms.servlet.filter.AgentRequestFilter
 
logger - Static variable in class com.netscape.cms.servlet.filter.EEClientAuthRequestFilter
 
logger - Static variable in class com.netscape.cms.servlet.filter.EERequestFilter
 
logger - Static variable in class com.netscape.cms.servlet.key.GetAsyncPk12
 
logger - Static variable in class com.netscape.cms.servlet.key.GetPk12
 
logger - Static variable in class com.netscape.cms.servlet.key.GrantAsyncRecovery
 
logger - Static variable in class com.netscape.cms.servlet.key.RecoverBySerial
 
logger - Static variable in class com.netscape.cms.servlet.key.SrchKey
 
logger - Static variable in class com.netscape.cms.servlet.key.SrchKeyForRecovery
 
logger - Static variable in class com.netscape.cms.servlet.ocsp.AddCAServlet
 
logger - Static variable in class com.netscape.cms.servlet.ocsp.AddCRLServlet
 
logger - Static variable in class com.netscape.cms.servlet.ocsp.OCSPServlet
 
logger - Static variable in class com.netscape.cms.servlet.ocsp.RemoveCAServlet
 
logger - Static variable in class com.netscape.cms.servlet.processors.CMCProcessor
 
logger - Static variable in class com.netscape.cms.servlet.processors.CRMFProcessor
 
logger - Static variable in class com.netscape.cms.servlet.processors.KeyGenProcessor
 
logger - Static variable in class com.netscape.cms.servlet.processors.PKCS10Processor
 
logger - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
logger - Static variable in class com.netscape.cms.servlet.processors.Processor
 
logger - Static variable in class com.netscape.cms.servlet.request.CertReqParser
 
logger - Static variable in class com.netscape.cms.servlet.request.CMSRequestDAO
 
logger - Static variable in class com.netscape.cms.servlet.request.ProcessReq
 
logger - Static variable in class com.netscape.cms.servlet.request.QueryReq
 
logger - Static variable in class com.netscape.cmscore.apps.CMS
 
logger - Static variable in class com.netscape.cmscore.apps.CMSEngine
 
logger - Static variable in class com.netscape.cmscore.apps.ServerXml
 
logger - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
logger - Static variable in class com.netscape.cmscore.authentication.CertUserDBAuthentication
 
logger - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
logger - Static variable in class com.netscape.cmscore.authentication.NullAuthentication
 
logger - Static variable in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
 
logger - Static variable in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
logger - Static variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
logger - Static variable in class com.netscape.cmscore.base.ArgBlock
 
logger - Static variable in class com.netscape.cmscore.base.LDAPConfigStore
 
logger - Static variable in class com.netscape.cmscore.base.PropConfigStore
 
logger - Static variable in class com.netscape.cmscore.cert.CertUtils
 
logger - Static variable in class com.netscape.cmscore.cert.CrlCachePrettyPrint
 
logger - Static variable in class com.netscape.cmscore.cert.OidLoaderSubsystem
 
logger - Static variable in class com.netscape.cmscore.cert.X500NameSubsystem
 
logger - Static variable in class com.netscape.cmscore.connector.HttpConnector
 
logger - Static variable in class com.netscape.cmscore.connector.HttpConnFactory
 
logger - Static variable in class com.netscape.cmscore.connector.HttpPKIMessage
 
logger - Static variable in class com.netscape.cmscore.connector.HttpRequestEncoder
 
logger - Static variable in class com.netscape.cmscore.connector.LocalConnector
 
logger - Static variable in class com.netscape.cmscore.connector.RequestTransfer
 
logger - Static variable in class com.netscape.cmscore.connector.Resender
 
logger - Static variable in class com.netscape.cmscore.dbs.ByteArrayMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.CertificateRepository
 
logger - Static variable in class com.netscape.cmscore.dbs.CertRecord
 
logger - Static variable in class com.netscape.cmscore.dbs.CertRecordList
 
logger - Static variable in class com.netscape.cmscore.dbs.CertRecordMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.CRLRepository
 
logger - Static variable in class com.netscape.cmscore.dbs.Database
 
logger - Static variable in class com.netscape.cmscore.dbs.DBRegistry
 
logger - Static variable in class com.netscape.cmscore.dbs.DBSearchResults
 
logger - Static variable in class com.netscape.cmscore.dbs.DBSSession
 
logger - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
logger - Static variable in class com.netscape.cmscore.dbs.DBVirtualList
 
logger - Static variable in class com.netscape.cmscore.dbs.KeyRecordMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.KeyRepository
 
logger - Static variable in class com.netscape.cmscore.dbs.LDAPDatabase
 
logger - Static variable in class com.netscape.cmscore.dbs.ObjectStreamMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.PublicKeyMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.ReplicaIDRepository
 
logger - Static variable in class com.netscape.cmscore.dbs.Repository
 
logger - Static variable in class com.netscape.cmscore.dbs.RevocationInfoMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.X500NameMapper
 
logger - Static variable in class com.netscape.cmscore.dbs.X509CertImplMapper
 
logger - Static variable in class com.netscape.cmscore.extensions.KeyUsage
 
logger - Static variable in class com.netscape.cmscore.jobs.CronItem
 
logger - Static variable in class com.netscape.cmscore.jobs.JobCron
 
logger - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
 
logger - Static variable in class com.netscape.cmscore.ldap.LdapConnModule
 
logger - Static variable in class com.netscape.cmscore.ldap.LdapPredicateParser
 
logger - Static variable in class com.netscape.cmscore.ldap.LdapRequestListener
 
logger - Static variable in class com.netscape.cmscore.ldap.LdapRule
 
logger - Static variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
logger - Static variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
logger - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
logger - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnection
 
logger - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
logger - Static variable in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
logger - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
logger - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
logger - Static variable in class com.netscape.cmscore.notification.EmailTemplate
 
logger - Static variable in class com.netscape.cmscore.notification.ReqCertEmailResolver
 
logger - Static variable in class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
logger - Static variable in class com.netscape.cmscore.profile.ProfileSubsystem
 
logger - Static variable in class com.netscape.cmscore.registry.PluginRegistry
 
logger - Static variable in class com.netscape.cmscore.request.ARequestNotifier
 
logger - Static variable in class com.netscape.cmscore.request.ARequestQueue
 
logger - Static variable in class com.netscape.cmscore.request.ExtAttrDynMapper
 
logger - Static variable in class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
 
logger - Static variable in class com.netscape.cmscore.request.RequestQueue
 
logger - Static variable in class com.netscape.cmscore.request.RequestRecord
 
logger - Static variable in class com.netscape.cmscore.request.RequestStateMapper
 
logger - Static variable in class com.netscape.cmscore.request.RequestSubsystem
 
logger - Static variable in class com.netscape.cmscore.security.JssSubsystem
 
logger - Static variable in class com.netscape.cmscore.security.KeyCertUtil
 
logger - Static variable in class com.netscape.cmscore.security.PWCBsdr
 
logger - Static variable in class com.netscape.cmscore.security.PWsdrCache
 
logger - Static variable in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
logger - Static variable in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
logger - Static variable in class com.netscape.cmscore.session.SessionTimer
 
logger - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
logger - Static variable in class com.netscape.cmscore.util.Debug
 
logger - Static variable in class com.netscape.cmscore.util.FileAsString
 
logger - Static variable in class com.netscape.cmstools.acme.ACMEDisableCLI
 
logger - Static variable in class com.netscape.cmstools.acme.ACMEEnableCLI
 
logger - Static variable in class com.netscape.cmstools.acme.ACMEInfoCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertExportCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertFindCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertHoldCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertReleaseHoldCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestActionCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestFindCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestProfileFindCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestProfileShowCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestReviewCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestShowCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRequestSubmitCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertRevokeCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertShowCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertSigningExportCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertSigningShowCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertStatusCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertTransportExportCLI
 
logger - Static variable in class com.netscape.cmstools.ca.CACertTransportShowCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertFindCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertImportCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertModifyCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertRequestCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertShowCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientCertValidateCLI
 
logger - Static variable in class com.netscape.cmstools.client.ClientInitCLI
 
logger - Static variable in class com.netscape.cmstools.config.ConfigCLI
 
logger - Static variable in class com.netscape.cmstools.config.ConfigExportCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupAddCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupFindCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupMemberAddCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupMemberCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupMemberFindCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupMemberRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupMemberShowCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupModifyCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.group.GroupShowCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRACertCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRACertTransportExportCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRACertTransportShowCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRACLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyArchiveCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyFindCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyGenerateCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyModifyCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyRecoverCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyRequestFindCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyRequestReviewCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyRequestShowCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyShowCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
logger - Static variable in class com.netscape.cmstools.kra.KRAKeyTemplateShowCLI
 
logger - Static variable in class com.netscape.cmstools.logging.ActivityCLI
 
logger - Static variable in class com.netscape.cmstools.logging.ActivityFindCLI
 
logger - Static variable in class com.netscape.cmstools.logging.ActivityShowCLI
 
logger - Static variable in class com.netscape.cmstools.logging.AuditCLI
 
logger - Static variable in class com.netscape.cmstools.logging.AuditFileFindCLI
 
logger - Static variable in class com.netscape.cmstools.logging.AuditFileRetrieveCLI
 
logger - Static variable in class com.netscape.cmstools.logging.AuditModifyCLI
 
logger - Static variable in class com.netscape.cmstools.logging.AuditShowCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSCertExportCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSCertImportCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSCertIssueCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSCertRequestCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSCreateCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSKeyExportCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSKeyImportCLI
 
logger - Static variable in class com.netscape.cmstools.nss.NSSRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.OCSPClient
 
logger - Static variable in class com.netscape.cmstools.pkcs12.PKCS12ImportCLI
 
logger - Static variable in class com.netscape.cmstools.pkcs7.PKCS7ImportCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileAddCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileDisableCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileEditCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileEnableCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileFindCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileModifyCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.profile.ProfileShowCLI
 
logger - Static variable in class com.netscape.cmstools.range.RangeCLI
 
logger - Static variable in class com.netscape.cmstools.range.RangeRequestCLI
 
logger - Static variable in class com.netscape.cmstools.selftests.SelfTestCLI
 
logger - Static variable in class com.netscape.cmstools.selftests.SelfTestFindCLI
 
logger - Static variable in class com.netscape.cmstools.selftests.SelfTestRunCLI
 
logger - Static variable in class com.netscape.cmstools.selftests.SelfTestShowCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TKSKeyCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TKSKeyCreateCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TKSKeyExportCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TKSKeyRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TKSKeyReplaceCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TKSKeyShowCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TPSConnectorAddCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TPSConnectorCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TPSConnectorFindCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TPSConnectorModCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TPSConnectorRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tks.TPSConnectorShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorAddCLI
 
logger - Static variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
 
logger - Static variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorFindCLI
 
logger - Static variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorModifyCLI
 
logger - Static variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tps.authenticator.AuthenticatorShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.cert.TPSCertCLI
 
logger - Static variable in class com.netscape.cmstools.tps.cert.TPSCertFindCLI
 
logger - Static variable in class com.netscape.cmstools.tps.cert.TPSCertShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.config.ConfigModifyCLI
 
logger - Static variable in class com.netscape.cmstools.tps.config.ConfigShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.config.TPSConfigCLI
 
logger - Static variable in class com.netscape.cmstools.tps.connector.ConnectorAddCLI
 
logger - Static variable in class com.netscape.cmstools.tps.connector.ConnectorCLI
 
logger - Static variable in class com.netscape.cmstools.tps.connector.ConnectorFindCLI
 
logger - Static variable in class com.netscape.cmstools.tps.connector.ConnectorModifyCLI
 
logger - Static variable in class com.netscape.cmstools.tps.connector.ConnectorRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tps.connector.ConnectorShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileAddCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileFindCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileMappingAddCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileMappingCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileMappingFindCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileMappingModifyCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileMappingRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileMappingShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileModifyCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tps.profile.ProfileShowCLI
 
logger - Static variable in class com.netscape.cmstools.tps.token.TokenAddCLI
 
logger - Static variable in class com.netscape.cmstools.tps.token.TokenCLI
 
logger - Static variable in class com.netscape.cmstools.tps.token.TokenFindCLI
 
logger - Static variable in class com.netscape.cmstools.tps.token.TokenModifyCLI
 
logger - Static variable in class com.netscape.cmstools.tps.token.TokenRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.tps.token.TokenShowCLI
 
logger - Static variable in class com.netscape.cmstools.user.ProxyUserCLI
Deprecated.
 
logger - Static variable in class com.netscape.cmstools.user.UserAddCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserCertAddCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserCertCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserCertFindCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserCertRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserCertShowCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserFindCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserMembershipAddCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserMembershipCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserMembershipFindCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserMembershipRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserModifyCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserRemoveCLI
 
logger - Static variable in class com.netscape.cmstools.user.UserShowCLI
 
logger - Static variable in class com.netscape.cmsutil.ocsp.OCSPProcessor
 
logger - Static variable in class org.dogtag.util.cert.CertUtil
 
logger - Static variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil
 
logger - Static variable in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
logger - Static variable in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
logger - Static variable in class org.dogtagpki.legacy.core.policy.PolicySet
 
logger - Static variable in class org.dogtagpki.legacy.core.policy.SimpleExpression
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.APolicyRule
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.DSAKeyConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.IssuerConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
logger - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
logger - Static variable in class org.dogtagpki.server.cli.CADBUpgradeCLI
 
logger - Static variable in class org.dogtagpki.server.cli.CAProfileImportCLI
 
logger - Static variable in class org.dogtagpki.server.cli.PKIServerCLI
 
logger - Static variable in class org.dogtagpki.server.cli.SubsystemDBEmptyCLI
 
logger - Static variable in class org.dogtagpki.server.cli.SubsystemDBInfoCLI
 
logger - Static variable in class org.dogtagpki.server.cli.SubsystemDBInitCLI
 
logger - Static variable in class org.dogtagpki.server.cli.SubsystemDBRemoveCLI
 
logger - Static variable in class org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
 
logger - Static variable in class org.dogtagpki.server.rest.AccountService
 
logger - Static variable in class org.dogtagpki.server.rest.ACLInterceptor
 
logger - Static variable in class org.dogtagpki.server.rest.AuditService
 
logger - Static variable in class org.dogtagpki.server.rest.AuthMethodInterceptor
 
logger - Static variable in class org.dogtagpki.server.rest.GroupService
 
logger - Static variable in class org.dogtagpki.server.rest.MessageFormatInterceptor
 
logger - Static variable in class org.dogtagpki.server.rest.SecurityDomainHostService
 
logger - Static variable in class org.dogtagpki.server.rest.SecurityDomainService
 
logger - Static variable in class org.dogtagpki.server.rest.SelfTestService
 
logger - Static variable in class org.dogtagpki.server.rest.SessionContextInterceptor
 
logger - Static variable in class org.dogtagpki.server.rest.SystemConfigService
 
logger - Static variable in class org.dogtagpki.server.rest.UserService
 
Logger - Class in com.netscape.cms.logging
A class represents certificate server logger implementation.
Logger() - Constructor for class com.netscape.cms.logging.Logger
 
Logger(LogFactory, LogCategory, LogSource) - Constructor for class com.netscape.cms.logging.Logger
 
Logger(LogFactory, LogCategory, LogSource, int) - Constructor for class com.netscape.cms.logging.Logger
 
login() - Method in class com.netscape.cmstools.cli.SubsystemCLI
 
login() - Method in class org.dogtagpki.server.rest.AccountService
 
login() - Method in class org.dogtagpki.server.rest.LoginService
 
LoginService - Class in org.dogtagpki.server.rest
 
LoginService() - Constructor for class org.dogtagpki.server.rest.LoginService
 
LoginServlet - Class in com.netscape.cms.servlet.csadmin
 
LoginServlet() - Constructor for class com.netscape.cms.servlet.csadmin.LoginServlet
 
logout() - Method in class com.netscape.cmstools.cli.SubsystemCLI
 
logout() - Method in class org.dogtagpki.server.rest.AccountService
 
LogQueue - Class in com.netscape.cms.logging
A class represents a log queue.
LogQueue() - Constructor for class com.netscape.cms.logging.LogQueue
Constructs a log queue.
logSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
LogSubsystem - Class in com.netscape.cmscore.logging
A class represents a log subsystem.
longFromDB(String) - Static method in class com.netscape.cmscore.dbs.DBSUtil
 
LongFromDB(String) - Static method in class com.netscape.cmscore.dbs.LongMapper
 
LongMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java Long object into LDAP attribute, and vice versa.
LongMapper(String) - Constructor for class com.netscape.cmscore.dbs.LongMapper
Constructs Long mapper.
longToDB(long) - Static method in class com.netscape.cmscore.dbs.DBSUtil
 
LongToDB(Long) - Static method in class com.netscape.cmscore.dbs.LongMapper
 
lsDateStr(Date) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
 
LT_STR - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 

M

mAbsPath - Variable in class com.netscape.cms.servlet.common.CMSFile
 
mAclMethod - Variable in class com.netscape.cms.servlet.admin.AdminServlet
 
mAclMethod - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
MailNotification - Class in com.netscape.cms.notification
This class handles mail notification via SMTP.
MailNotification() - Constructor for class com.netscape.cms.notification.MailNotification
 
mailSummary(String) - Method in class com.netscape.cms.jobs.AJobBase
 
main(String[]) - Static method in class com.netscape.certsrv.base.Nonces
 
main(String[]) - Static method in exception com.netscape.certsrv.base.PKIException
 
main(String[]) - Static method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
main(String[]) - Static method in class com.netscape.cmscore.base.JDialogPasswordCallback
 
main(String[]) - Static method in class com.netscape.cmscore.ldap.LdapPredicateParser
 
main(String[]) - Static method in class com.netscape.cmscore.security.JssSubsystem
 
main(String[]) - Static method in class com.netscape.cmscore.util.ExceptionFormatter
 
main(String[]) - Static method in class com.netscape.cmstools.AtoB
 
main(String[]) - Static method in class com.netscape.cmstools.AuditVerify
 
main(String[]) - Static method in class com.netscape.cmstools.BtoA
 
main(String[]) - Static method in class com.netscape.cmstools.cli.MainCLI
 
main(String[]) - Static method in class com.netscape.cmstools.CMCEnroll
Creates a new instance of CMCEnroll
main(String[]) - Static method in class com.netscape.cmstools.CMCRequest
 
main(String[]) - Static method in class com.netscape.cmstools.CMCResponse
 
main(String[]) - Static method in class com.netscape.cmstools.CMCRevoke
Creates a new instance of CMCRevoke.
main(String[]) - Static method in class com.netscape.cmstools.CMCSharedToken
 
main(String[]) - Static method in class com.netscape.cmstools.CRMFPopClient
 
main(String[]) - Static method in class com.netscape.cmstools.ExtJoiner
 
main(String[]) - Static method in class com.netscape.cmstools.GenExtKeyUsage
 
main(String[]) - Static method in class com.netscape.cmstools.GenIssuerAltNameExt
 
main(String[]) - Static method in class com.netscape.cmstools.GenSubjectAltNameExt
 
main(String[]) - Static method in class com.netscape.cmstools.HttpClient
 
main(String[]) - Static method in class com.netscape.cmstools.KRATool
The main KRATool method.
main(String[]) - Static method in class com.netscape.cmstools.OCSPClient
 
main(String[]) - Static method in class com.netscape.cmstools.PasswordCache
 
main(String[]) - Static method in class com.netscape.cmstools.PKCS10Client
 
main(String[]) - Static method in class com.netscape.cmstools.PKCS12Export
 
main(String[]) - Static method in class com.netscape.cmstools.PrettyPrintCert
 
main(String[]) - Static method in class com.netscape.cmstools.PrettyPrintCrl
 
main(String[]) - Static method in class com.netscape.cmstools.TestCRLSigning
 
main(String[]) - Static method in class com.netscape.cmstools.TokenInfo
Creates a new instance of CMCRevoke.
main(String[]) - Static method in class com.netscape.cmsutil.http.HttpClient
unit test
main(String[]) - Static method in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
main(String[]) - Static method in class org.dogtagpki.server.cli.PKIServerCLI
 
main(String[]) - Static method in class org.dogtagpki.util.logging.PKIFormatter
 
main.java.com.netscape.certsrv.account - package main.java.com.netscape.certsrv.account
 
main.java.com.netscape.certsrv.acls - package main.java.com.netscape.certsrv.acls
 
main.java.com.netscape.certsrv.apps - package main.java.com.netscape.certsrv.apps
 
main.java.com.netscape.certsrv.authentication - package main.java.com.netscape.certsrv.authentication
 
main.java.com.netscape.certsrv.authority - package main.java.com.netscape.certsrv.authority
 
main.java.com.netscape.certsrv.authorization - package main.java.com.netscape.certsrv.authorization
 
main.java.com.netscape.certsrv.base - package main.java.com.netscape.certsrv.base
 
main.java.com.netscape.certsrv.ca - package main.java.com.netscape.certsrv.ca
 
main.java.com.netscape.certsrv.cert - package main.java.com.netscape.certsrv.cert
 
main.java.com.netscape.certsrv.client - package main.java.com.netscape.certsrv.client
 
main.java.com.netscape.certsrv.client.connection - package main.java.com.netscape.certsrv.client.connection
 
main.java.com.netscape.certsrv.common - package main.java.com.netscape.certsrv.common
 
main.java.com.netscape.certsrv.connector - package main.java.com.netscape.certsrv.connector
 
main.java.com.netscape.certsrv.dbs - package main.java.com.netscape.certsrv.dbs
 
main.java.com.netscape.certsrv.dbs.certdb - package main.java.com.netscape.certsrv.dbs.certdb
 
main.java.com.netscape.certsrv.dbs.crldb - package main.java.com.netscape.certsrv.dbs.crldb
 
main.java.com.netscape.certsrv.dbs.keydb - package main.java.com.netscape.certsrv.dbs.keydb
 
main.java.com.netscape.certsrv.dbs.replicadb - package main.java.com.netscape.certsrv.dbs.replicadb
 
main.java.com.netscape.certsrv.dbs.repository - package main.java.com.netscape.certsrv.dbs.repository
 
main.java.com.netscape.certsrv.evaluators - package main.java.com.netscape.certsrv.evaluators
 
main.java.com.netscape.certsrv.extensions - package main.java.com.netscape.certsrv.extensions
 
main.java.com.netscape.certsrv.group - package main.java.com.netscape.certsrv.group
 
main.java.com.netscape.certsrv.jobs - package main.java.com.netscape.certsrv.jobs
 
main.java.com.netscape.certsrv.key - package main.java.com.netscape.certsrv.key
 
main.java.com.netscape.certsrv.kra - package main.java.com.netscape.certsrv.kra
 
main.java.com.netscape.certsrv.ldap - package main.java.com.netscape.certsrv.ldap
 
main.java.com.netscape.certsrv.listeners - package main.java.com.netscape.certsrv.listeners
 
main.java.com.netscape.certsrv.logging - package main.java.com.netscape.certsrv.logging
 
main.java.com.netscape.certsrv.logging.event - package main.java.com.netscape.certsrv.logging.event
 
main.java.com.netscape.certsrv.notification - package main.java.com.netscape.certsrv.notification
 
main.java.com.netscape.certsrv.ocsp - package main.java.com.netscape.certsrv.ocsp
 
main.java.com.netscape.certsrv.password - package main.java.com.netscape.certsrv.password
 
main.java.com.netscape.certsrv.pattern - package main.java.com.netscape.certsrv.pattern
 
main.java.com.netscape.certsrv.profile - package main.java.com.netscape.certsrv.profile
 
main.java.com.netscape.certsrv.property - package main.java.com.netscape.certsrv.property
 
main.java.com.netscape.certsrv.publish - package main.java.com.netscape.certsrv.publish
 
main.java.com.netscape.certsrv.registry - package main.java.com.netscape.certsrv.registry
 
main.java.com.netscape.certsrv.request - package main.java.com.netscape.certsrv.request
 
main.java.com.netscape.certsrv.request.ldap - package main.java.com.netscape.certsrv.request.ldap
 
main.java.com.netscape.certsrv.security - package main.java.com.netscape.certsrv.security
 
main.java.com.netscape.certsrv.selftests - package main.java.com.netscape.certsrv.selftests
 
main.java.com.netscape.certsrv.system - package main.java.com.netscape.certsrv.system
 
main.java.com.netscape.certsrv.template - package main.java.com.netscape.certsrv.template
 
main.java.com.netscape.certsrv.tks - package main.java.com.netscape.certsrv.tks
 
main.java.com.netscape.certsrv.tps - package main.java.com.netscape.certsrv.tps
 
main.java.com.netscape.certsrv.tps.authenticator - package main.java.com.netscape.certsrv.tps.authenticator
 
main.java.com.netscape.certsrv.tps.cert - package main.java.com.netscape.certsrv.tps.cert
 
main.java.com.netscape.certsrv.tps.connector - package main.java.com.netscape.certsrv.tps.connector
 
main.java.com.netscape.certsrv.tps.profile - package main.java.com.netscape.certsrv.tps.profile
 
main.java.com.netscape.certsrv.tps.token - package main.java.com.netscape.certsrv.tps.token
 
main.java.com.netscape.certsrv.user - package main.java.com.netscape.certsrv.user
 
main.java.com.netscape.certsrv.usrgrp - package main.java.com.netscape.certsrv.usrgrp
 
main.java.com.netscape.certsrv.util - package main.java.com.netscape.certsrv.util
 
main.java.org.dogtagpki.acme - package main.java.org.dogtagpki.acme
 
main.java.org.dogtagpki.ca - package main.java.org.dogtagpki.ca
 
main.java.org.dogtagpki.cli - package main.java.org.dogtagpki.cli
 
main.java.org.dogtagpki.common - package main.java.org.dogtagpki.common
 
main.java.org.dogtagpki.kra - package main.java.org.dogtagpki.kra
 
main.java.org.dogtagpki.legacy.policy - package main.java.org.dogtagpki.legacy.policy
 
main.java.org.dogtagpki.nss - package main.java.org.dogtagpki.nss
 
main.java.org.dogtagpki.tps - package main.java.org.dogtagpki.tps
 
main.java.org.dogtagpki.tps.apdu - package main.java.org.dogtagpki.tps.apdu
 
main.java.org.dogtagpki.tps.main - package main.java.org.dogtagpki.tps.main
 
main.java.org.dogtagpki.tps.msg - package main.java.org.dogtagpki.tps.msg
 
mainCLI - Variable in class com.netscape.cmstools.cli.SubsystemCLI
 
mainCLI - Variable in class com.netscape.cmstools.client.ClientCLI
 
mainCLI - Variable in class com.netscape.cmstools.nss.NSSCLI
 
mainCLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11CLI
 
mainCLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CLI
 
mainCLI - Variable in class com.netscape.cmstools.pkcs7.PKCS7CLI
 
mainCLI - Variable in class com.netscape.cmstools.system.SecurityDomainCLI
 
MainCLI - Class in com.netscape.cmstools.cli
 
MainCLI() - Constructor for class com.netscape.cmstools.cli.MainCLI
 
MainPageServlet - Class in com.netscape.cms.servlet.csadmin
 
MainPageServlet() - Constructor for class com.netscape.cms.servlet.csadmin.MainPageServlet
 
makeAuthenticatedAttributes() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeConnection(boolean) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
makes the initial master connection used to clone others..
makeDefaultValidity(IRequest) - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
Create a default validity value for a request This code can be easily overridden in a derived class, if the calculations here aren't accepatble.
makeDSSParms(BigInteger, BigInteger, BigInteger) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
makeEncryptedContentInfo(byte[], byte[], String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeEnvelopedData(int) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeMinimum(boolean) - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
make the mininum configured connections
makeQueueName(String) - Method in class com.netscape.cmscore.request.RequestSubsystem
 
makeRecipientInfo(int, byte[]) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeSignedData(int, byte[], String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeSignedRep(int, byte[]) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeSignerInfo(int, PrivateKey, String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
makeSocket(String, int) - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
makeSocket(String, int) - Method in class com.netscape.cmsutil.http.JssSSLSocketFactory
 
makeSocket(String, int) - Method in interface com.netscape.cmsutil.net.ISocketFactory
 
makeSocket(String, int, int) - Method in class com.netscape.cmsutil.http.JssSSLSocketFactory
 
makeSocket(String, int, int) - Method in interface com.netscape.cmsutil.net.ISocketFactory
 
makeSocket(String, int, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback, int) - Method in class com.netscape.cmsutil.http.JssSSLSocketFactory
 
makeSocket(String, int, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback, int) - Method in interface com.netscape.cmsutil.net.ISocketFactory
 
makeSSLSocket(String, int) - Method in class com.netscape.cmscore.ldapconn.PKISocketFactory
 
makeSubStore(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Creates a nested sub-store with the specified name.
makeSubStore(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Creates a new sub store.
MALFORMED_REQUEST - Static variable in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
mAllowAgentOverride - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
mAllowAgentOverride - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
mAllowEEOverride - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
mAllowEEOverride - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
mAltKeyIdType - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mandatoryEvents - Variable in class com.netscape.cms.logging.LogFile
The mandatory log event types
ManualAuthentication - Class in org.dogtagpki.legacy.server.policy.constraints
ManualAuthentication is an enrollment policy that queues all requests for issuing agent's approval if no authentication is present.
ManualAuthentication() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.ManualAuthentication
 
mAO - Variable in class com.netscape.cmscore.crmf.PKIArchiveOptionsContainer
 
map - Static variable in class org.dogtagpki.util.logging.PKILogger
 
map(LDAPConnection, IRequest, Object) - Method in interface com.netscape.certsrv.publish.ILdapMapper
maps a certificate to a LDAP entry.
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
Maps a X500 subject name to LDAP entry.
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
 
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
 
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
Maps an X500 subject name to an LDAP entry.
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
Maps a X500 subject name to LDAP entry.
map(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.NoMap
 
map(LDAPConnection, Object) - Method in interface com.netscape.certsrv.publish.ILdapMapper
maps a certificate to a LDAP entry.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
Maps a X500 subject name to LDAP entry.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertCompsMap
Maps a certificate to LDAP entry.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertExactMap
Finds the entry for the certificate by looking for the cert subject name in the subject name attribute.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
Finds the entry for the certificate by looking for the cert subject name in the subject name attribute.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapCrlIssuerCompsMap
Maps a crl to LDAP entry.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapEnhancedMap
Maps an X500 subject name to an LDAP entry.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapSimpleMap
Maps a X500 subject name to LDAP entry.
map(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.NoMap
Maps a X500 subject name to LDAP entry.
map(LDAPConnection, X509Certificate, boolean) - Method in interface com.netscape.certsrv.publish.ILdapCertMapper
maps a certificate to a LDAP entry.
map(LDAPConnection, X500Name, byte[]) - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap
Maps a X500 subject name to LDAP entry.
map(LDAPConnection, X509CRLImpl, boolean) - Method in interface com.netscape.certsrv.publish.ILdapCrlMapper
maps a crl to a LDAP entry.
MapAdapter() - Constructor for class com.netscape.certsrv.base.ResourceMessage.MapAdapter
 
mapAll(LDAPConnection, IRequest, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
mapAll(LDAPConnection, Object) - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
mapCert(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
mapCertFromPKCS7(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
mapCRL(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
mapCRL1(String) - Method in class com.netscape.cms.servlet.ocsp.AddCRLServlet
 
mapCRL1(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
MapDNPattern - Class in com.netscape.cms.publish.mappers
class for parsing a DN pattern used to construct a ldap dn from request attributes and cert subject name.
MapDNPattern(PushbackReader) - Constructor for class com.netscape.cms.publish.mappers.MapDNPattern
 
MapDNPattern(String) - Constructor for class com.netscape.cms.publish.mappers.MapDNPattern
Construct a DN pattern by parsing a pattern string.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.BigIntegerMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.ByteArrayMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.CertRecordMapper
 
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.DateArrayMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.DateMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.IntegerMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.KeyRecordMapper
 
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.KeyStateMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.LongMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.MetaInfoMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.ObjectStreamMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.PublicKeyMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.RevocationInfoMapper
 
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.StringMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.StringVectorMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.X500NameMapper
Maps LDAP attributes into object, and put the object into 'parent'.
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.dbs.X509CertImplMapper
 
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
 
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
Implements IDBAttrMapper.mapLDAPAttributeSetToObject
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.request.RequestIdMapper
 
mapLDAPAttributeSetToObject(LDAPAttributeSet, String, IDBObj) - Method in class com.netscape.cmscore.request.RequestStateMapper
 
mapObject(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.DBRegistry
Maps object into LDAP attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.BigIntegerMapper
Maps object into ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.ByteArrayMapper
Maps object to ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.CertRecordMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.DateArrayMapper
Maps object to a set of attributes.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.DateMapper
Maps object to ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.IntegerMapper
Maps object to ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.KeyRecordMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.KeyStateMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.LongMapper
Maps object into ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.MetaInfoMapper
Maps object into ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.ObjectStreamMapper
Maps object to ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.PublicKeyMapper
Maps object to ldap attribute set.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.RevocationInfoMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.StringMapper
Maps attribute value to ldap attributes.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.StringVectorMapper
Maps attribute value to ldap attributes.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.X500NameMapper
Maps attribute value to ldap attributes.
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.dbs.X509CertImplMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.request.RequestIdMapper
 
mapObjectToLDAPAttributeSet(IDBObj, String, Object, LDAPAttributeSet) - Method in class com.netscape.cmscore.request.RequestStateMapper
 
mapPattern(IRequest, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
mapPattern(IRequest, String) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
mapPattern(String, IRequest, String) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
MapperPlugin - Class in com.netscape.certsrv.publish
This class represents a registered mapper plugin.
MapperPlugin(String, String) - Constructor for class com.netscape.certsrv.publish.MapperPlugin
Constructs a MapperPlugin based on a name and a path.
MapperProxy - Class in com.netscape.certsrv.publish
Class representing a LdapMapper.
MapperProxy(boolean, ILdapMapper) - Constructor for class com.netscape.certsrv.publish.MapperProxy
Contructs MapperProxy .
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.BigIntegerMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.ByteArrayMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.CertRecordMapper
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.DateArrayMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.DateMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.IntegerMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.KeyRecordMapper
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.KeyStateMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.LongMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.MetaInfoMapper
Map search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.ObjectStreamMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.PublicKeyMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.RevocationInfoMapper
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.StringMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.StringVectorMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.X500NameMapper
Maps search filters into LDAP search filter.
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.dbs.X509CertImplMapper
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.request.RequestIdMapper
 
mapSearchFilter(String, String, String) - Method in class com.netscape.cmscore.request.RequestStateMapper
 
mapSignatureAlgorithmToInternalName(SignatureAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
markAsRevoked(BigInteger, IRevocationInfo) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Marks certificate as revoked.
markAsRevoked(BigInteger, IRevocationInfo, boolean) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
markAsServiced(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
caller must lock request and release request
markCertificateAsNotRenewable(ICertRecord) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Marks certificate as renewable.
markCertificateAsRenewable(ICertRecord) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Marks certificate as renewable.
markCertificateAsRenewalNotified(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
markCertificateAsRenewed(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
markRequestPending(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.markRequestPending
marshal(Map<String, String>) - Method in class com.netscape.certsrv.base.ResourceMessage.MapAdapter
 
marshal(T, Class<T>) - Static method in class com.netscape.certsrv.base.ResourceMessage
 
marshall(OutputStream) - Method in class com.netscape.certsrv.base.ResourceMessage
 
marshaller - Static variable in class com.netscape.certsrv.authority.AuthorityData
 
mAttr - Variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
mAttrDesc - Variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
mAttributes - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mAttrName - Variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
mAttrs - Static variable in class com.netscape.cmscore.request.ExtAttrDynMapper
 
mAttrs - Static variable in class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
 
mAttrs - Static variable in class com.netscape.cmscore.request.RequestIdMapper
 
mAttrs - Static variable in class com.netscape.cmscore.request.RequestRecord
 
mAttrs - Static variable in class com.netscape.cmscore.request.RequestStateMapper
 
mAttrs - Variable in class org.dogtagpki.server.authentication.AuthToken
 
mAuthAttrs - Variable in class com.netscape.cms.authentication.FlatFileAuth
 
mAuthInfo - Variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
mAuthInstanceId - Variable in class com.netscape.cms.profile.common.Profile
 
mAuthMgr - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mAuthMgrInsts - Variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
mAuthMgrPlugins - Variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
mAuthority - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mAuthority - Variable in class com.netscape.cms.servlet.connector.CloneServlet
 
mAuthority - Variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
mAuthority - Variable in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
mAuthority - Variable in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
mAuthority - Variable in class com.netscape.cmscore.connector.Resender
 
mAuthority - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mAuthority - Variable in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
mAuthSubsystem - Variable in class com.netscape.cms.servlet.connector.CloneServlet
 
mAuthSubsystem - Variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
mAuthSubsystem - Variable in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
mAuthSubsystem - Variable in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
mAuthz - Variable in class com.netscape.cms.servlet.admin.AdminServlet
 
mAuthz - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mAuthzAcl - Variable in class com.netscape.cms.profile.common.Profile
 
mAuthzMgrInsts - Variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
mAuthzMgrPlugins - Variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
mAuthzResourceName - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
MAX_AD - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
MAX_ATTR - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
MAX_ENTRY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
MAX_HTTP_RESPONSE_HEADER_LINES - Static variable in class com.netscape.cmstools.HttpClient
 
MAX_NUM_ATTRIBUTES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
MAX_NUM_EXCLUDED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
MAX_NUM_PERMITTED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
MAX_PURPOSE_ID - Static variable in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
MAX_SIZE - Variable in class com.netscape.cms.servlet.common.CMSFileLoader
 
maxAge - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
maxConn() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
maxConn() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
maxFullCRLs - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mB64Attr - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mBaseDN - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mBaseDN - Variable in class com.netscape.cms.listeners.PinRemovalListener
 
mBaseDN - Variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
mBaseDN - Variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
mBaseDN - Variable in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
mBaseDN - Variable in class com.netscape.cmscore.request.RequestQueue
 
mBaseDN - Variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
mBeginTime - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
mBoundConnEnable - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mBufferedReader - Variable in class com.netscape.cmsutil.http.HttpClient
 
mBufferSize - Variable in class com.netscape.cms.logging.LogFile
The output buffer size in bytes
mByName - Variable in class com.netscape.cms.ocsp.DefStore
 
mBytesUnflushed - Variable in class com.netscape.cms.logging.LogFile
The number of unflushed bytes
mBytesWritten - Variable in class com.netscape.cms.logging.LogFile
The number of bytes written to the current log file
mCA - Variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
mCA - Variable in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
 
mCA - Variable in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
mCACert - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mCaCertAttr - Variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
mCacheCRLIssuingPoints - Variable in class com.netscape.cms.ocsp.DefStore
 
mCaObjectclass - Variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
mCaObjectclass - Variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
mCAPathLen - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mCAPathLen - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mCAPathLen - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
mCertApprovalCallback - Variable in class com.netscape.cmsutil.http.HttpClient
 
mCertAttr - Variable in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
mCertAttr - Variable in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
 
mCertAttrs - Variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
mCertAttrs - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mCertAttrs - Variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
mCertAttrs - Variable in class com.netscape.cms.publish.mappers.MapDNPattern
 
mCertDB - Variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
mCertFrReqFiller - Variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
mCertFrReqSuccessTemplate - Variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
mCertificatePoliciesExtension - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mCertPolicies - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mCertSubjNameAttr - Variable in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
mClass - Variable in class com.netscape.cmscore.listeners.ListenerPlugin
 
mClassPath - Variable in class com.netscape.cmscore.listeners.ListenerPlugin
 
mClientCiphers - Variable in class com.netscape.cmscore.connector.Resender
 
mCommandQueue - Static variable in class com.netscape.cmscore.apps.CommandQueue
 
mCommentFile - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
mConfig - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mConfig - Variable in class com.netscape.cms.authentication.FlatFileAuth
configuration store
mConfig - Variable in class com.netscape.cms.jobs.AJobBase
 
mConfig - Variable in class com.netscape.cms.logging.LogFile
 
mConfig - Variable in class com.netscape.cms.profile.common.Profile
 
mConfig - Variable in class com.netscape.cms.profile.constraint.EnrollConstraint
 
mConfig - Variable in class com.netscape.cms.profile.def.EnrollDefault
 
mConfig - Variable in class com.netscape.cms.profile.def.NoDefault
 
mConfig - Variable in class com.netscape.cms.profile.input.EnrollInput
 
mConfig - Variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
mConfig - Variable in class com.netscape.cms.publish.mappers.LdapCertExactMap
 
mConfig - Variable in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
mConfig - Variable in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
mConfig - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mConfig - Variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
mConfig - Variable in class com.netscape.cms.publish.mappers.NoMap
 
mConfig - Variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
mConfig - Variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
mConfig - Variable in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
mConfig - Variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
mConfig - Variable in class com.netscape.cms.selftests.ASelfTest
 
mConfig - Variable in class com.netscape.cms.servlet.admin.AdminServlet
 
mConfig - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mConfig - Variable in class com.netscape.cms.servlet.connector.CloneServlet
 
mConfig - Variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
mConfig - Variable in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
mConfig - Variable in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
mConfig - Variable in class com.netscape.cmscore.apps.CMSEngine
 
mConfig - Variable in class com.netscape.cmscore.ldap.LdapConnModule
 
mConfig - Variable in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
mConfig - Variable in class com.netscape.cmscore.security.CertificateInfo
 
mConfig - Variable in class com.netscape.cmscore.security.JssSubsystem
 
mConfig - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mConfig - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
mConfig - Variable in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mConfig - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mConfigNames - Variable in class com.netscape.cms.profile.constraint.EnrollConstraint
 
mConfigNames - Variable in class com.netscape.cms.profile.def.EnrollDefault
 
mConfigNames - Variable in class com.netscape.cms.profile.input.EnrollInput
 
mConfigNames - Variable in class com.netscape.cms.profile.output.EnrollOutput
 
mConfigParams - Static variable in class com.netscape.cms.authentication.AgentCertAuthentication
 
mConfigParams - Static variable in class com.netscape.cms.authentication.CMCAuth
 
mConfigParams - Static variable in class com.netscape.cms.authentication.FlatFileAuth
 
mConfigParams - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
mConfigParams - Static variable in class com.netscape.cms.authentication.SharedSecret
 
mConfigParams - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
mConfigParams - Static variable in class com.netscape.cms.authentication.TokenAuthentication
 
mConfigParams - Static variable in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
mConfigParams - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mConfigParams - Static variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
mConfigParams - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
mConfigParams - Static variable in class com.netscape.cms.jobs.AJobBase
 
mConfigParams - Static variable in class com.netscape.cms.jobs.RequestInQueueJob
 
mConfigParams - Static variable in class com.netscape.cmscore.authentication.CertUserDBAuthentication
 
mConfigParams - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
mConfigParams - Static variable in class com.netscape.cmscore.authentication.NullAuthentication
 
mConfigParams - Static variable in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
 
mConfigParams - Static variable in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
mConn - Variable in class com.netscape.cmscore.connector.HttpConnector
 
mConn - Variable in class com.netscape.cmscore.connector.Resender
 
mConnected - Variable in class com.netscape.cmsutil.http.HttpClient
 
mConnFactory - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mConnFactory - Variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
mConnFactory - Variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
mConnInfo - Variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
mConnInfo - Variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
mContent - Variable in class com.netscape.cms.servlet.common.CMSFile
 
mContent - Variable in class com.netscape.cmsutil.http.HttpMessage
 
mContentParams - Variable in class com.netscape.cms.jobs.AJobBase
 
mCounter - Variable in class com.netscape.cmscore.dbs.Repository
 
mCreateCAEntry - Variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
mCreateEntry - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mCritical - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mCRL - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mCrlAttr - Variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
mCRLCache - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mCRLNumber - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mCrlObjectClass - Variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
mCrlSign - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mCRLSize - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mCron - Variable in class com.netscape.cms.jobs.AJobBase
 
mCrossCertPairAttr - Variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
MD_LABEL - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
MD5_DIGEST - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mDataEncipherment - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mDate - Variable in class com.netscape.cms.logging.LogFile
The date object used for log entries
mDatePattern - Variable in class com.netscape.cms.logging.LogFile
The log date entry format pattern
mDecipherOnly - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mDefaultMaxPathLen - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mDefaultParams - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mDefaultParams - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mDefaultParams - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mDeferOnFailure - Variable in class com.netscape.cms.authentication.FlatFileAuth
 
mDefNumGenNames - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
mDefParams - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mDeltaCRL - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mDeltaCRLNumber - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mDeltaCRLSize - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mDerAttr - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mDest - Variable in class com.netscape.cmscore.connector.HttpConnection
 
mDest - Variable in class com.netscape.cmscore.connector.HttpConnector
 
mDest - Variable in class com.netscape.cmscore.connector.Resender
 
mDigitalSignature - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mDnComps - Variable in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
mDnPattern - Variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
mDnPattern - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mDnPattern - Variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
mDontSaveHttpParams - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mElements - Variable in class com.netscape.cmscore.jobs.CronItem
 
MEMBER_ATTR - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
mEnabled - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mEnableFileServing - Static variable in class com.netscape.cms.servlet.common.CMSGateway
 
mEnableManualValues - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
mEnableRandomSerialNumbers - Variable in class com.netscape.cmscore.dbs.Repository
 
mEncipherOnly - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mEndTime - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.CertReqInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.CMCCertReqInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.DualKeyGenInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.EncryptionKeyGenInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.KeyGenInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.nsHKeyCertReqInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.nsNKeyCertReqInput
 
mEnrollProfile - Variable in class com.netscape.cms.profile.input.SigningKeyGenInput
 
merge(ACL) - Method in class com.netscape.cms.authorization.ACL
Merge the rules of the other ACL into this one.
mergeBits(NSCertTypeExtension, boolean[]) - Method in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
merge bits with those set from form.
message - Variable in class com.netscape.certsrv.base.PKIException.Data
 
MESSAGE_FORMATS - Static variable in class com.netscape.cms.servlet.base.PKIService
 
MessageFormatInterceptor - Class in org.dogtagpki.server.rest
 
MessageFormatInterceptor() - Constructor for class org.dogtagpki.server.rest.MessageFormatInterceptor
 
MessageFormatter - Class in com.netscape.certsrv.base
Factors out common function of formatting internatinalized messages taking arguments and using java.util.ResourceBundle and java.text.MessageFormat mechanism.
MessageFormatter() - Constructor for class com.netscape.certsrv.base.MessageFormatter
 
MetaAttributeDef - Class in com.netscape.certsrv.base
A class representing a meta attribute defintion.
MetaInfo - Class in com.netscape.certsrv.base
A class represents meta information.
MetaInfo() - Constructor for class com.netscape.certsrv.base.MetaInfo
Constructs a meta information.
MetaInfoMapper - Class in com.netscape.cmscore.dbs
A class represent mapper for metainfo attribute.
MetaInfoMapper(String) - Constructor for class com.netscape.cmscore.dbs.MetaInfoMapper
Constructs a metainfo object.
mExcludedSubtrees - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mExpirationTime - Variable in class com.netscape.cms.logging.RollingLogFile
The amount of time before a backed up log is removed in milliseconds
mExpiredCerts - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mExt - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mExtendedPluginInfo - Static variable in class com.netscape.cms.authentication.CMCAuth
 
mExtendedPluginInfo - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mExtendedPluginInfo - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
mFactories - Static variable in class com.netscape.cms.logging.Logger
 
mFactory - Variable in class com.netscape.cmscore.connector.HttpConnector
 
mFactory - Variable in class com.netscape.cmsutil.http.HttpClient
 
mFailInfo_badAlg - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_badCertId - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_badIdentity - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_badMessageCheck - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_badRequest - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_badTime - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_internalCAError - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_mustArchiveKeys - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_noKeyReuse - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_popFailed - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_popRequired - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_tryLater - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFailInfo_unsupportedExt - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mFile - Variable in class com.netscape.cms.logging.LogFile
The log file
mFileContents - Variable in class com.netscape.cmscore.notification.EmailTemplate
 
mFileLastRead - Variable in class com.netscape.cms.authentication.FlatFileAuth
 
mFileLoader - Static variable in class com.netscape.cms.servlet.common.CMSGateway
 
mFilename - Variable in class com.netscape.cms.authentication.FlatFileAuth
 
mFilename - Variable in class com.netscape.cmscore.util.FileAsString
 
mFileName - Variable in class com.netscape.cms.logging.LogFile
The log file name
mFiller - Variable in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
mFillerPropName - Variable in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
mFilterComps - Variable in class com.netscape.cms.publish.mappers.LdapDNCompsMap
 
mFilterExp - Variable in class com.netscape.cmscore.ldap.LdapRule
 
mFilterExp - Variable in class org.dogtagpki.legacy.server.policy.APolicyRule
 
mFinalErrorMsg - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mFirstUnsaved - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mFlushInterval - Variable in class com.netscape.cms.logging.LogFile
The output buffer flush interval
mGeneralName - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mGeneralNames - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
mGenNameChoice - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mGenNameConfigs - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
mGetClientCert - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mGlobalStore - Variable in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
mGNs - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
mGroupObjectClass - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mGroups - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mGroupsBaseDN - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mGroupsEnable - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mGroupUserIDName - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mHeaders - Variable in class com.netscape.cmsutil.http.HttpMessage
 
mHost - Variable in class com.netscape.cmsutil.http.HttpClient
 
mHttpClient - Variable in class com.netscape.cmscore.connector.HttpConnection
 
mHttpreq - Variable in class com.netscape.cmscore.connector.HttpConnection
 
mHttpVers - Variable in class com.netscape.cmsutil.http.HttpRequest
 
mHttpVers - Variable in class com.netscape.cmsutil.http.HttpResponse
 
mId - Variable in class com.netscape.cms.jobs.AJobBase
 
mId - Variable in class com.netscape.cms.profile.common.Profile
 
mId - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mId - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mId - Variable in class com.netscape.cmscore.jobs.JobsScheduler
Scheduler thread doing job scheduling
mId - Variable in class com.netscape.cmscore.listeners.ListenerPlugin
 
mImplName - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mImplName - Variable in class com.netscape.cms.authentication.FlatFileAuth
name of the authentication manager plugin
mImplName - Variable in class com.netscape.cms.jobs.AJobBase
 
mImplName - Variable in class com.netscape.cms.listeners.PinRemovalListener
 
mImplName - Variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
mImportCert - Variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
MIN_FILTER_LENGTH - Static variable in class com.netscape.cms.servlet.base.PKIService
 
MIN_LEN - Static variable in class com.netscape.cms.password.PasswordChecker
 
mIncludeNextUpdate - Variable in class com.netscape.cms.ocsp.DefStore
 
mInhibitPolicyMapping - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mInputIds - Variable in class com.netscape.cms.profile.common.Profile
 
mInputNames - Variable in class com.netscape.cms.profile.common.Profile
 
mInputs - Variable in class com.netscape.cms.profile.common.Profile
 
mInputStream - Variable in class com.netscape.cmsutil.http.HttpClient
 
mInputStreamReader - Variable in class com.netscape.cmsutil.http.HttpClient
 
mInputType - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
MINS_TO_MS_FACTOR - Static variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
mInstanceName - Variable in class com.netscape.cms.selftests.ASelfTest
 
mInstanceName - Variable in class org.dogtagpki.legacy.server.policy.APolicyRule
 
mInstanceParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mInstanceParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mInstanceParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mInstanceParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mInstanceParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mInstanceParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mInstConfig - Variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
mInstConfig - Variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
mInterval - Variable in class com.netscape.cmscore.connector.Resender
 
MINUS_ONE - Static variable in class com.netscape.cms.ocsp.DefStore
 
MINUS_ONE - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
MINUS_ONE - Static variable in class com.netscape.cms.servlet.ocsp.AddCAServlet
 
MINUTE - Static variable in class com.netscape.cmscore.connector.Resender
 
MINUTE_MILLI - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
 
mIsCA - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mIsPolicyEnabled - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mIsPolicyEnabled - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
MISSING_POLICY_IMPL_CLASS - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
MISSING_POLICY_IMPL_CLASS - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
MISSING_POLICY_IMPL_ID - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
MISSING_POLICY_IMPL_ID - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
MISSING_POLICY_INST_ID - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
MISSING_POLICY_INST_ID - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
MISSING_POLICY_ORDERING - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
MISSING_POLICY_ORDERING - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
mIssuerNameStr - Variable in class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
 
mIsValueConfigured - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mIsValueConfigured - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
mItemForm - Variable in class com.netscape.cms.jobs.AJobBase
 
mItemParams - Variable in class com.netscape.cms.jobs.AJobBase
 
mJobCron - Variable in class com.netscape.cms.jobs.AJobBase
 
mJobPlugins - Variable in class com.netscape.cmscore.jobs.JobsScheduler
 
mJobs - Variable in class com.netscape.cmscore.jobs.JobsScheduler
 
mkExt(Vector<String>) - Method in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
Make a Subject name extension given a list of email addresses
mkExtension() - Method in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
Construct GenericASN1Extension with value from CMS.cfg
mKeyAgreement - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mKeyAttributes - Variable in class com.netscape.cms.authentication.FlatFileAuth
 
mKeyCertsign - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mKeyEncipherment - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mKeyIdType - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mKeyPair - Variable in class com.netscape.cmscore.security.CertificateInfo
 
mKeyStatusUpdateTask - Variable in class com.netscape.cmscore.dbs.KeyRepository
 
mKeyUsage - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mKeyUsageExtensionChecking - Variable in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
mLagTime - Variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
mLastAccess - Variable in class com.netscape.cms.servlet.common.CMSFile
 
mLastModified - Variable in class com.netscape.cms.servlet.common.CMSFile
 
mLastRead - Variable in class com.netscape.cmscore.util.FileAsString
 
mLatestCRL - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mLdapAttrs - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mLdapByteAttrs - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mLdapConfig - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mLdapConfig - Variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
mLdapConfig - Variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
mLdapConnFactory - Variable in class com.netscape.cmscore.ldap.LdapConnModule
 
mLdapConnFactory - Variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
mLdapConnModule - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
protected PublishRuleSet mRuleSet = null;
mLdapNames - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mLdapPatterns - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mLdapPublishTimelimit_ms - Variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
mLdapRequestListener - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mLdapStringAttrs - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mLdapStringAttrs - Variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
mLdapStringAttrs - Variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
mLdapValues - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mLeadTime - Variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
mLevel - Variable in class com.netscape.cms.logging.LogFile
The log level threshold Only logs with level greater or equal than this value will be written
mLine - Variable in class com.netscape.cmsutil.http.HttpMessage
 
mLinkExt - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mListeners - Variable in class com.netscape.cms.logging.LogQueue
 
mLogCategory - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mLogDateFormat - Variable in class com.netscape.cms.logging.LogFile
The log date entry format
mLogFileDateFormat - Variable in class com.netscape.cms.logging.LogFile
 
mLogger - Static variable in class com.netscape.cms.logging.Logger
 
mLogInsts - Variable in class com.netscape.cmscore.logging.LogSubsystem
 
mLogPlugins - Variable in class com.netscape.cmscore.logging.LogSubsystem
 
mLogQueue - Variable in class com.netscape.cms.logging.Logger
 
mLogSigning - Variable in class com.netscape.cms.logging.LogFile
Log signing is on/off
mLogWriter - Variable in class com.netscape.cms.logging.LogFile
The log file output stream
mMailForm - Variable in class com.netscape.cms.jobs.AJobBase
 
mMailHTML - Variable in class com.netscape.cms.jobs.AJobBase
 
mMapperInsts - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mMapperPlugins - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mMaxConns - Variable in class com.netscape.cmscore.connector.HttpConnFactory
 
mMaxConns - Variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
mMaxConns - Variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
mMaxFileSize - Variable in class com.netscape.cms.logging.RollingLogFile
The maximum file size in bytes
mMaxPathLen - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mMaxResults - Variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
mMaxResults - Variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
mMaxSerialNo - Variable in class com.netscape.cmscore.dbs.Repository
 
mMaxValidity - Variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
mMD5Digest - Variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mMethod - Variable in class com.netscape.cmsutil.http.HttpRequest
 
mMinConns - Variable in class com.netscape.cmscore.connector.HttpConnFactory
 
mMinConns - Variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
mMinConns - Variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
mMinSerialNo - Variable in class com.netscape.cmscore.dbs.Repository
 
mMinValidity - Variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
mName - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mName - Variable in class com.netscape.cms.authentication.FlatFileAuth
name of this authentication manager instance
mName - Variable in class com.netscape.cms.listeners.PinRemovalListener
 
mName - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mName - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
mName - Variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
mNameConstraintsExtension - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mNameDot - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mNameDotChoice - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mNameDotValue - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mNames - Variable in class com.netscape.cms.profile.def.NoDefault
 
mNames - Static variable in class com.netscape.cmscore.dbs.CertRecord
 
mNames - Static variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mNames - Static variable in class com.netscape.cmscore.dbs.KeyRecord
 
mNames - Static variable in class com.netscape.cmscore.dbs.RepositoryRecord
 
mNames - Static variable in class com.netscape.cmscore.dbs.RevocationInfoMapper
 
mNameVals - Variable in class com.netscape.cmscore.connector.HttpPKIMessage
 
mNextUpdate - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mNickName - Variable in class com.netscape.cmscore.connector.Resender
 
mNonRepudiation - Variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
mNotAfter - Variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
mNotBefore - Variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
mNotBeforeSkew - Variable in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
mNotFoundGood - Variable in class com.netscape.cms.ocsp.DefStore
 
mNumAttributes - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mNumCertPolicies - Variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
mNumExcludedSubtrees - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mNumGNs - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
mNumPermittedSubtrees - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mNumPolicyMappings - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mObjAdded - Variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
mObjAdded - Variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
mObjAdded - Variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
mObjDeleted - Variable in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
 
mObjDeleted - Variable in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
 
mObjDeleted - Variable in class com.netscape.cms.publish.publishers.LdapCrlPublisher
 
mOC - Static variable in class com.netscape.cmscore.request.RequestRecord
 
modCreationTime(IRequest, Date) - Method in class com.netscape.cmscore.request.RequestQueue
 
modifiedSince(HttpServletRequest, long) - Static method in class com.netscape.cms.servlet.common.CMSGateway
Get the If-Modified-Since header and compare it to the millisecond epoch value passed in.
modify(String, ModificationSet) - Method in class com.netscape.cmscore.dbs.DBSSession
Modify an object in the database.
modifyCA(AuthorityData) - Method in class com.netscape.certsrv.authority.AuthorityClient
 
modifyCA(String, AuthorityData) - Method in interface com.netscape.certsrv.authority.AuthorityResource
Modify a CA (supports partial updates).
modifyCertificateRecord(BigInteger, ModificationSet) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
modifyCertRecord(String, String, String, ModificationSet) - Method in class com.netscape.cms.ocsp.DefStore
 
modifyCRLIssuingPointRecord(String, ModificationSet) - Method in class com.netscape.cms.ocsp.DefStore
 
modifyCRLIssuingPointRecord(String, ModificationSet) - Method in class com.netscape.cmscore.dbs.CRLRepository
 
modifyEntry(String, LDAPModification) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
modifyGroup(IGroup) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Modifies an existing group in the database.
modifyGroup(String, GroupData) - Method in class org.dogtagpki.server.rest.GroupService
modifies a group
modifyKeyRecord(BigInteger, ModificationSet) - Method in class com.netscape.cmscore.dbs.KeyRepository
Modifies key record.
modifyPolicyInstance(String, Hashtable<String, String>) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
modifyPolicyInstance(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Modify policy instance
modifyRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Modify the request in the store.
modifyRequest(IRequest) - Method in class com.netscape.cmscore.request.RequestQueue
 
modifyUser(IUser) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
modifies user attributes.
modifyUser(String, UserData) - Method in class org.dogtagpki.server.rest.UserService
Modifies an existing user in local scope.
modModificationTime(IRequest, Date) - Method in class com.netscape.cmscore.request.RequestQueue
 
modRequestStatus(IRequest, RequestStatus) - Method in class com.netscape.cmscore.request.RequestQueue
 
Module - Class in com.netscape.cmsutil.crypto
 
Module(String, String) - Constructor for class com.netscape.cmsutil.crypto.Module
 
Module(String, String, String) - Constructor for class com.netscape.cmsutil.crypto.Module
 
mOldImpl - Variable in class com.netscape.cms.shares.OldJoinShares
Deprecated.
 
mOldImpl - Variable in class com.netscape.cms.shares.OldShare
Deprecated.
 
mOn - Variable in class com.netscape.cms.logging.LogFile
The log is turned on/off
mOnDemandOrder - Variable in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
Monitor - Class in com.netscape.cms.servlet.cert
Provide statistical queries of request and certificate records.
Monitor() - Constructor for class com.netscape.cms.servlet.cert.Monitor
Constructs query servlet.
mOp - Variable in class com.netscape.cms.servlet.admin.AdminServlet
 
mOrigMaxPathLen - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mOutputIds - Variable in class com.netscape.cms.profile.common.Profile
 
mOutputs - Variable in class com.netscape.cms.profile.common.Profile
 
mOutputStream - Variable in class com.netscape.cmsutil.http.HttpClient
 
mOutputStreamWriter - Variable in class com.netscape.cmsutil.http.HttpClient
 
mOutputTemplatePath - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
MOY_cal2cron(Calendar) - Method in class com.netscape.cmscore.jobs.JobCron
convert the month of year representation from Calendar to cron
MOZILLA - Static variable in class com.netscape.cms.servlet.base.UserInfo
 
mParamDefault - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
mParamNames - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
mParams - Variable in exception com.netscape.certsrv.base.EBaseException
Parameters to the exception error message.
mParams - Variable in class com.netscape.cmscore.util.UtilMessage
 
mParams - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
mParamsConfig - Variable in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
mParamsConfig - Variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
mParamsConfig - Variable in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
mParamsConfig - Variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
mParamValue - Variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
mPattern - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mPattern - Variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
mPattern - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mPattern - Variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
mPatterns - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mPatternString - Variable in class com.netscape.cms.authentication.DNPattern
 
mPatternString - Variable in class com.netscape.cms.publish.mappers.MapDNPattern
 
mPermittedSubtrees - Variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
mPinAttr - Variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mPinAttr - Variable in class com.netscape.cms.listeners.PinRemovalListener
 
mPolicyConstraintsExtension - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mPolicyMappingsExtension - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mPolicyMaps - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
mPolicySet - Variable in class com.netscape.cms.profile.common.Profile
 
mPort - Variable in class com.netscape.cmsutil.http.HttpClient
 
mPostOutput - Variable in class com.netscape.cms.servlet.common.CMSTemplate
 
mPreAgentApprovalChecking - Variable in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
mPrefix - Variable in class com.netscape.cms.selftests.ASelfTest
 
mPreOutput - Variable in class com.netscape.cms.servlet.common.CMSTemplate
 
mProfile - Variable in class com.netscape.cms.profile.input.EnrollInput
 
mProfileClassIds - Variable in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
mProfiles - Variable in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
mProperties - Variable in class com.netscape.cmscore.security.CertificateInfo
 
mPropName - Variable in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
mPublisherInsts - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mPublisherPlugins - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mQueue - Variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
mRDNPatterns - Variable in class com.netscape.cms.authentication.DNPattern
 
mRDNPatterns - Variable in class com.netscape.cms.publish.mappers.MapDNPattern
 
mReasonPhrase - Variable in class com.netscape.cmsutil.http.HttpResponse
 
mRegister - Variable in class com.netscape.cms.logging.LogFile
Should this log listener self-register or not
mRemoveExt - Variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
mRemovePin - Variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mRenderResult - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mRepository - Variable in class com.netscape.cmscore.request.RequestQueue
 
mReqAttrName - Variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
mReqAttrs - Variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
mReqAttrs - Variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
mReqAttrs - Variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
mReqAttrs - Variable in class com.netscape.cms.publish.mappers.MapDNPattern
 
mReqCounts - Variable in class com.netscape.cms.ocsp.DefStore
 
mReqCounts - Variable in class com.netscape.cms.ocsp.LDAPStore
 
mReqEncoder - Variable in class com.netscape.cms.servlet.connector.CloneServlet
 
mReqEncoder - Variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
mReqEncoder - Variable in class com.netscape.cmscore.connector.HttpConnection
 
mReqExplicitPolicy - Variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
mReqPos - Variable in class com.netscape.cmscore.crmf.PKIArchiveOptionsContainer
 
mRequest - Variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
mRequestIds - Variable in class com.netscape.cmscore.connector.Resender
 
mRequestQueue - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mRequiredCred - Static variable in class com.netscape.cmscore.authentication.NullAuthentication
 
mRequiredCred - Static variable in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
 
mRequiredCreds - Variable in class com.netscape.cms.authentication.AgentCertAuthentication
 
mRequiredCreds - Static variable in class com.netscape.cms.authentication.CMCAuth
 
mRequiredCreds - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
mRequiredCreds - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
mRequiredCreds - Static variable in class com.netscape.cms.authentication.SharedSecret
 
mRequiredCreds - Variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
mRequiredCreds - Variable in class com.netscape.cms.authentication.TokenAuthentication
 
mRequiredCreds - Static variable in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
mRequiredCreds - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mRequiredCreds - Variable in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
mRequiredCreds - Variable in class com.netscape.cmscore.authentication.CertUserDBAuthentication
 
mRequiredCreds - Variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
mRequiredCreds - Static variable in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
mRevokedCerts - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mRolloverInterval - Variable in class com.netscape.cms.logging.RollingLogFile
The amount of time in miniseconds between log rotations
mRuleInsts - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mRulePlugins - Variable in class com.netscape.cmscore.ldap.PublisherProcessor
 
mSaveHttpHeaders - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mScheduleThread - Variable in class com.netscape.cmscore.jobs.JobsScheduler
 
mSearchBase - Variable in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
mSearchGroupUserByUserdn - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mSelfTestInstances - Variable in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
mSelfTestSubsystem - Variable in class com.netscape.cms.selftests.ASelfTest
 
mServlet - Variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
mServletConfig - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mServletContext - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mServletId - Variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
mSetDefaultBits - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
mSHA256Digest - Variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mSHADigest - Variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
mShrTokAttr - Variable in class com.netscape.cms.authentication.SharedSecret
 
mShuttingDown - Static variable in class com.netscape.cmscore.apps.CommandQueue
 
MSIE - Static variable in class com.netscape.cms.servlet.base.UserInfo
 
mSocket - Variable in class com.netscape.cmsutil.http.HttpClient
 
mSource - Variable in class com.netscape.cmscore.base.PropConfigStore
The source data for this substore
mSource - Variable in class com.netscape.cmscore.connector.HttpConnector
 
mStartupOrder - Variable in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
mStatus - Variable in class com.netscape.cmscore.apps.PKIServerEvent
 
mStatus_FAILURE - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mStatus_PENDING - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mStatus_SUCCESS - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mStatusCode - Variable in class com.netscape.cmsutil.http.HttpResponse
 
mStoreName - Variable in class com.netscape.cmscore.base.PropConfigStore
The name of this substore
mSubjNameAttr - Variable in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
mSummaryMailSubject - Variable in class com.netscape.cms.jobs.AJobBase
 
mSummaryReceiverEmail - Variable in class com.netscape.cms.jobs.AJobBase
 
mSummarySenderEmail - Variable in class com.netscape.cms.jobs.AJobBase
 
mTag - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mTemplateName - Variable in class com.netscape.cms.servlet.common.CMSLoadTemplate
 
mTemplates - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
mTestDN - Variable in class com.netscape.cms.authentication.DNPattern
 
mTestDN - Variable in class com.netscape.cms.publish.mappers.MapDNPattern
 
mTheExtension - Variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
mThisUpdate - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mTimeStamp - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mToken - Variable in class com.netscape.cms.servlet.admin.AdminServlet
 
mTrace - Variable in class com.netscape.cms.logging.LogFile
 
mType - Variable in class com.netscape.cms.logging.LogFile
The eventType that this log is triggered
mType - Variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
mType_CertRep - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mType_GetCert - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mType_GetCertInitial - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mType_GetCRL - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
mType_PKCSReq - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
MULTI_ROLE_ENABLE - Static variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
MULTI_ROLE_ENFORCE_GROUP_LIST - Static variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
multiRoleGroupEnforceList - Static variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
mUnrevokedCerts - Variable in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
mUpdaterIds - Variable in class com.netscape.cms.profile.common.Profile
 
mUpdaters - Variable in class com.netscape.cms.profile.common.Profile
 
mURI - Variable in class com.netscape.cmsutil.http.HttpRequest
 
mUseAllEntries - Variable in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
mUseCache - Variable in class com.netscape.cms.ocsp.DefStore
 
mUserIDName - Variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
mUserNoticeDisplayText - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
mValue - Variable in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNameConfig
 
mValueNames - Variable in class com.netscape.cms.profile.def.EnrollDefault
 
mValueNames - Variable in class com.netscape.cms.profile.input.EnrollInput
 
mValues - Variable in class com.netscape.cms.profile.def.NoDefault
 
mZipCRL - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
mZipLevel - Variable in class com.netscape.cms.publish.publishers.FileBasedPublisher
 

N

name - Variable in class com.netscape.certsrv.base.ResourceMessage.Attribute
 
name - Variable in class com.netscape.cms.authorization.ACL
 
name - Variable in class com.netscape.cmscore.apps.CMSEngine
 
name - Variable in class com.netscape.cmscore.dbs.Database
 
NAME - Static variable in class com.netscape.cms.profile.input.SubmitterInfoInput
 
NAME - Variable in class org.dogtagpki.legacy.server.policy.APolicyRule
 
NameConstraintsExt - Class in org.dogtagpki.legacy.server.policy.extensions
Name Constraints Extension Policy Adds the name constraints extension to a (CA) certificate.
NameConstraintsExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
NameConstraintsExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a name constraint extension into the certificate template.
NameConstraintsExtDefault() - Constructor for class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
NameID - Class in com.netscape.cmsutil.ocsp
RFC 2560:
NameID(Name) - Constructor for class com.netscape.cmsutil.ocsp.NameID
 
NameID.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
NEQUAL_STR - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
netscape.net - package netscape.net
 
netscape.net.smtp - package netscape.net.smtp
 
NetworkClient - Class in netscape.net
This is the base class for network clients.
NetworkClient() - Constructor for class netscape.net.NetworkClient
 
NetworkClient(String, int) - Constructor for class netscape.net.NetworkClient
Create connection with host host on port port
newCMSRequest() - Method in class com.netscape.cms.servlet.base.CMSServlet
Create a new CMSRequest object.
newCMSRequest() - Method in class com.netscape.cms.servlet.base.IndexServlet
 
newCMSRequest() - Method in class com.netscape.cms.servlet.cert.DisableEnrollResult
 
newCMSRequest() - Method in class com.netscape.cms.servlet.cert.DisplayHashUserEnroll
 
newCMSRequest() - Method in class com.netscape.cms.servlet.cert.EnableEnrollResult
 
newCMSRequest() - Method in class com.netscape.cms.servlet.cert.GetEnableStatus
 
newCMSRequest() - Method in class com.netscape.cms.servlet.request.QueryReq
 
newEphemeralRequestId() - Method in class com.netscape.cmscore.request.ARequestQueue
Create a new synchronous request ID
newEphemeralRequestId() - Method in class com.netscape.cmscore.request.RequestQueue
 
newFillerObject(String) - Method in class com.netscape.cms.servlet.base.CMSServlet
instantiate a new filler from a class name,
newGeneralNameConfig(String, IConfigStore, boolean, boolean) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesAsConstraintsConfig
 
newGeneralNameConfig(String, IConfigStore, boolean, boolean) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
newRequest(String) - Method in class com.netscape.cmscore.request.ARequestQueue
 
newRequest(String, boolean) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.newRequest
newRequestId() - Method in class com.netscape.cmscore.request.ARequestQueue
Create a new (unique) RequestId.
newRequestId() - Method in class com.netscape.cmscore.request.RequestQueue
 
nextElement() - Method in class com.netscape.cmscore.dbs.DBSearchResults
Retrieves next element.
NO_SUCH_FILE_1 - Static variable in class com.netscape.cmscore.util.UtilResources
 
NO_SUCH_USER_2 - Static variable in class com.netscape.cmscore.util.UtilResources
 
NO_UID_PERMISSION_2 - Static variable in class com.netscape.cmscore.util.UtilResources
 
NO_USERID - Static variable in class com.netscape.cmscore.util.UtilResources
 
NoConstraint - Class in com.netscape.cms.profile.constraint
This class implements no constraint.
NoConstraint() - Constructor for class com.netscape.cms.profile.constraint.NoConstraint
 
NoDefault - Class in com.netscape.cms.profile.def
This class implements no default policy.
NoDefault() - Constructor for class com.netscape.cms.profile.def.NoDefault
 
NODETAIL_PARSER - Static variable in class com.netscape.cms.servlet.request.CertReqParser
 
NoMap - Class in com.netscape.cms.publish.mappers
No Map
NoMap() - Constructor for class com.netscape.cms.publish.mappers.NoMap
constructor if initializing from config store.
NOMAPPER - Static variable in class com.netscape.cmscore.ldap.LdapRule
 
Nonces - Class in com.netscape.certsrv.base
This class provides a limited storage for nonces.
Nonces() - Constructor for class com.netscape.certsrv.base.Nonces
 
Nonces(int) - Constructor for class com.netscape.certsrv.base.Nonces
 
noncesEnabled() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
 
normalizeCertAndReq(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
normalizeCertStr(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
normalizeCertStr(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
normalizeProfileRequest(IRequest) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
NOT_REVOKED - Static variable in class com.netscape.cmscore.authentication.VerifiedCert
 
notify(IRequest) - Method in class com.netscape.cmscore.request.ARequestNotifier
Notifies all registered listeners about request.
NotInitialized - org.dogtagpki.server.ca.ICRLIssuingPoint.CRLIssuingPointStatus
 
NotReached(String) - Static method in class com.netscape.cmscore.util.Assert
 
NotYetImplemented(String) - Static method in class com.netscape.cmscore.util.Assert
 
NSCCommentExt - Class in org.dogtagpki.legacy.server.policy.extensions
Netscape comment Adds Netscape comment policy
NSCCommentExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
Adds the Netscape comment in the end-entity certificates or CA certificates.
NSCCommentExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Netscape comment extension into the certificate template.
NSCCommentExtDefault() - Constructor for class com.netscape.cms.profile.def.NSCCommentExtDefault
 
NSCertTypeExt - Class in org.dogtagpki.legacy.server.policy.extensions
NS Cert Type policy.
NSCertTypeExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
NSCertTypeExtConstraint - Class in com.netscape.cms.profile.constraint
This class implements the Netscape certificate type extension constraint.
NSCertTypeExtConstraint() - Constructor for class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
 
NSCertTypeExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Netscape Certificate Type extension into the certificate template.
NSCertTypeExtDefault() - Constructor for class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
nsHKeyCertReqInput - Class in com.netscape.cms.profile.input
This class implements the certificate request input from TPS.
nsHKeyCertReqInput() - Constructor for class com.netscape.cms.profile.input.nsHKeyCertReqInput
 
nsHKeySubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates server-side configurable subject name into the certificate template.
nsHKeySubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
nsNKeyCertReqInput - Class in com.netscape.cms.profile.input
This class implements the certificate request input from TPS.
nsNKeyCertReqInput() - Constructor for class com.netscape.cms.profile.input.nsNKeyCertReqInput
 
nsNKeyOutput - Class in com.netscape.cms.profile.output
This class implements the output plugin that outputs DER for the issued certificate for token keys
nsNKeyOutput() - Constructor for class com.netscape.cms.profile.output.nsNKeyOutput
 
nsNKeySubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates server-side configurable subject name into the certificate template.
nsNKeySubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
NSSCertCLI - Class in com.netscape.cmstools.nss
 
NSSCertCLI(NSSCLI) - Constructor for class com.netscape.cmstools.nss.NSSCertCLI
 
NSSCertExportCLI - Class in com.netscape.cmstools.nss
 
NSSCertExportCLI(NSSCertCLI) - Constructor for class com.netscape.cmstools.nss.NSSCertExportCLI
 
NSSCertImportCLI - Class in com.netscape.cmstools.nss
 
NSSCertImportCLI(NSSCertCLI) - Constructor for class com.netscape.cmstools.nss.NSSCertImportCLI
 
NSSCertIssueCLI - Class in com.netscape.cmstools.nss
 
NSSCertIssueCLI(NSSCertCLI) - Constructor for class com.netscape.cmstools.nss.NSSCertIssueCLI
 
NSSCertRequestCLI - Class in com.netscape.cmstools.nss
 
NSSCertRequestCLI(NSSCertCLI) - Constructor for class com.netscape.cmstools.nss.NSSCertRequestCLI
 
nssCLI - Variable in class com.netscape.cmstools.nss.NSSCreateCLI
 
nssCLI - Variable in class com.netscape.cmstools.nss.NSSRemoveCLI
 
NSSCLI - Class in com.netscape.cmstools.nss
 
NSSCLI(MainCLI) - Constructor for class com.netscape.cmstools.nss.NSSCLI
 
NSSCreateCLI - Class in com.netscape.cmstools.nss
 
NSSCreateCLI(NSSCLI) - Constructor for class com.netscape.cmstools.nss.NSSCreateCLI
 
nssKeyCLI - Variable in class com.netscape.cmstools.nss.NSSKeyExportCLI
 
nssKeyCLI - Variable in class com.netscape.cmstools.nss.NSSKeyImportCLI
 
NSSKeyCLI - Class in com.netscape.cmstools.nss
 
NSSKeyCLI(NSSCLI) - Constructor for class com.netscape.cmstools.nss.NSSKeyCLI
 
NSSKeyExportCLI - Class in com.netscape.cmstools.nss
 
NSSKeyExportCLI(NSSKeyCLI) - Constructor for class com.netscape.cmstools.nss.NSSKeyExportCLI
 
NSSKeyImportCLI - Class in com.netscape.cmstools.nss
 
NSSKeyImportCLI(NSSKeyCLI) - Constructor for class com.netscape.cmstools.nss.NSSKeyImportCLI
 
NSSRemoveCLI - Class in com.netscape.cmstools.nss
 
NSSRemoveCLI(NSSCLI) - Constructor for class com.netscape.cmstools.nss.NSSRemoveCLI
 
nsTokenDeviceKeySubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates server-side configurable subject name into the certificate template.
nsTokenDeviceKeySubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
nsTokenUserKeySubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates server-side configurable subject name into the certificate template.
nsTokenUserKeySubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
NULL_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for null authentication manager ID.
NULL_EXPRESSION - Static variable in class com.netscape.cmscore.ldap.LdapSimpleExpression
 
NULL_EXPRESSION - Static variable in class org.dogtagpki.legacy.core.policy.SimpleExpression
 
NULL_PLUGIN_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for null authentication plugin ID.
NullAuthentication - Class in com.netscape.cmscore.authentication
This authentication does nothing but just returns an empty authToken.
NullAuthentication() - Constructor for class com.netscape.cmscore.authentication.NullAuthentication
 
NUM_REPOS - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
NuxwdogPasswordStore - Class in com.netscape.cmsutil.password
 
NuxwdogPasswordStore() - Constructor for class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
NuxwdogUtil - Class in com.netscape.cmsutil.util
 
NuxwdogUtil() - Constructor for class com.netscape.cmsutil.util.NuxwdogUtil
 
NYI - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
NYI - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 

O

OBJECTCLASS_ATTR - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
ObjectStreamMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java object into LDAP attribute, and vice versa.
ObjectStreamMapper(String) - Constructor for class com.netscape.cmscore.dbs.ObjectStreamMapper
Constructs object stream mapper.
OBNOXIOUS - Static variable in class com.netscape.cmscore.util.Debug
 
obscureBytes(byte[]) - Method in class com.netscape.cmscore.security.JssSubsystem
 
obscureBytes(byte[], String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
obscureBytes(byte[], String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
obscureChars(char[]) - Method in class com.netscape.cmscore.security.JssSubsystem
 
obscureChars(char[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
OC - Static variable in class com.netscape.cmsutil.util.Fmt
 
OCSP - Static variable in class com.netscape.cmsutil.ocsp.ResponseBytes
 
OCSP_AGENT_GROUP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
OCSP_BASIC - Static variable in class com.netscape.cmsutil.ocsp.ResponseBytes
 
OCSP_NONCE - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
OCSPAdminServlet - Class in com.netscape.cms.servlet.admin
A class representings an administration servlet for Certificate Authority.
OCSPAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.OCSPAdminServlet
 
OCSPCLI - Class in com.netscape.cmstools.ocsp
 
OCSPCLI - Class in org.dogtagpki.server.cli
 
OCSPCLI(MainCLI) - Constructor for class com.netscape.cmstools.ocsp.OCSPCLI
 
OCSPCLI(CLI) - Constructor for class org.dogtagpki.server.cli.OCSPCLI
 
ocspClient - Variable in class com.netscape.cmstools.ocsp.OCSPCLI
 
OCSPClient - Class in com.netscape.certsrv.ocsp
 
OCSPClient - Class in com.netscape.cmstools
This class implements an OCSP command line interface.
OCSPClient() - Constructor for class com.netscape.cmstools.OCSPClient
 
OCSPClient(PKIClient) - Constructor for class com.netscape.certsrv.ocsp.OCSPClient
 
OCSPNoCheckExt - Class in org.dogtagpki.legacy.server.policy.extensions
This implements an OCSP Signing policy, it adds the OCSP Signing extension to the certificate.
OCSPNoCheckExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
Constructs an OCSP No check extension.
OCSPNoCheckExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates an OCSP No Check extension into the certificate template.
OCSPNoCheckExtDefault() - Constructor for class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
OCSPPresence - Class in com.netscape.cms.selftests.ocsp
This class implements a self test to check for OCSP presence.
OCSPPresence() - Constructor for class com.netscape.cms.selftests.ocsp.OCSPPresence
 
OCSPProcessor - Class in com.netscape.cmsutil.ocsp
This class implements an OCSP utility.
OCSPProcessor() - Constructor for class com.netscape.cmsutil.ocsp.OCSPProcessor
 
OCSPPublisher - Class in com.netscape.cms.publish.publishers
This publisher writes certificate and CRL into a directory.
OCSPPublisher() - Constructor for class com.netscape.cms.publish.publishers.OCSPPublisher
 
OCSPRequest - Class in com.netscape.cmsutil.ocsp
RFC 2560:
OCSPRequest(TBSRequest, Signature) - Constructor for class com.netscape.cmsutil.ocsp.OCSPRequest
 
OCSPRequest.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding OCSPRequest.
OCSPResponse - Class in com.netscape.cmsutil.ocsp
RFC 2560:
OCSPResponse(OCSPResponseStatus, ResponseBytes) - Constructor for class com.netscape.cmsutil.ocsp.OCSPResponse
 
OCSPResponse.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding an OCSPResponse.
OCSPResponseStatus - Class in com.netscape.cmsutil.ocsp
RFC 2560:
OCSPResponseStatus(long) - Constructor for class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
OCSPResponseStatus.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding an OCSPResponseStatus.
OCSPServlet - Class in com.netscape.cms.servlet.ocsp
Process OCSP messages, According to RFC 2560 See http://www.ietf.org/rfc/rfc2560.txt
OCSPServlet() - Constructor for class com.netscape.cms.servlet.ocsp.OCSPServlet
 
OCSPSigningCert - Class in com.netscape.cmscore.security
OCSP signing certificate.
OCSPSigningCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.OCSPSigningCert
 
OCSPSigningCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.OCSPSigningCert
 
OCSPValidity - Class in com.netscape.cms.selftests.ocsp
This class implements a self test to check the validity of the OCSP.
OCSPValidity() - Constructor for class com.netscape.cms.selftests.ocsp.OCSPValidity
 
OID_POSTREAD - Static variable in class com.netscape.cmsutil.ldap.LDAPPostReadControl
 
oidLoaderSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
OidLoaderSubsystem - Class in com.netscape.cmscore.cert
 
oidmapEntries - Static variable in class com.netscape.cmscore.apps.Setup
 
OLD_CERT_TYPE - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
OldJoinShares - Class in com.netscape.cms.shares
Deprecated. 
OldJoinShares() - Constructor for class com.netscape.cms.shares.OldJoinShares
Deprecated.
 
OldShare - Class in com.netscape.cms.shares
Deprecated. 
OldShare() - Constructor for class com.netscape.cms.shares.OldShare
Deprecated.
 
ON - Static variable in class com.netscape.cmscore.util.Assert
 
OP_AND - Static variable in class com.netscape.cmscore.ldap.LdapPredicateParser
 
OP_AND - Static variable in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
OP_EQUAL - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
OP_GE - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
OP_GT - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
OP_LE - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
OP_LT - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
OP_NEQUAL - Static variable in interface com.netscape.cmscore.ldap.ILdapExpression
 
OP_OR - Static variable in class com.netscape.cmscore.ldap.LdapPredicateParser
 
OP_OR - Static variable in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
open() - Method in class com.netscape.cms.logging.LogFile
Open the log file.
openServer(String, int) - Method in class netscape.net.NetworkClient
Open a connection to the server.
OR - Static variable in class com.netscape.cmscore.ldap.LdapPredicateParser
 
OR - Static variable in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
OrExpression - Class in org.dogtagpki.legacy.core.policy
This class represents an Or expression of the form (var1 op val1 OR var2 op val2).
OrExpression(IExpression, IExpression) - Constructor for class org.dogtagpki.legacy.core.policy.OrExpression
 
org.dogtag.util.cert - package org.dogtag.util.cert
 
org.dogtagpki.legacy.core.policy - package org.dogtagpki.legacy.core.policy
 
org.dogtagpki.legacy.server.policy - package org.dogtagpki.legacy.server.policy
 
org.dogtagpki.legacy.server.policy.constraints - package org.dogtagpki.legacy.server.policy.constraints
 
org.dogtagpki.legacy.server.policy.extensions - package org.dogtagpki.legacy.server.policy.extensions
 
org.dogtagpki.server - package org.dogtagpki.server
 
org.dogtagpki.server.authentication - package org.dogtagpki.server.authentication
 
org.dogtagpki.server.authorization - package org.dogtagpki.server.authorization
 
org.dogtagpki.server.ca - package org.dogtagpki.server.ca
 
org.dogtagpki.server.cli - package org.dogtagpki.server.cli
 
org.dogtagpki.server.connector - package org.dogtagpki.server.connector
 
org.dogtagpki.server.rest - package org.dogtagpki.server.rest
 
org.dogtagpki.util.logging - package org.dogtagpki.util.logging
 
OUT_ARCHIVED_BY - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_ARCHIVED_ON - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_KEY_ALGORITHM - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_KEY_EC_CURVE - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_KEY_LEN - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_OWNER_NAME - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTED - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTION_ALGORITHM - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTION_IV - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTION_IV_LEN - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTION_MODE - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTION_OID - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_ENCRYPTION_PADDING - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_WRAP_ALGORITHM - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_WRAP_IV - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PL_WRAP_IV_LEN - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_PUBLIC_KEY - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_RECOVERED_BY - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_RECOVERED_ON - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_SERIALNO - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_SERIALNO_IN_HEX - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_SK_KEYGEN_ALGORITHM - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_SK_LENGTH - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_SK_TYPE - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_SK_WRAP_ALGORITHM - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
OUT_STATE - Static variable in class com.netscape.cms.servlet.key.KeyRecordParser
 
output(OutputStream) - Method in class com.netscape.cmsutil.xml.XMLObject
 
output(IssuerAlternativeNameExtension) - Static method in class com.netscape.cmstools.GenIssuerAltNameExt
 
output(SubjectAlternativeNameExtension) - Static method in class com.netscape.cmstools.GenSubjectAltNameExt
 
OUTPUT_SERIALNO - Static variable in class com.netscape.cms.servlet.request.KeyReqParser
 
outputArgBlockAsXML(XMLObject, Node, String, IArgBlock) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
outputEpilog(PrintWriter) - Method in class com.netscape.cms.servlet.common.CMSTemplate
Output the post HTML tags and post-output buffer.
outputError(HttpServletResponse, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
outputError(HttpServletResponse, String, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
outputError(HttpServletResponse, String, String, String) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
outputHttpParameters(HttpServletRequest) - Method in class com.netscape.cms.servlet.admin.AdminServlet
 
outputHttpParameters(HttpServletRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
outputHttpParameters(HttpServletRequest) - Method in class com.netscape.cms.servlet.csadmin.BaseServlet
 
outputProlog(PrintWriter) - Method in class com.netscape.cms.servlet.common.CMSTemplate
Ouput the pre-amble HTML Header including the pre-output buffer.
outputResult(HttpServletResponse, String, byte[]) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
outputXML(HttpServletResponse, CMSTemplateParams) - Method in class com.netscape.cms.servlet.base.CMSServlet
 

P

P12PASSWORD - Static variable in class com.netscape.cms.profile.input.ServerKeygenInput
 
parent - Variable in class com.netscape.cmstools.system.SecurityDomainHostCLI
 
parentID - Variable in class com.netscape.certsrv.authority.AuthorityData
 
parse() - Method in class com.netscape.cms.logging.LogEntry
parse a log entry return a vector of the segments of the entry
parse(CMSTemplateParams, StatsEvent, int) - Method in class com.netscape.cms.servlet.base.GetStats
 
parse(BufferedReader) - Method in class com.netscape.cmsutil.http.HttpMessage
 
parse(BufferedReader) - Method in class com.netscape.cmsutil.http.HttpRequest
parse a http request from a http client
parse(BufferedReader) - Method in class com.netscape.cmsutil.http.HttpResponse
parse a http response from a http server
parse(String) - Static method in class com.netscape.cmscore.ldap.LdapPredicateParser
Parse the predicate expression and return a vector of expressions.
parse(String) - Static method in class com.netscape.cmscore.ldap.LdapSimpleExpression
 
parse(String) - Static method in class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
Parse the predicate expression and return a vector of expressions.
parse(String) - Static method in class org.dogtagpki.legacy.core.policy.SimpleExpression
 
parseACL(String) - Static method in class com.netscape.cms.authorization.ACL
Parse ACL resource attributes
parseCMC(Locale, String) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
parseCMC(Locale, String, boolean) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
parseCRMF(Locale, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
parseCRMFMsgs(byte[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
parseCSR(String) - Static method in class org.dogtag.util.cert.CertUtil
 
parseGeneralName(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
parseGeneralName(String, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
parseKeyGen(Locale, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
parseOptions(CommandLine) - Method in class com.netscape.cmstools.cli.MainCLI
 
parsePKCS10(Locale, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
PARSER - Static variable in class com.netscape.cms.servlet.request.KeyReqParser
 
parseRecords(String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
parseSubjectName(X500Name, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.input.SubjectDNInput
 
parseSubjectName(X500Name, X509CertInfo, IRequest) - Method in class com.netscape.cms.profile.input.SubjectNameInput
 
PASSWDUSERDB_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for password based authentication manager ID.
PASSWDUSERDB_PLUGIN_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for password based authentication plugin ID.
PasswdUserDBAuthentication - Class in com.netscape.cmscore.authentication
Certificate Server admin authentication.
PasswdUserDBAuthentication() - Constructor for class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
 
PasswordCache - Class in com.netscape.cmstools
Tool for interacting with the PWcache
PasswordCache() - Constructor for class com.netscape.cmstools.PasswordCache
 
PasswordChecker - Class in com.netscape.cms.password
This class checks the given password if it meets the specific requirements.
PasswordChecker() - Constructor for class com.netscape.cms.password.PasswordChecker
Default constructor.
PasswordResources - Class in com.netscape.certsrv.base
A class represents a resource bundle for the password checker.
PasswordResources() - Constructor for class com.netscape.certsrv.base.PasswordResources
 
PATCH - Annotation Type in com.netscape.certsrv.base
http://brianoneill.blogspot.in/2011/11/patch-methods-on-jax-rs.html
peekNextSerialNumber() - Method in class com.netscape.cmscore.dbs.Repository
Peek at the next serial number in cache (does not consume the number).
PENDING_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
perform(IConfigStore) - Static method in class com.netscape.cmscore.apps.Upgrade
This method handles pre4.2 -> 4.2 configuration upgrade.
perform422to45(IConfigStore) - Static method in class com.netscape.cmscore.apps.Upgrade
 
perform42to422(IConfigStore) - Static method in class com.netscape.cmscore.apps.Upgrade
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestActionCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestApproveCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestAssignCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestCancelCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestRejectCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestUnassignCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestUpdateCLI
 
performAction(CACertClient, RequestId, CertReviewResponse) - Method in class com.netscape.cmstools.ca.CACertRequestValidateCLI
 
persistentSearch(String, String, String[]) - Method in class com.netscape.cmscore.dbs.DBSSession
 
PFX_AUTH_TOKEN - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PFX_HTTP_HEADER - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PFX_HTTP_PARAM - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PFXUtils - Class in com.netscape.cmscore.util
 
PFXUtils() - Constructor for class com.netscape.cmscore.util.PFXUtils
 
PHONE - Static variable in class com.netscape.cms.profile.input.SubmitterInfoInput
 
PinRemovalListener - Class in com.netscape.cms.listeners
This represnets a listener that removes pin from LDAP directory.
PinRemovalListener() - Constructor for class com.netscape.cms.listeners.PinRemovalListener
 
PKCS10_REQUEST - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
PKCS10Client - Class in com.netscape.cmstools
Generates an ECC or RSA key pair in the security database, constructs a PKCS#10 certificate request with the public key, and outputs the request to a file.
PKCS10Client() - Constructor for class com.netscape.cmstools.PKCS10Client
 
PKCS10Processor - Class in com.netscape.cms.servlet.processors
PKCS10Processor process Certificate Requests in PKCS10 format, as defined here: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-10/index.html
PKCS10Processor() - Constructor for class com.netscape.cms.servlet.processors.PKCS10Processor
 
PKCS10Processor(ICMSRequest, CMSServlet) - Constructor for class com.netscape.cms.servlet.processors.PKCS10Processor
 
PKCS11CertCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11CertCLI(PKCS11CLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11CertCLI
 
PKCS11CertExportCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11CertExportCLI(PKCS11CertCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11CertExportCLI
 
PKCS11CertFindCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11CertFindCLI(PKCS11CertCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11CertFindCLI
 
PKCS11CertRemoveCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11CertRemoveCLI(PKCS11CertCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11CertRemoveCLI
 
PKCS11CertShowCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11CertShowCLI(PKCS11CertCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11CertShowCLI
 
pkcs11CLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11CertCLI
 
pkcs11CLI - Variable in class com.netscape.cmstools.pkcs11.PKCS11KeyCLI
 
PKCS11CLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11CLI(MainCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11CLI
 
PKCS11KeyCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11KeyCLI(PKCS11CLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11KeyCLI
 
PKCS11KeyFindCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11KeyFindCLI(PKCS11KeyCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11KeyFindCLI
 
PKCS11KeyRemoveCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11KeyRemoveCLI(PKCS11KeyCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11KeyRemoveCLI
 
PKCS11KeyShowCLI - Class in com.netscape.cmstools.pkcs11
 
PKCS11KeyShowCLI(PKCS11KeyCLI) - Constructor for class com.netscape.cmstools.pkcs11.PKCS11KeyShowCLI
 
PKCS12CertAddCLI - Class in com.netscape.cmstools.pkcs12
Deprecated.
Replaced by PKCS12CertImportCLI.
PKCS12CertAddCLI(PKCS12CertCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
Deprecated.
 
PKCS12CertCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CertCLI(PKCS12CLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertCLI
 
PKCS12CertExportCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CertExportCLI(PKCS12CertCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertExportCLI
 
PKCS12CertFindCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CertFindCLI(PKCS12CertCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertFindCLI
 
PKCS12CertImportCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CertImportCLI(PKCS12CertCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertImportCLI
 
PKCS12CertModCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CertModCLI(PKCS12CertCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertModCLI
 
PKCS12CertRemoveCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CertRemoveCLI(PKCS12CertCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CertRemoveCLI
 
pkcs12CLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12CertCLI
 
pkcs12CLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12ExportCLI
 
pkcs12CLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12ImportCLI
 
pkcs12CLI - Variable in class com.netscape.cmstools.pkcs12.PKCS12KeyCLI
 
PKCS12CLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12CLI(MainCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12CLI
 
PKCS12Export - Class in com.netscape.cmstools
Tool for creating PKCS12 file
PKCS12Export() - Constructor for class com.netscape.cmstools.PKCS12Export
 
PKCS12ExportCLI - Class in com.netscape.cmstools.pkcs12
Tool for exporting NSS database into PKCS #12 file
PKCS12ExportCLI(PKCS12CLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12ExportCLI
 
PKCS12ImportCLI - Class in com.netscape.cmstools.pkcs12
Tool for importing NSS database from PKCS #12 file
PKCS12ImportCLI(PKCS12CLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12ImportCLI
 
PKCS12KeyCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12KeyCLI(PKCS12CLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12KeyCLI
 
PKCS12KeyFindCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12KeyFindCLI(PKCS12KeyCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12KeyFindCLI
 
PKCS12KeyRemoveCLI - Class in com.netscape.cmstools.pkcs12
 
PKCS12KeyRemoveCLI(PKCS12KeyCLI) - Constructor for class com.netscape.cmstools.pkcs12.PKCS12KeyRemoveCLI
 
PKCS12Output - Class in com.netscape.cms.profile.output
This class implements the output plugin that outputs PKCS12 response for the issued certificate for Server-side keygen enrollment.
PKCS12Output() - Constructor for class com.netscape.cms.profile.output.PKCS12Output
 
PKCS7_RESP - Static variable in class com.netscape.cms.servlet.cert.ImportCertsTemplateFiller
 
PKCS7CertCLI - Class in com.netscape.cmstools.pkcs7
 
PKCS7CertCLI(PKCS7CLI) - Constructor for class com.netscape.cmstools.pkcs7.PKCS7CertCLI
 
PKCS7CertExportCLI - Class in com.netscape.cmstools.pkcs7
 
PKCS7CertExportCLI(PKCS7CertCLI) - Constructor for class com.netscape.cmstools.pkcs7.PKCS7CertExportCLI
 
PKCS7CertFindCLI - Class in com.netscape.cmstools.pkcs7
 
PKCS7CertFindCLI(PKCS7CertCLI) - Constructor for class com.netscape.cmstools.pkcs7.PKCS7CertFindCLI
 
pkcs7CLI - Variable in class com.netscape.cmstools.pkcs7.PKCS7CertCLI
 
pkcs7CLI - Variable in class com.netscape.cmstools.pkcs7.PKCS7ImportCLI
 
PKCS7CLI - Class in com.netscape.cmstools.pkcs7
 
PKCS7CLI(MainCLI) - Constructor for class com.netscape.cmstools.pkcs7.PKCS7CLI
 
PKCS7ImportCLI - Class in com.netscape.cmstools.pkcs7
 
PKCS7ImportCLI(PKCS7CLI) - Constructor for class com.netscape.cmstools.pkcs7.PKCS7ImportCLI
 
PKCS9_CONTENT_TYPE - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
PKCS9_MESSAGE_DIGEST - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
PKIApplication - Class in org.dogtagpki.server.rest
 
PKIApplication() - Constructor for class org.dogtagpki.server.rest.PKIApplication
 
PKIArchiveOptionsContainer - Class in com.netscape.cmscore.crmf
 
PKIArchiveOptionsContainer(PKIArchiveOptions, int) - Constructor for class com.netscape.cmscore.crmf.PKIArchiveOptionsContainer
 
PKIClientSocketListener - Class in org.dogtagpki.server
 
PKIClientSocketListener() - Constructor for class org.dogtagpki.server.PKIClientSocketListener
 
PKIException - Exception in com.netscape.certsrv.base
 
PKIException(int, String) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(int, String, Throwable) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(String) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(Throwable) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(Response.Status) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(Response.Status, String) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException(Response.Status, String, Throwable) - Constructor for exception com.netscape.certsrv.base.PKIException
 
PKIException.Data - Class in com.netscape.certsrv.base
 
PKIExceptionMapper - Class in org.dogtagpki.server.rest
 
PKIExceptionMapper() - Constructor for class org.dogtagpki.server.rest.PKIExceptionMapper
 
PKIFormatter - Class in org.dogtagpki.util.logging
 
PKIFormatter() - Constructor for class org.dogtagpki.util.logging.PKIFormatter
 
PKILogger - Class in org.dogtagpki.util.logging
 
PKILogger() - Constructor for class org.dogtagpki.util.logging.PKILogger
 
PKILogger.Level - Enum in org.dogtagpki.util.logging
 
PKIPrincipal - Class in com.netscape.cms.realm
 
PKIPrincipal(IUser, String, List<String>, IAuthToken) - Constructor for class com.netscape.cms.realm.PKIPrincipal
 
PKIProcessor - Class in com.netscape.cms.servlet.processors
Process Certificate Requests
PKIProcessor() - Constructor for class com.netscape.cms.servlet.processors.PKIProcessor
 
PKIProcessor(ICMSRequest, CMSServlet) - Constructor for class com.netscape.cms.servlet.processors.PKIProcessor
 
PKIRealm - Class in com.netscape.cms.realm
PKI Realm This realm provides an authentication service against PKI user database.
PKIRealm() - Constructor for class com.netscape.cms.realm.PKIRealm
 
PKISecureRandom - Class in com.netscape.cmscore.security
 
PKISecureRandom(SecureRandom) - Constructor for class com.netscape.cmscore.security.PKISecureRandom
 
PKISecureRandomSpi - Class in com.netscape.cmscore.security
 
PKISecureRandomSpi(SecureRandom) - Constructor for class com.netscape.cmscore.security.PKISecureRandomSpi
 
PKIServerCLI - Class in org.dogtagpki.server.cli
 
PKIServerCLI() - Constructor for class org.dogtagpki.server.cli.PKIServerCLI
 
PKIServerEvent - Class in com.netscape.cmscore.apps
A class represents a PKIServer event.
PKIServerEvent(int) - Constructor for class com.netscape.cmscore.apps.PKIServerEvent
 
PKIServerListener - Class in com.netscape.cmscore.apps
A class represents a listener that listens to PKIServer event.
PKIServerListener() - Constructor for class com.netscape.cmscore.apps.PKIServerListener
 
PKIServerSocketListener - Class in org.dogtagpki.server
 
PKIServerSocketListener() - Constructor for class org.dogtagpki.server.PKIServerSocketListener
 
PKIService - Class in com.netscape.cms.servlet.base
Base class for CMS RESTful resources
PKIService() - Constructor for class com.netscape.cms.servlet.base.PKIService
 
PKISocketConfig - Class in com.netscape.cmscore.ldapconn
 
PKISocketConfig() - Constructor for class com.netscape.cmscore.ldapconn.PKISocketConfig
 
PKISocketConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.ldapconn.PKISocketConfig
 
PKISocketConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.ldapconn.PKISocketConfig
 
PKISocketFactory - Class in com.netscape.cmscore.ldapconn
Uses HCL ssl socket.
PKISocketFactory() - Constructor for class com.netscape.cmscore.ldapconn.PKISocketFactory
 
PKISocketFactory(boolean) - Constructor for class com.netscape.cmscore.ldapconn.PKISocketFactory
 
PKISocketFactory(String) - Constructor for class com.netscape.cmscore.ldapconn.PKISocketFactory
 
PKISocketFactory(String, boolean) - Constructor for class com.netscape.cmscore.ldapconn.PKISocketFactory
 
PlainPasswordFile - Class in com.netscape.cmsutil.password
 
PlainPasswordFile() - Constructor for class com.netscape.cmsutil.password.PlainPasswordFile
 
PlainPasswordReader - Class in com.netscape.cmsutil.password
 
PlainPasswordReader() - Constructor for class com.netscape.cmsutil.password.PlainPasswordReader
 
PlainPasswordWriter - Class in com.netscape.cmsutil.password
 
PlainPasswordWriter() - Constructor for class com.netscape.cmsutil.password.PlainPasswordWriter
 
Plugin - Class in com.netscape.certsrv.base
This represents a generici CMS plugin.
Plugin(String, String) - Constructor for class com.netscape.certsrv.base.Plugin
Constructs a plugin.
PluginInfo - Class in com.netscape.cmscore.registry
The plugin information includes id, name, classname, and description.
PluginInfo(String, String, String) - Constructor for class com.netscape.cmscore.registry.PluginInfo
 
PluginRegistry - Class in com.netscape.cmscore.registry
This represents the registry subsystem that manages mulitple types of plugin information.
PluginRegistry() - Constructor for class com.netscape.cmscore.registry.PluginRegistry
 
POLICY_MESSAGE - Static variable in class com.netscape.cms.servlet.common.GenRejectedTemplateFiller
 
PolicyAdminServlet - Class in com.netscape.cms.servlet.admin
This class is an administration servlet for policy management.
PolicyAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.PolicyAdminServlet
Constructs administration servlet.
PolicyConstraint - Class in com.netscape.cms.profile.constraint
This represents a constraint policy.
PolicyConstraint() - Constructor for class com.netscape.cms.profile.constraint.PolicyConstraint
 
PolicyConstraintFactory - Class in com.netscape.cms.servlet.profile
 
PolicyConstraintFactory() - Constructor for class com.netscape.cms.servlet.profile.PolicyConstraintFactory
 
PolicyConstraintsExt - Class in org.dogtagpki.legacy.server.policy.extensions
Policy Constraints Extension Policy Adds the policy constraints extension to (CA) certificates.
PolicyConstraintsExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
PolicyConstraintsExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a policy constraints extension into the certificate template.
PolicyConstraintsExtDefault() - Constructor for class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
PolicyDefault - Class in com.netscape.cms.profile.def
This represents a default policy that populates the request with additional values.
PolicyDefault() - Constructor for class com.netscape.cms.profile.def.PolicyDefault
 
PolicyDefaultFactory - Class in com.netscape.cms.servlet.profile
 
PolicyDefaultFactory() - Constructor for class com.netscape.cms.servlet.profile.PolicyDefaultFactory
 
PolicyMappingsExt - Class in org.dogtagpki.legacy.server.policy.extensions
Policy Mappings Extension Policy Adds the Policy Mappings extension to a (CA) certificate.
PolicyMappingsExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
PolicyMappingsExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a policy mappings extension into the certificate template.
PolicyMappingsExtDefault() - Constructor for class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
PolicyPredicateParser - Class in org.dogtagpki.legacy.core.policy
Default implementation of predicate parser.
PolicyPredicateParser() - Constructor for class org.dogtagpki.legacy.core.policy.PolicyPredicateParser
 
PolicySet - Class in org.dogtagpki.legacy.core.policy
Implements a policy set per IPolicySet interface.
PolicySet(String) - Constructor for class org.dogtagpki.legacy.core.policy.PolicySet
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.AgentCertAuthentication
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.CMCAuth
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.FlatFileAuth
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.SessionAuthentication
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.TokenAuthentication
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.UidPwdDirAuthentication
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
populate(IAuthToken, IRequest) - Method in class com.netscape.cms.authentication.UserPwdDirAuthentication
 
populate(IAuthToken, IRequest) - Method in interface com.netscape.cms.profile.ProfileAuthenticator
Populates authentication specific information into the request for auditing purposes.
populate(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
populate(IRequest) - Method in class com.netscape.cms.profile.common.Profile
Passes the request to the set of default policies that populate the profile information against the profile.
populate(IRequest) - Method in class com.netscape.cms.profile.def.EnrollDefault
Populates the request with this policy default.
populate(IRequest) - Method in class com.netscape.cms.profile.def.NoDefault
Populates the request with this policy default.
populate(IRequest) - Method in class com.netscape.cms.profile.def.PolicyDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.AuthzRealmDefault
 
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.AutoAssignDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.EnrollDefault
Populates attributes into the certificate template.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.GenericExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.ImageDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SANToCNDefault
 
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.SubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserExtensionDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserKeyDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserSigningAlgDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserSubjectNameDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.def.UserValidityDefault
Populates the request with this policy default.
populate(IRequest, X509CertInfo) - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.common.ProfileInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.common.ProfileOutput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.CertReqInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.CMCCertReqInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.DualKeyGenInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.EncryptionKeyGenInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.EnrollInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.FileSigningInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.GenericInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.ImageInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.KeyGenInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.nsHKeyCertReqInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.nsNKeyCertReqInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.SerialNumRenewInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.ServerKeygenInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.SigningKeyGenInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.SubjectAltNameExtInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.SubjectDNInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.SubjectNameInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.input.SubmitterInfoInput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.output.CertOutput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.output.EnrollOutput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.output.nsNKeyOutput
Populates the request with this policy default.
populate(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.output.PKCS12Output
Populates the request with this policy default.
populate(X509CertInfo) - Method in class com.netscape.cms.servlet.csadmin.CertInfoProfile
 
populateInput(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
Populate input
populateInput(Map<String, String>, IRequest) - Method in class com.netscape.cms.profile.common.Profile
Populates user-supplied input values into the requests.
PORT - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
PortalEnroll - Class in com.netscape.cms.authentication
uid/pwd directory based authentication manager
PortalEnroll() - Constructor for class com.netscape.cms.authentication.PortalEnroll
Default constructor, initialization must follow.
PortsServlet - Class in com.netscape.cms.servlet.base
This servlet returns port information.
PortsServlet() - Constructor for class com.netscape.cms.servlet.base.PortsServlet
 
POST - Static variable in class com.netscape.cmsutil.http.HttpRequest
 
PostCondition(boolean) - Static method in class com.netscape.cmscore.util.Assert
 
pprint() - Method in class com.netscape.cmscore.security.PWsdrCache
 
PR_REQUEST_CMC - Static variable in class com.netscape.cmstools.CMCEnroll
 
PR_REQUEST_CMC - Static variable in class com.netscape.cmstools.CMCRequest
 
PR_REQUEST_CMC - Static variable in class com.netscape.cmstools.CMCRevoke
 
PR_REQUEST_CRMF - Static variable in class com.netscape.cmstools.CMCRequest
 
PR_REQUEST_PKCS10 - Static variable in class com.netscape.cmstools.CMCEnroll
 
PRE_OP_MODE - Static variable in class com.netscape.cmscore.apps.CMS
 
PreCondition(boolean) - Static method in class com.netscape.cmscore.util.Assert
 
PreOpConfig - Class in com.netscape.cmscore.apps
 
PreOpConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.apps.PreOpConfig
 
PreOpConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.apps.PreOpConfig
 
PresenceExt - Class in org.dogtagpki.legacy.server.policy.extensions
Checks extension presence.
PresenceExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PrettyPrintCert - Class in com.netscape.cmstools
The PrettyPrintCert class is a utility program designed to "pretty print" a certificate.
PrettyPrintCert() - Constructor for class com.netscape.cmstools.PrettyPrintCert
 
PrettyPrintCrl - Class in com.netscape.cmstools
The PrettyPrintCrl class is a utility program designed to "pretty print" a CRL.
PrettyPrintCrl() - Constructor for class com.netscape.cmstools.PrettyPrintCrl
 
PrettyPrintFormat - Class in com.netscape.cmscore.cert
This class will display the certificate content in predefined format.
PrettyPrintFormat(String) - Constructor for class com.netscape.cmscore.cert.PrettyPrintFormat
 
PrettyPrintFormat(String, int) - Constructor for class com.netscape.cmscore.cert.PrettyPrintFormat
 
PrettyPrintFormat(String, int, int) - Constructor for class com.netscape.cmscore.cert.PrettyPrintFormat
 
PrettyPrintResources - Class in com.netscape.cmscore.cert
Resource Boundle for the Pretty Print
PrettyPrintResources() - Constructor for class com.netscape.cmscore.cert.PrettyPrintResources
 
printActivity(ActivityData, boolean) - Static method in class com.netscape.cmstools.logging.ActivityCLI
 
printAuditConfig(AuditConfig) - Static method in class com.netscape.cmstools.logging.AuditCLI
 
printAuditFile(AuditFile) - Static method in class com.netscape.cmstools.logging.AuditCLI
 
printAuthenticatorData(AuthenticatorData, boolean) - Static method in class com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
 
printAuthorityData(AuthorityData) - Static method in class com.netscape.cmstools.authority.AuthorityCLI
 
printCert(TPSCertData) - Static method in class com.netscape.cmstools.tps.cert.TPSCertCLI
 
printCert(UserCertData, boolean, boolean) - Static method in class com.netscape.cmstools.user.UserCertCLI
 
printCertData(CertData, boolean, boolean) - Static method in class com.netscape.cmstools.ca.CACertCLI
 
printCertInfo(CertDataInfo) - Static method in class com.netscape.cmstools.ca.CACertCLI
 
printCertInfo(String, Certificate) - Static method in class com.netscape.cmstools.pkcs11.PKCS11CertCLI
 
printCertInfo(X509Certificate) - Static method in class com.netscape.cmstools.pkcs7.PKCS7CertCLI
 
printCertInfo(X509Certificate) - Static method in class com.netscape.cmstools.client.ClientCLI
 
printCertInfo(PKCS12, PKCS12CertInfo) - Static method in class com.netscape.cmstools.pkcs12.PKCS12CertCLI
 
printCertRequestInfo(CertRequestInfo) - Static method in class com.netscape.cmstools.ca.CACertRequestCLI
 
printCertRequestInfos(CertRequestInfos) - Static method in class com.netscape.cmstools.ca.CACertRequestCLI
 
printCertReviewResponse(CertReviewResponse) - Static method in class com.netscape.cmstools.ca.CACertRequestCLI
 
printConfigData(ConfigData) - Static method in class com.netscape.cmstools.config.ConfigCLI
 
printConnectorData(ConnectorData, boolean) - Static method in class com.netscape.cmstools.tps.connector.ConnectorCLI
 
printConnectorInfo(TPSConnectorData) - Static method in class com.netscape.cmstools.tks.TPSConnectorCLI
 
printContent(boolean) - Method in class com.netscape.cmstools.CMCResponse
 
printEnrollmentTemplate(CertEnrollmentRequest) - Static method in class com.netscape.cmstools.profile.ProfileCLI
 
printError(String) - Static method in class com.netscape.cmstools.CMCSharedToken
 
printError(String) - Static method in class com.netscape.cmstools.CRMFPopClient
 
printExtensions(CertificateExtensions) - Static method in class com.netscape.cmscore.cert.CertUtils
 
printFeature(Feature) - Static method in class com.netscape.cmstools.feature.FeatureCLI
 
printGroup(GroupData) - Static method in class com.netscape.cmstools.group.GroupCLI
 
printGroupMember(GroupMemberData) - Static method in class com.netscape.cmstools.group.GroupMemberCLI
 
printHelp() - Method in class com.netscape.cmstools.acme.ACMEDisableCLI
 
printHelp() - Method in class com.netscape.cmstools.acme.ACMEEnableCLI
 
printHelp() - Method in class com.netscape.cmstools.acme.ACMEInfoCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityCreateCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityDisableCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityEnableCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityFindCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityKeyExportCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.authority.AuthorityShowCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertExportCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertHoldCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertReleaseHoldCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestActionCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestFindCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestProfileFindCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestProfileShowCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestReviewCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestShowCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRequestSubmitCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertRevokeCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertShowCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertSigningExportCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertSigningShowCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertStatusCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertTransportExportCLI
 
printHelp() - Method in class com.netscape.cmstools.ca.CACertTransportShowCLI
 
printHelp() - Method in class com.netscape.cmstools.cli.InfoCLI
 
printHelp() - Method in class com.netscape.cmstools.cli.MainCLI
 
printHelp() - Method in class com.netscape.cmstools.cli.ProxyCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertImportCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertRequestCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertShowCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientCertValidateCLI
 
printHelp() - Method in class com.netscape.cmstools.client.ClientInitCLI
 
printHelp() - Static method in class com.netscape.cmstools.CMCSharedToken
 
printHelp() - Method in class com.netscape.cmstools.config.ConfigExportCLI
 
printHelp() - Static method in class com.netscape.cmstools.CRMFPopClient
 
printHelp() - Method in class com.netscape.cmstools.feature.FeatureFindCLI
 
printHelp() - Method in class com.netscape.cmstools.feature.FeatureShowCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupAddCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupFindCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupMemberAddCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupMemberFindCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupMemberRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupMemberShowCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.group.GroupShowCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRACertTransportExportCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRACertTransportShowCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyArchiveCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyFindCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyGenerateCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyRecoverCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyRequestFindCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyRequestReviewCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyRequestShowCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyShowCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
printHelp() - Method in class com.netscape.cmstools.kra.KRAKeyTemplateShowCLI
 
printHelp() - Method in class com.netscape.cmstools.logging.ActivityFindCLI
 
printHelp() - Method in class com.netscape.cmstools.logging.ActivityShowCLI
 
printHelp() - Method in class com.netscape.cmstools.logging.AuditFileFindCLI
 
printHelp() - Method in class com.netscape.cmstools.logging.AuditFileRetrieveCLI
 
printHelp() - Method in class com.netscape.cmstools.logging.AuditModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.logging.AuditShowCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSCertExportCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSCertImportCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSCertIssueCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSCertRequestCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSCreateCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSKeyExportCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSKeyImportCLI
 
printHelp() - Method in class com.netscape.cmstools.nss.NSSRemoveCLI
 
printHelp() - Static method in class com.netscape.cmstools.OCSPClient
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11CertExportCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11CertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11CertRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11CertShowCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11KeyFindCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11KeyRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs11.PKCS11KeyShowCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
Deprecated.
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertExportCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertImportCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertModCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12CertRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12ExportCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12ImportCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12KeyFindCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs12.PKCS12KeyRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs7.PKCS7CertExportCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs7.PKCS7CertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.pkcs7.PKCS7ImportCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileAddCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileDisableCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileEditCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileEnableCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileFindCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.profile.ProfileShowCLI
 
printHelp() - Method in class com.netscape.cmstools.range.RangeRequestCLI
 
printHelp() - Method in class com.netscape.cmstools.selftests.SelfTestFindCLI
 
printHelp() - Method in class com.netscape.cmstools.selftests.SelfTestRunCLI
 
printHelp() - Method in class com.netscape.cmstools.selftests.SelfTestShowCLI
 
printHelp() - Method in class com.netscape.cmstools.system.KRAConnectorAddCLI
 
printHelp() - Method in class com.netscape.cmstools.system.KRAConnectorRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.system.KRAConnectorShowCLI
 
printHelp() - Method in class com.netscape.cmstools.system.SecurityDomainHostAddCLI
 
printHelp() - Method in class com.netscape.cmstools.system.SecurityDomainHostFindCLI
 
printHelp() - Method in class com.netscape.cmstools.system.SecurityDomainHostRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.system.SecurityDomainHostShowCLI
 
printHelp() - Method in class com.netscape.cmstools.system.SecurityDomainShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TKSKeyCreateCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TKSKeyExportCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TKSKeyRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TKSKeyReplaceCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TKSKeyShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TPSConnectorAddCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TPSConnectorFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TPSConnectorModCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TPSConnectorRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tks.TPSConnectorShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorAddCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.authenticator.AuthenticatorShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.cert.TPSCertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.cert.TPSCertShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.config.ConfigModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.config.ConfigShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.connector.ConnectorAddCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.connector.ConnectorFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.connector.ConnectorModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.connector.ConnectorRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.connector.ConnectorShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileAddCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingAddCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileMappingShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.profile.ProfileShowCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.token.TokenAddCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.token.TokenFindCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.token.TokenModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.token.TokenRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.tps.token.TokenShowCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserAddCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserCertAddCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserCertFindCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserCertRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserCertShowCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserFindCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserMembershipAddCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserMembershipFindCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserMembershipRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserModifyCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserRemoveCLI
 
printHelp() - Method in class com.netscape.cmstools.user.UserShowCLI
 
printHelp() - Method in class org.dogtagpki.server.cli.PKIServerCLI
 
printKeyData(Key) - Method in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
printKeyInfo(Key) - Method in class com.netscape.cmstools.kra.KRAKeyRetrieveCLI
 
printKeyInfo(KeyInfo) - Static method in class com.netscape.cmstools.kra.KRAKeyCLI
 
printKeyInfo(String, KeyData) - Static method in class com.netscape.cmstools.tks.TKSKeyCLI
 
printKeyInfo(String, Key) - Static method in class com.netscape.cmstools.pkcs11.PKCS11KeyCLI
 
printKeyInfo(PKCS12KeyInfo) - Static method in class com.netscape.cmstools.pkcs12.PKCS12KeyCLI
 
printKeyRequestInfo(KeyRequestInfo) - Static method in class com.netscape.cmstools.kra.KRAKeyCLI
 
printMessage(String) - Static method in class com.netscape.cmstools.cli.MainCLI
 
printPolicies() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
printPolicies() - Method in class org.dogtagpki.legacy.core.policy.PolicySet
 
printProfile(ProfileData, URI) - Static method in class com.netscape.cmstools.profile.ProfileCLI
 
printProfileData(ProfileData, boolean) - Static method in class com.netscape.cmstools.tps.profile.ProfileCLI
 
printProfileDataInfo(ProfileDataInfo) - Static method in class com.netscape.cmstools.profile.ProfileCLI
 
printProfileMappingData(ProfileMappingData, boolean) - Static method in class com.netscape.cmstools.tps.profile.ProfileMappingCLI
 
printProperties() - Method in class com.netscape.cmscore.base.PropConfigStore
For debugging purposes.
printRequestContent(IRequest) - Static method in class com.netscape.cmscore.cert.CertUtils
 
printSecurityDomain(DomainInfo) - Static method in class com.netscape.cmstools.system.SecurityDomainCLI
 
printSecurityDomainHost(SecurityDomainHost) - Static method in class com.netscape.cmstools.system.SecurityDomainHostCLI
 
printSelfTestData(SelfTestData) - Static method in class com.netscape.cmstools.selftests.SelfTestCLI
 
printSelfTestResult(SelfTestResult) - Static method in class com.netscape.cmstools.selftests.SelfTestRunCLI
 
printToken(TokenData) - Static method in class com.netscape.cmstools.tps.token.TokenCLI
 
printUsage() - Static method in class com.netscape.cmstools.PKCS12Export
 
printUsage() - Static method in class com.netscape.cmstools.TestCRLSigning
 
printUser(UserData) - Static method in class com.netscape.cmstools.user.UserCLI
 
printUserMembership(UserMembershipData) - Static method in class com.netscape.cmstools.user.UserMembershipCLI
 
printVersion() - Method in class com.netscape.cmstools.cli.MainCLI
 
PrivateKeyUsagePeriodExt - Class in org.dogtagpki.legacy.server.policy.extensions
PrivateKeyUsagePeriod Identifier Extension policy.
PrivateKeyUsagePeriodExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
Adds the private key usage extension to all certs.
PrivateKeyUsagePeriodExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Private Key Usage Period extension into the certificate template.
PrivateKeyUsagePeriodExtDefault() - Constructor for class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
process(ICMSRequest) - Method in class com.netscape.cms.servlet.processors.CMCProcessor
 
process(ICMSRequest) - Method in class com.netscape.cms.servlet.processors.CRMFProcessor
 
process(ICMSRequest) - Method in interface com.netscape.cms.servlet.processors.IPKIProcessor
 
process(ICMSRequest) - Method in class com.netscape.cms.servlet.processors.KeyGenProcessor
 
process(ICMSRequest) - Method in class com.netscape.cms.servlet.processors.PKCS10Processor
 
process(ICMSRequest) - Method in class com.netscape.cms.servlet.processors.PKIProcessor
 
process(CMSRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
process an HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.base.DisplayHtmlServlet
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.base.GetStats
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.base.IndexServlet
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.base.PortsServlet
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.CloneRedirect
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.DirAuthServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.DisableEnrollResult
Services the request
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.DisplayCRL
Process the HTTP request http.param crlIssuingPoint number http.param crlDisplayType entireCRL or crlHeader or base64Encoded or deltaCRL http.param pageStart which page to start displaying from http.param pageSize number of entries to show per page
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.DisplayHashUserEnroll
Services the request
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.EnableEnrollResult
Services the request
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.GetCertFromRequest
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.GetCRL
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.GetEnableStatus
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.GetInfo
XXX Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.ListCerts
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.Monitor
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.RemoteAuthConfig
Serves HTTPS request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.RenewalServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.SrchCerts
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.cert.UpdateDir
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
process(CMSRequest) - Method in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.CheckIdentity
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetConfigEntries
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetCookie
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetDomainXML
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetStatus
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetSubsystemCert
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetTransportCert
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.ImportTransportCert
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.MainPageServlet
 
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.RegisterUser
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.TokenAuthenticate
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
 
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.ConfirmRecoverBySerial
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.DisplayBySerial
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.DisplayBySerialForRecovery
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.DisplayTransport
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.ExamineRecovery
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.GetApprovalStatus
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.GetAsyncPk12
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.GetPk12
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.GrantAsyncRecovery
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.GrantRecovery
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.RecoverBySerial
Serves HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.SrchKey
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.key.SrchKeyForRecovery
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.AddCAServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.AddCRLServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.CheckCertServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.GetOCSPInfo
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.ListCAServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.OCSPServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.ocsp.RemoveCAServlet
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.request.ProcessReq
Process the HTTP request.
process(CMSRequest) - Method in class com.netscape.cms.servlet.request.QueryReq
Process the HTTP request.
process(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.BaseServlet
Processes request.
process(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.LoginServlet
 
process(HttpServletRequest, HttpServletResponse, Context) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainLogin
 
processCert(CertificateSetupRequest, KeyPair, SystemCertData) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
processCertRecords(int, int, IElementProcessor) - Method in class com.netscape.cmscore.dbs.CertRecordList
Process certificate record as soon as it is returned.
processElements(int, int, IElementProcessor) - Method in class com.netscape.cmscore.dbs.DBVirtualList
This function processes elements as soon as it arrives.
processImpl(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetCookie
 
processImplMgmt(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
Process Policy Implementation Management.
processIndividualRequest(CertReqMsg, IAuthToken, IArgBlock) - Method in class com.netscape.cms.servlet.processors.CRMFProcessor
 
processKeyPair(SystemCertData) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
Processor - Class in com.netscape.cms.servlet.processors
 
Processor(String, Locale) - Constructor for class com.netscape.cms.servlet.processors.Processor
 
processPolicyImplMgmt(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Process Policy Implementation Management.
processPolicyRuleMgmt(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
ProcessReq - Class in com.netscape.cms.servlet.request
Display Generic Request detail to the user.
ProcessReq() - Constructor for class com.netscape.cms.servlet.request.ProcessReq
Process request.
processRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.processRequest
processRequest(String, String, IPKIMessage, IAuthToken) - Method in class com.netscape.cms.servlet.connector.CloneServlet
 
processRequest(String, String, IPKIMessage, IAuthToken) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
Process request
processResponse(HttpResponse) - Method in class com.netscape.cmstools.CRMFPopClient
 
processRevokedCerts(IElementProcessor) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Builds a list of revoked certificates to put them into CRL.
processSynchronousRequest(IRequest) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Process synchronous archival and recovery requests
Profile - Class in com.netscape.cms.profile.common
This class implements a basic profile.
Profile() - Constructor for class com.netscape.cms.profile.common.Profile
 
ProfileAddCLI - Class in com.netscape.cmstools.profile
 
ProfileAddCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileAddCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileAddCLI
 
ProfileAddCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileAddCLI
 
ProfileAuthenticator - Interface in com.netscape.cms.profile
This interface represents an authenticator for profile.
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileAddCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileDisableCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileEditCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileEnableCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileFindCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileModifyCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileRemoveCLI
 
profileCLI - Variable in class com.netscape.cmstools.profile.ProfileShowCLI
 
profileCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileAddCLI
 
profileCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileFindCLI
 
profileCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileModifyCLI
 
profileCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileRemoveCLI
 
profileCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileShowCLI
 
ProfileCLI - Class in com.netscape.cmstools.profile
 
ProfileCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileCLI(CACLI) - Constructor for class com.netscape.cmstools.profile.ProfileCLI
 
ProfileCLI(TPSCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileCLI
 
profileClient - Variable in class com.netscape.cmstools.profile.ProfileCLI
 
profileClient - Variable in class com.netscape.cmstools.tps.profile.ProfileCLI
 
ProfileDisableCLI - Class in com.netscape.cmstools.profile
 
ProfileDisableCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileDisableCLI
 
ProfileEditCLI - Class in com.netscape.cmstools.profile
 
ProfileEditCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileEditCLI
 
ProfileEnableCLI - Class in com.netscape.cmstools.profile
 
ProfileEnableCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileEnableCLI
 
ProfileFindCLI - Class in com.netscape.cmstools.profile
 
ProfileFindCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileFindCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileFindCLI
 
ProfileFindCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileFindCLI
 
ProfileInput - Class in com.netscape.cms.profile.common
This interface represents a input policy which provides information on how to create the end-user enrollment page.
ProfileInput() - Constructor for class com.netscape.cms.profile.common.ProfileInput
 
ProfileInputFactory - Class in com.netscape.cms.servlet.profile
 
ProfileInputFactory() - Constructor for class com.netscape.cms.servlet.profile.ProfileInputFactory
 
ProfileMappingAddCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileMappingAddCLI(ProfileMappingCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileMappingAddCLI
 
profileMappingCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileMappingAddCLI
 
profileMappingCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileMappingFindCLI
 
profileMappingCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileMappingModifyCLI
 
profileMappingCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileMappingRemoveCLI
 
profileMappingCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileMappingShowCLI
 
ProfileMappingCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileMappingCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileMappingCLI
 
profileMappingClient - Variable in class com.netscape.cmstools.tps.profile.ProfileMappingCLI
 
ProfileMappingFindCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileMappingFindCLI(ProfileMappingCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileMappingFindCLI
 
ProfileMappingModifyCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileMappingModifyCLI(ProfileMappingCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileMappingModifyCLI
 
ProfileMappingRemoveCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileMappingRemoveCLI(ProfileMappingCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileMappingRemoveCLI
 
ProfileMappingShowCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileMappingShowCLI(ProfileMappingCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileMappingShowCLI
 
ProfileModifyCLI - Class in com.netscape.cmstools.profile
 
ProfileModifyCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileModifyCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileModifyCLI
 
ProfileModifyCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileModifyCLI
 
ProfileOutput - Class in com.netscape.cms.profile.common
This interface represents a output policy which provides information on how to build the result page for the enrollment.
ProfileOutput() - Constructor for class com.netscape.cms.profile.common.ProfileOutput
 
ProfileOutputFactory - Class in com.netscape.cms.servlet.profile
 
ProfileOutputFactory() - Constructor for class com.netscape.cms.servlet.profile.ProfileOutputFactory
 
ProfilePolicy - Class in com.netscape.cms.profile.common
This class represents a profile policy that contains a default policy and a constraint policy.
ProfilePolicy(String, PolicyDefault, PolicyConstraint) - Constructor for class com.netscape.cms.profile.common.ProfilePolicy
 
ProfileRemoveCLI - Class in com.netscape.cmstools.profile
 
ProfileRemoveCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileRemoveCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileRemoveCLI
 
ProfileRemoveCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileRemoveCLI
 
ProfileShowCLI - Class in com.netscape.cmstools.profile
 
ProfileShowCLI - Class in com.netscape.cmstools.tps.profile
 
ProfileShowCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.profile.ProfileShowCLI
 
ProfileShowCLI(ProfileCLI) - Constructor for class com.netscape.cmstools.tps.profile.ProfileShowCLI
 
ProfileSubsystem - Class in com.netscape.cmscore.profile
 
ProfileSubsystem - Class in com.netscape.cmscore.util
A class represents a internal subsystem.
ProfileSubsystem() - Constructor for class com.netscape.cmscore.profile.ProfileSubsystem
 
ProfileSubsystem() - Constructor for class com.netscape.cmscore.util.ProfileSubsystem
Constructs a certificate server.
promptForPassword() - Method in class com.netscape.cmstools.cli.MainCLI
 
promptForPassword(String) - Method in class com.netscape.cmstools.cli.MainCLI
 
PROP_ACCESS - Static variable in class com.netscape.cms.servlet.base.DynamicVariablesServlet
 
PROP_ACCESS_LOCATION - Static variable in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
PROP_ACCESS_LOCATION_TYPE - Static variable in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
PROP_ACCESS_METHOD - Static variable in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
PROP_ACL - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
PROP_ACL - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_ACL - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
PROP_AD - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
PROP_AGENT_OVERR - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
PROP_AGENT_OVERR - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
PROP_ALT_KEYID_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
PROP_ATTR - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_ATTR_NAME - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
PROP_ATTR_PATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
PROP_ATTRIBUTE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_ATTRIBUTE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
PROP_ATTRNUM - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
PROP_AUTHATTRS - Static variable in class com.netscape.cms.authentication.FlatFileAuth
 
PROP_AUTHMGR - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_AUTHMGR - Static variable in class com.netscape.cms.servlet.base.DynamicVariablesServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.base.DynamicVariablesServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.connector.CloneServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.connector.ConnectorServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
 
PROP_AUTHORITY - Static variable in class com.netscape.cms.servlet.ocsp.OCSPServlet
 
PROP_AUTHORITYID - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_AUTHTYPE - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_AUTHZ_MGR - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
PROP_AUTHZ_MGR - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_AUTHZ_MGR - Static variable in class com.netscape.cms.servlet.common.ServletUtils
 
PROP_BASE_DN - Static variable in class com.netscape.cmscore.dbs.Repository
 
PROP_BASEDN - Static variable in class com.netscape.cms.listeners.PinRemovalListener
 
PROP_BEGIN_SERIAL - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
PROP_BEGIN_TIME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
PROP_BINDDN - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_BINDDN - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
PROP_BINDDN_DEFAULT - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
PROP_BINDPW - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_BINDPW - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
PROP_BINDPW_PROMPT - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
PROP_CA_NAMES - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CA_SUB_ID - Static variable in class com.netscape.cms.selftests.ca.CAPresence
 
PROP_CA_SUB_ID - Static variable in class com.netscape.cms.selftests.ca.CAValidity
 
PROP_CACERTS - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_CACHE_TEMPLATES_ONLY - Variable in class com.netscape.cms.servlet.common.CMSFileLoader
 
PROP_CERT_BASE_DN - Static variable in class com.netscape.cmscore.dbs.CertificateRepository
 
PROP_CERT_ENABLE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_CERT_ISSUED_SUBSTORE - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_CERT_ISSUED_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CERT_REVOKED_SUBSTORE - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_CERT_REVOKED_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CERTPOLICY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
PROP_CERTS - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_CHECK_OWNER - Static variable in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
PROP_CLASS - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_CLASS - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
PROP_CLASS - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
PROP_CLASS - Static variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
PROP_CLASS - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
constant that represents the configuration parameter "class" for this component in CMS.cfg.
PROP_CLASS - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
PROP_CLASS - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CLASS_ID - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_CLEAR_SIZE - Variable in class com.netscape.cms.servlet.common.CMSFileLoader
 
PROP_CLIENTAUTH - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_CLIENTAUTH - Static variable in class com.netscape.cms.servlet.base.DynamicVariablesServlet
 
PROP_CLIENTAUTH - Static variable in class com.netscape.cms.servlet.ocsp.OCSPServlet
 
PROP_CLIENTCERTNICKNAME - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
PROP_CLONING - Static variable in class com.netscape.cms.servlet.base.DynamicVariablesServlet
 
PROP_CMS_ENGINE - Static variable in class com.netscape.cms.servlet.base.CMSStartServlet
 
PROP_CMSGATEWAY - Static variable in class com.netscape.cms.servlet.common.CMSGateway
 
PROP_COMMENT_FILE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
PROP_CONNECTOR - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_CONNECTOR - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
PROP_CONSTRAINT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_CREATE - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
PROP_CREATECA - Static variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthorityKeyIdentifierExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.IssuerAltNameExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.OCSPNoCheckExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
PROP_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
PROP_CRL_ENABLE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_CRL_PAGE_SIZE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CRL_SIGN - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_CRL_SIGNING_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CRL_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_CRLEXT_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_DATA_ENCIPHERMENT - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_DECIPHER_ONLY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_DEF_STORE_ID - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
PROP_DEF_VALIDITY - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_DEFAULT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_DEFERONFAILURE - Static variable in class com.netscape.cms.authentication.FlatFileAuth
 
PROP_DESC - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_DIGITAL_SIGNATURE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_DIRNAME - Static variable in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
PROP_DIRNAME - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_DNPATTERN - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_DNPATTERN - Static variable in class com.netscape.cms.authentication.SharedSecret
 
PROP_DNPATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapCaSimpleMap
 
PROP_DNPATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
PROP_DNPATTERN - Static variable in class com.netscape.cms.publish.mappers.LdapSimpleMap
 
PROP_EE_OVERR - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
PROP_EE_OVERR - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
PROP_EMAIL_SUBJECT - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_EMAIL_SUBJECT - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_EMAIL_TEMPLATE - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_EMAIL_TEMPLATE - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_ENABLE - Static variable in interface com.netscape.certsrv.publish.ILdapPublisher
 
PROP_ENABLE - Static variable in interface com.netscape.certsrv.publish.ILdapRule
 
PROP_ENABLE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_ENABLE - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_ENABLE - Static variable in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
PROP_ENABLE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_ENABLE_ADMIN_ENROLL - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ENABLE_BY - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_ENABLE_BY - Static variable in class com.netscape.cmscore.profile.AbstractProfileSubsystem
 
PROP_ENABLE_LDAP_PUBLISH - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ENABLE_MANUAL_VALUES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
PROP_ENABLE_OCSP - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ENABLE_PAST_CATIME - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ENABLE_PUBLISH - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ENABLE_SERIAL_MGMT - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_ENABLE_SERIAL_NUMBER_RECOVERY - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_ENABLED - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_ENABLED - Static variable in class com.netscape.cms.listeners.PinRemovalListener
 
PROP_ENABLED - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_ENABLED - Static variable in class com.netscape.cms.servlet.admin.KRAAdminServlet
 
PROP_ENABLED - Static variable in class com.netscape.cms.servlet.admin.OCSPAdminServlet
 
PROP_ENABLED - Static variable in class com.netscape.cms.servlet.admin.RAAdminServlet
 
PROP_ENABLED - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
constant that represents the configuration parameter "enabled" for this component in CMS.cfg.
PROP_ENABLED - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_ENCIPHER_ONLY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_END_SERIAL - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
PROP_END_TIME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateRenewalWindowExt
 
PROP_ENTRY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
PROP_ERROR_IF_DOWN - Static variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
PROP_ERROR_IF_DOWN - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
PROP_ERROR_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_EVAL - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
PROP_EXCEPTION_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_EXCLUDEDSUBTREES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
PROP_EXPIREDCERTS_CLASS - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_FAST_SIGNING - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_FILENAME - Static variable in class com.netscape.cms.authentication.FlatFileAuth
 
PROP_FINAL_ERROR_MSG - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_FOLLOW_REFERRALS - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_FULL_CA_OCSP_VERIFY - Static variable in class com.netscape.cms.selftests.common.SystemCertsVerification
 
PROP_GATEWAY - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_GATEWAY - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
PROP_GATEWAY - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_GENERIC_EXT_DEFAULT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_GROUP_OBJECT_CLASS - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_GROUP_USERID_NAME - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_GROUPS - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_GROUPS_BASEDN - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_GROUPS_ENABLE - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_HOST - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_HOST - Static variable in class com.netscape.cms.notification.MailNotification
 
PROP_HOST - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_HOST_DEFAULT - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_HOSTNAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_HTML_PATH - Static variable in class com.netscape.cms.servlet.base.DisplayHtmlServlet
 
PROP_HTTP - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_ID - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
PROP_ID - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_ID - Static variable in class com.netscape.cms.servlet.ocsp.OCSPServlet
 
PROP_ID - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_ID - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_IMPL - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_IMPL - Static variable in class com.netscape.cms.authorization.AAclAuthz
 
PROP_IMPL - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
PROP_IMPL - Static variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
PROP_IMPL - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
constant that represents the configuration parameter "impl" for this component in CMS.cfg.
PROP_IMPL - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
PROP_IMPL - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_IMPLNAME - Static variable in interface com.netscape.certsrv.base.IPluginImpl
 
PROP_IMPLNAME - Static variable in interface com.netscape.certsrv.publish.ILdapPublisher
 
PROP_IMPLNAME - Static variable in interface com.netscape.certsrv.publish.ILdapRule
 
PROP_INCREMENT - Static variable in class com.netscape.cmscore.dbs.CertificateRepository
 
PROP_INCREMENT - Static variable in class com.netscape.cmscore.dbs.CRLRepository
 
PROP_INDIRECT - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_INFINITE_REPLICA_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_INFINITE_REQUEST_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_INFINITE_SERIAL_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_INHIBIT_POLICY_MAPPING - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
PROP_INPUT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_INPUT_LIST - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_INPUT_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
PROP_INSTANCE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_INSTANCE - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
PROP_INSTANCE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_INSTANCE_ID - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_INSTR - Static variable in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
PROP_INSTR_CALLISSUER - Static variable in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
PROP_INSTR_NONE - Static variable in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
PROP_INSTR_REJECT - Static variable in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
PROP_INTERVAL - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
constant that represents the configuration parameter "interval" for this component in CMS.cfg.
PROP_IS_CA - Static variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
PROP_IS_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
PROP_IS_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_IS_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_IS_CRITICAL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PrivateKeyUsagePeriodExt
 
PROP_IS_RENEWAL - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_ISSUER_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_ISSUER_NAME - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ISSUER_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_ISSUING_CLASS - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_ITEM_TEMPLATE - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_JOB - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
constant that represents the configuration parameter "job" for this component in CMS.cfg.
PROP_KEY_AGREEMENT - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_KEY_CERTSIGN - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_KEY_ENCIPHERMENT - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_KEY_USAGE_EXTENSION_CHECKING - Static variable in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
PROP_KEYATTRIBUTES - Static variable in class com.netscape.cms.authentication.FlatFileAuth
 
PROP_KEYDB_INC - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_KEYID_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
PROP_KRA_SUB_ID - Static variable in class com.netscape.cms.selftests.kra.KRAPresence
 
PROP_LDAP - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_LDAP - Static variable in class com.netscape.cms.listeners.PinRemovalListener
 
PROP_LDAP - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
PROP_LDAP - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
PROP_LDAP - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_AUTH - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_BASE - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_BIND - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_BOUND_CONN - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_LDAP_BOUND_CONN - Static variable in class com.netscape.cms.authentication.SharedSecret
 
PROP_LDAP_BOUND_TAG - Static variable in class com.netscape.cms.authentication.SharedSecret
 
PROP_LDAP_CERT - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_HOST - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_MAXC - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_MINC - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_PORT - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_PUBLISH_SUBSTORE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_LDAP_PUBLISH_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_LDAP_PW - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_SSL - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAP_VER - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_LDAPAUTHINFO - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
PROP_LDAPAUTHTYPE - Static variable in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
PROP_LDAPBYTEATTRS - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_LDAPBYTEATTRS - Static variable in class com.netscape.cms.authentication.SharedSecret
 
PROP_LDAPCONNINFO - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
PROP_LDAPSTRINGATTRS - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_LDAPSTRINGATTRS - Static variable in class com.netscape.cms.authentication.SharedSecret
 
PROP_LEVEL - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_LEVEL - Static variable in class com.netscape.cmscore.util.Debug
 
PROP_LISTENER_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_LOCAL_CA - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_LOCAL_CRL - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_LOCATION - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
PROP_LOCATION_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
PROP_LOGGING - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_LOGGING - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
PROP_MAPPER - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_MASTER_CRL - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_MAX_REPLICA_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_MAX_REQUEST_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_MAX_REQUEST_SIZE - Static variable in class com.netscape.cms.servlet.ocsp.OCSPServlet
 
PROP_MAX_SERIAL_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_MAX_SIZE - Variable in class com.netscape.cms.servlet.common.CMSFileLoader
 
PROP_MAX_USERS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_MAXCONNS - Static variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
PROP_MAXCONNS - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
PROP_MAXPATHLEN - Static variable in class org.dogtagpki.legacy.server.policy.extensions.BasicConstraintsExt
 
PROP_MAXRESULTS - Static variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
PROP_MAXRESULTS - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
PROP_METHOD - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
PROP_MIN_REPLICA_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_MIN_REQUEST_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_MIN_SERIAL_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_MIN_UPDATE_INTERVAL - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
PROP_MINCONNS - Static variable in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
PROP_MINCONNS - Static variable in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
PROP_NAME - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_NAME - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_NAME - Static variable in class com.netscape.cms.profile.def.EnrollDefault
 
PROP_NAME - Static variable in class com.netscape.cms.profile.def.NoDefault
 
PROP_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
PROP_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_NAME_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
PROP_NEW_NICKNAME - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_NEW_NICKNAME - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
PROP_NEW_NICKNAME - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_NEW_NICKNAME - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
PROP_NEXT_MAX_REPLICA_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NEXT_MAX_REQUEST_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NEXT_MAX_SERIAL_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NEXT_MIN_REPLICA_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NEXT_MIN_REQUEST_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NEXT_MIN_SERIAL_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NEXT_SERIAL_NUMBER - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_NICKNAME - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
PROP_NICKNAME - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_NICKNAME - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
PROP_NO_CONSTRAINT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_NO_DEFAULT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_NON_REPUDIATION - Static variable in class org.dogtagpki.legacy.server.policy.extensions.KeyUsageExt
 
PROP_NOTIFY_SUBSTORE - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_NOTIFY_SUBSTORE - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_NOTIFY_SUBSTORE - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_NOTIFY_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_NUM_ADS - Static variable in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
PROP_NUM_ADS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.AuthInfoAccessExt
 
PROP_NUM_ATTRIBUTES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
PROP_NUM_CERTPOLICIES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificatePoliciesExt
 
PROP_NUM_EXCLUDEDSUBTREES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
PROP_NUM_IDS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
PROP_NUM_PERMITTEDSUBTREES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
PROP_NUM_POINTS - Static variable in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
PROP_NUM_POINTS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_NUM_POLICYMAPPINGS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
PROP_OBJCLASS - Static variable in class com.netscape.cms.publish.mappers.LdapEnhancedMap
 
PROP_OBJECTCLASS - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_OCSP_SIGNING_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_OCSP_SUB_ID - Static variable in class com.netscape.cms.selftests.ocsp.OCSPPresence
 
PROP_OCSP_SUB_ID - Static variable in class com.netscape.cms.selftests.ocsp.OCSPValidity
 
PROP_OID - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_OID - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_ON - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_OUTPUT - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_OUTPUT_LIST - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_PARAMS - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_PARAMS - Static variable in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
PROP_PARAMS - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
PROP_PARAMS - Static variable in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
PROP_PARAMS - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
PROP_PATTERN - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_PENDING_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_PERMITTEDSUBTREES - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NameConstraintsExt
 
PROP_PIN_ATTR - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
PROP_PINATTR - Static variable in class com.netscape.cms.listeners.PinRemovalListener
 
PROP_PLUGIN - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_PLUGIN - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
 
PROP_PLUGIN - Static variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
PROP_PLUGIN - Static variable in class com.netscape.cmscore.jobs.JobsScheduler
constant that represents the configuration parameter "pluginName" for this component in CMS.cfg.
PROP_PLUGIN - Static variable in class com.netscape.cmscore.logging.LogSubsystem
 
PROP_PLUGIN - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_POINT_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_POINT_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_POINTNAME - Static variable in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
PROP_POINTNAME - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_POINTTYPE - Static variable in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
PROP_POINTTYPE - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_POLICY - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_POLICY - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_POLICY - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
PROP_POLICY - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_POLICY_LIST - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_POLICYMAP - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyMappingsExt
 
PROP_PORT - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_PORT - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_PORT_DEFAULT - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_PORT_NUMBER - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CertificateScopeOfUseExt
 
PROP_PORT_NUMBER - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_PRE_AGENT_APPROVAL_CHECKING - Static variable in class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
PROP_PREDICATE - Static variable in interface com.netscape.certsrv.publish.ILdapPublisher
 
PROP_PREDICATE - Static variable in interface com.netscape.certsrv.publish.ILdapRule
 
PROP_PREDICATE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_PREDICATE - Static variable in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
PROP_PREDICATE - Static variable in class com.netscape.cms.servlet.admin.RegistryAdminServlet
 
PROP_PREDICATE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_PROTECTOR - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_PUB_QUEUE_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_PUBLISH_DN - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
PROP_PUBLISH_ON_START - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
PROP_PUBLISH_SUBSTORE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_PUBLISH_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_PUBLISHER - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_PURPOSE_ID - Static variable in class org.dogtagpki.legacy.server.policy.extensions.ExtendedKeyUsageExt
 
PROP_PWC_KEY_ID - Static variable in class com.netscape.cmscore.security.PWsdrCache
 
PROP_PWC_NICKNAME - Static variable in class com.netscape.cmscore.security.PWsdrCache
 
PROP_PWC_NICKNAME - Static variable in class com.netscape.cmstools.PasswordCache
 
PROP_PWC_TOKEN_NAME - Static variable in class com.netscape.cmscore.security.PWsdrCache
 
PROP_QUEUE_PUBLISH_SUBSTORE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_QUEUE_REQUESTS - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_RDNNAME - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_REALM - Static variable in class com.netscape.cmscore.authorization.AuthzSubsystem
 
PROP_REASONS - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_REASONS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.CRLDistributionPointsExt
 
PROP_RECEIVER_EMAIL - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_RECVR_EMAIL - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_REGISTER - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_REGISTRATION - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_REGISTRATION - Static variable in interface com.netscape.certsrv.tks.ITKSAuthority
 
PROP_REGISTRATION - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_REJECTED_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_REMOVE_PIN - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
PROP_REPLICA_BASEDN - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REPLICA_INCREMENT - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REPLICA_LOW_WATER_MARK - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REPLICA_RANGE_DN - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REPLICAID_DN - Static variable in class com.netscape.cmscore.dbs.ReplicaIDRepository
 
PROP_REQ_EXPLICIT_POLICY - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PolicyConstraintsExt
 
PROP_REQ_IN_Q_SUBSTORE - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_REQ_IN_Q_SUBSTORE - Static variable in interface com.netscape.certsrv.ra.IRegistrationAuthority
 
PROP_REQ_IN_Q_SUBSTORE - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_REQ_IN_Q_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_REQATTR_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
PROP_REQUEST_BASEDN - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REQUEST_INCREMENT - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REQUEST_LOW_WATER_MARK - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_REQUEST_RANGE_DN - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_RESOURCEID - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_RFC822_NAME - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_SEARCH_GROUP_USER_BY_USERDN - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_SEARCHBASE - Static variable in class com.netscape.cms.authorization.DirAclAuthz
 
PROP_SECURE - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_SECURECONN - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_SENDER_EMAIL - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_SENDER_EMAIL - Static variable in class com.netscape.cms.listeners.RequestInQListener
 
PROP_SERIAL_BASEDN - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_SERIAL_INCREMENT - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_SERIAL_LOW_WATER_MARK - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_SERIAL_RANGE_DN - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
PROP_SERVICE_LEVEL - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_SET_DEFAULT_BITS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCertTypeExt
 
PROP_SHARE - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_SharedToken_ATTR - Static variable in class com.netscape.cms.authentication.SharedSecret
 
PROP_SIGNED_AUDIT_CERT_NICKNAME - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_SIGNED_AUDIT_CERT_NICKNAME - Static variable in class com.netscape.cmscore.apps.CMSEngine
 
PROP_SIGNED_AUDIT_FILTERS - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_SIGNED_AUDIT_LOG_SIGNING - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_SIGNED_AUDIT_MANDATORY_EVENTS - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_SIGNED_AUDIT_SELECTED_EVENTS - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_SIGNING_SUBSTORE - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
PROP_SIGNING_SUBSTORE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_SMTP_SUBSTORE - Static variable in class com.netscape.cms.notification.MailNotification
 
PROP_SOURCE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_STORAGE_KEY - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_STORE - Static variable in interface com.netscape.certsrv.ocsp.IOCSPAuthority
 
PROP_STREET_ADDRESS - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_SUB_ID - Static variable in class com.netscape.cms.selftests.common.SystemCertsVerification
 
PROP_SUBSTORES - Static variable in class com.netscape.cmscore.base.PropConfigStore
 
PROP_SUBSYSTEM_ID - Static variable in class com.netscape.cms.jobs.RequestInQueueJob
 
PROP_SUCCESS_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_SUCCESS_TEMPLATE_FILLER - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_SUMMARY - Static variable in class com.netscape.cms.jobs.AJobBase
 
PROP_SVC_PENDING_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_TELEPHONE_NUMBER - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.DisplayHtmlServlet
 
PROP_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.IndexServlet
 
PROP_TOKEN - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_TRACE - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_TRANS_MAXRECORDS - Static variable in class com.netscape.cmscore.dbs.CertificateRepository
 
PROP_TRANS_PAGESIZE - Static variable in class com.netscape.cmscore.dbs.CertificateRepository
 
PROP_TRANSPORT_KEY - Static variable in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
 
PROP_TYPE - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_TYPE - Static variable in class com.netscape.cms.logging.LogFile
 
PROP_TYPE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_TYPE - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_UNAUTHORIZED_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
PROP_UPDATER_LIST - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_URINAME - Static variable in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
PROP_URINAME - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_USER_NOTICE_DISPLAY_TEXT - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
PROP_USERCERTS - Static variable in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
PROP_USERID_NAME - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
PROP_VALUE - Static variable in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
PROP_VALUE - Static variable in class org.dogtagpki.legacy.server.policy.extensions.GenericASN1Ext
 
PROP_VERSION - Static variable in class com.netscape.cms.authentication.PortalEnroll
 
PROP_VERSION - Static variable in class com.netscape.cmscore.ldapconn.LdapConnInfo
 
PROP_VERSION - Static variable in class org.dogtagpki.legacy.server.policy.extensions.PresenceExt
 
PROP_VISIBLE - Static variable in class com.netscape.cms.profile.common.Profile
 
PROP_X509CERT_VERSION - Static variable in interface org.dogtagpki.server.ca.ICertificateAuthority
 
PROP_XCERT - Static variable in interface com.netscape.certsrv.publish.IPublisherProcessor
 
PROP_XML_OUTPUT - Static variable in class com.netscape.cms.profile.common.Profile
 
PropConfigStore - Class in com.netscape.cmscore.base
A class represents a in-memory configuration store.
PropConfigStore() - Constructor for class com.netscape.cmscore.base.PropConfigStore
 
PropConfigStore(ConfigStorage) - Constructor for class com.netscape.cmscore.base.PropConfigStore
 
PropConfigStore(String) - Constructor for class com.netscape.cmscore.base.PropConfigStore
Constructs a property configuration store.
PropConfigStore(String, SimpleProperties) - Constructor for class com.netscape.cmscore.base.PropConfigStore
Constructs a configuration store.
propertyNames() - Method in class com.netscape.cmscore.base.SimpleProperties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
Provider - Class in com.netscape.cmscore.security
 
Provider() - Constructor for class com.netscape.cmscore.security.Provider
 
proxy - Variable in class com.netscape.certsrv.authority.AuthorityClient
 
ProxyCertCLI - Class in com.netscape.cmstools.cert
Deprecated.
pki cert has been deprecated. Use pki ca-cert instead.
ProxyCertCLI(CLI) - Constructor for class com.netscape.cmstools.cert.ProxyCertCLI
Deprecated.
 
ProxyCLI - Class in com.netscape.cmstools.cli
This class provides a mechanism to authenticate against the appropriate subsystem for the CLI command.
ProxyCLI(CLI, String) - Constructor for class com.netscape.cmstools.cli.ProxyCLI
 
ProxyGroupCLI - Class in com.netscape.cmstools.group
Deprecated.
pki group has been deprecated. Use pki <subsystem>-group instead.
ProxyGroupCLI(CLI) - Constructor for class com.netscape.cmstools.group.ProxyGroupCLI
Deprecated.
 
ProxyKeyCLI - Class in com.netscape.cmstools.key
Deprecated.
pki key has been deprecated. Use pki kra-key instead.
ProxyKeyCLI(CLI) - Constructor for class com.netscape.cmstools.key.ProxyKeyCLI
Deprecated.
 
ProxyServlet - Class in com.netscape.cms.servlet.base
This is a servlet that proxies request to another servlet.
ProxyServlet() - Constructor for class com.netscape.cms.servlet.base.ProxyServlet
 
ProxyUserCLI - Class in com.netscape.cmstools.user
Deprecated.
pki user has been deprecated. Use pki <subsystem>-user instead.
ProxyUserCLI(CLI) - Constructor for class com.netscape.cmstools.user.ProxyUserCLI
Deprecated.
 
PubKeyPrettyPrint - Class in com.netscape.cmscore.cert
This class will display the certificate content in predefined format.
PubKeyPrettyPrint(PublicKey) - Constructor for class com.netscape.cmscore.cert.PubKeyPrettyPrint
 
PublicKeyMapper - Class in com.netscape.cmscore.dbs
A class represents an attribute mapper that maps a public key data into LDAP attribute and vice versa.
PublicKeyMapper(String) - Constructor for class com.netscape.cmscore.dbs.PublicKeyMapper
Constructs a byte array mapper.
publish(LDAPConnection, IRequest) - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Apply publishing rules on a request.
publish(LDAPConnection, String, byte[]) - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
publish a certificatePair -should not be called from listeners.
publish(LDAPConnection, String, Object) - Method in interface com.netscape.certsrv.publish.ILdapPublisher
Publish an object.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Publishes a object to the ldap directory.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
publish a CA certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
publish a certificatePair -should not be called from listeners.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
publish a user certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
Replaces the CRL in the certificateRevocationList attribute.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
publish a user certificate Adds the cert to the multi-valued certificate attribute as a DER encoded binary blob.
publish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Publishs a object to the ldap directory.
publishCACert(X509Certificate) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Publish ca cert, UpdateDir.java, jobs, request listeners
publishCACert(X509Certificate) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
Publish ca cert, UpdateDir.java, jobs, request listeners
publishCert(X509Certificate, IRequest) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Publishs regular user certificate based on the criteria set in the request.
publishCert(X509Certificate, IRequest) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
Publishs regular user certificate based on the criteria set in the request.
publishCRL(String, X509CRL) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
publishes a crl by mapping the issuer name in the crl to an entry and publishing it there.
publishCRL(String, X509CRL) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
publishes a crl by mapping the issuer name in the crl to an entry and publishing it there.
publishCRL(X509CRLImpl, String) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
publishes a crl by mapping the issuer name in the crl to an entry and publishing it there.
publishCRL(X509CRLImpl, String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
publishes a crl by mapping the issuer name in the crl to an entry and publishing it there.
publishCRLNow() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Publishes the CRL immediately for MasterCRL issuing point if it exists.
PublisherPlugin - Class in com.netscape.certsrv.publish
This class represents a registered publisher plugin.
PublisherPlugin(String, String) - Constructor for class com.netscape.certsrv.publish.PublisherPlugin
Constructs a PublisherPlugin based on name and classpath.
PublisherProcessor - Class in com.netscape.cmscore.ldap
 
PublisherProcessor(String) - Constructor for class com.netscape.cmscore.ldap.PublisherProcessor
 
PublisherProxy - Class in com.netscape.certsrv.publish
Class representing a proxy for a ILdapPublisher.
PublisherProxy(boolean, ILdapPublisher) - Constructor for class com.netscape.certsrv.publish.PublisherProxy
Constructs a PublisherProxy based on a ILdapPublisher object and enabled boolean.
PublisherUtils - Class in com.netscape.cms.publish.publishers
Publisher utility class.
PublisherUtils() - Constructor for class com.netscape.cms.publish.publishers.PublisherUtils
 
PublishObject - Class in com.netscape.cmscore.ldap
The object to publish or unpublish: a certificate or a CRL
PublishObject() - Constructor for class com.netscape.cmscore.ldap.PublishObject
 
publishXCertPair(byte[]) - Method in interface com.netscape.certsrv.publish.IXcertPublisherProcessor
Publish crossCertificatePair.
publishXCertPair(byte[]) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
Publish crossCertificatePair
purgeExcessFiles() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
purgeExpiredFiles() - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
put(String, Object) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
put(String, String) - Method in interface com.netscape.certsrv.base.IConfigStore
Retrieves a property.
put(String, String) - Method in class com.netscape.cmscore.base.PropConfigStore
Puts a property into the configuration file.
put(String, V) - Method in class com.netscape.cmscore.request.ExtDataHashtable
 
putBigInteger(String, BigInteger) - Method in interface com.netscape.certsrv.base.IConfigStore
Sets a property and its value as an integer.
putBigInteger(String, BigInteger) - Method in class com.netscape.cmscore.base.PropConfigStore
Puts a big integer value.
putBoolean(String, boolean) - Method in interface com.netscape.certsrv.base.IConfigStore
Stores the given property and its value as a boolean.
putBoolean(String, boolean) - Method in class com.netscape.cmscore.base.PropConfigStore
Puts boolean value into the configuration store.
putByteArray(String, byte[]) - Method in interface com.netscape.certsrv.base.IConfigStore
Stores the given property and value as a byte array.
putByteArray(String, byte[]) - Method in class com.netscape.cmscore.base.PropConfigStore
Puts byte array into this configuration store.
putInteger(String, int) - Method in interface com.netscape.certsrv.base.IConfigStore
Sets a property and its value as an integer.
putInteger(String, int) - Method in class com.netscape.cmscore.base.PropConfigStore
Puts an integer value.
putPassword(String, String) - Method in interface com.netscape.cmsutil.password.IPasswordStore
 
putPassword(String, String) - Method in interface com.netscape.cmsutil.password.IPasswordWriter
 
putPassword(String, String) - Method in class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
putPassword(String, String) - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
putPassword(String, String) - Method in class com.netscape.cmsutil.password.PlainPasswordWriter
 
putPasswordCache(String, String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
putString(String, String) - Method in interface com.netscape.certsrv.base.IConfigStore
Stores a property and its value as a string.
putString(String, String) - Method in class com.netscape.cmscore.base.PropConfigStore
Puts property value into this configuration store.
putUserPWPair(String) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
 
PW_TAG_INTERNAL_LDAP_DB - Static variable in class com.netscape.cmstools.PasswordCache
 
PWCBsdr - Class in com.netscape.cmscore.security
 
PWCBsdr() - Constructor for class com.netscape.cmscore.security.PWCBsdr
 
PWCBsdr(String) - Constructor for class com.netscape.cmscore.security.PWCBsdr
 
PWsdrCache - Class in com.netscape.cmscore.security
 
PWsdrCache() - Constructor for class com.netscape.cmscore.security.PWsdrCache
 
PWsdrCache(String) - Constructor for class com.netscape.cmscore.security.PWsdrCache
 
PWsdrCache(String, String, byte[], boolean) - Constructor for class com.netscape.cmscore.security.PWsdrCache
 
PWUtil - Class in com.netscape.cmscore.security
 
PWUtil() - Constructor for class com.netscape.cmscore.security.PWUtil
 

Q

queryRecords() - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
QueryReq - Class in com.netscape.cms.servlet.request
Show paged list of requests matching search criteria
QueryReq() - Constructor for class com.netscape.cms.servlet.request.QueryReq
Constructor
queue - Variable in class com.netscape.cms.servlet.request.CMSRequestDAO
 

R

RA_AGENT_GROUP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
RAAdminServlet - Class in com.netscape.cms.servlet.admin
A class representings an administration servlet for Registration Authority.
RAAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.RAAdminServlet
Constructs RA servlet.
RandomizedValidityDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a server-side configurable validity into the certificate template.
RandomizedValidityDefault() - Constructor for class com.netscape.cms.profile.def.RandomizedValidityDefault
 
RANGE - Static variable in class com.netscape.cmscore.jobs.CronItem
 
rangeCLI - Variable in class com.netscape.cmstools.range.RangeRequestCLI
 
RangeCLI - Class in com.netscape.cmstools.range
 
RangeCLI(SubsystemCLI) - Constructor for class com.netscape.cmstools.range.RangeCLI
 
RangeRequestCLI - Class in com.netscape.cmstools.range
 
RangeRequestCLI(RangeCLI) - Constructor for class com.netscape.cmstools.range.RangeRequestCLI
 
RASigningCert - Class in com.netscape.cmscore.security
RA signing certificate
RASigningCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.RASigningCert
 
RASigningCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.RASigningCert
 
RawJS - Class in com.netscape.cms.servlet.common
This represents raw JS parameters.
RawJS(String) - Constructor for class com.netscape.cms.servlet.common.RawJS
 
read(String) - Method in class com.netscape.cmscore.dbs.DBSSession
Reads an object from the database.
read(String, String[]) - Method in class com.netscape.cmscore.dbs.DBSSession
Reads an object from the database, and only populates the selected attributes.
readCertificateRecord(BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Reads certificate from repository.
readCertRecord(String, String, String) - Method in class com.netscape.cms.ocsp.DefStore
 
readCRLIssuingPoint(String) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method attempts to read the CRL issuing point.
readCRLIssuingPoint(String) - Method in class com.netscape.cms.ocsp.DefStore
Returns an issuing point.
readCRLIssuingPoint(String) - Method in class com.netscape.cms.ocsp.LDAPStore
 
readCRLIssuingPointRecord(String) - Method in class com.netscape.cmscore.dbs.CRLRepository
Reads issuing point record.
readEntry(int, int, LogSource, String) - Method in class com.netscape.cms.logging.LogFile
Read all entries whose logLevel>=lowLevel && log source = source to at most maxLine entries(from end) If the parameter is -1, it's ignored and return all entries
readFile(File, String[]) - Method in class com.netscape.cms.authentication.FlatFileAuth
Read a file with the following format:
readFromFile(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
readHeaders(BufferedReader) - Method in class com.netscape.cmsutil.http.HttpMessage
read http headers.
readKeyRecord(String) - Method in class com.netscape.cmscore.dbs.KeyRepository
Recovers archived key using b64 encoded cert
readKeyRecord(BigInteger) - Method in class com.netscape.cmscore.dbs.KeyRepository
Recovers an archived key by serial number.
readKeyRecord(PublicKey) - Method in class com.netscape.cmscore.dbs.KeyRepository
Recovers archived key using public key.
readKeyRecord(X500Name) - Method in class com.netscape.cmscore.dbs.KeyRepository
Recovers an archived key by owner name.
readPasswordFromStream() - Static method in class com.netscape.cmscore.security.PWUtil
 
readProfileFromFile(String) - Static method in class com.netscape.cmstools.profile.ProfileCLI
 
readPWcache() - Method in class com.netscape.cmscore.security.PWsdrCache
 
readRawProfileFromFile(String) - Static method in class com.netscape.cmstools.profile.ProfileCLI
Reads a raw profile from the specified file.
readRawProfileFromFile(Path) - Static method in class com.netscape.cmstools.profile.ProfileCLI
Reads a raw profile from the specified file.
readRequest(RequestId) - Method in class com.netscape.cmscore.request.ARequestQueue
Read a request from the persistant store.
readRequest(RequestId) - Method in class com.netscape.cmscore.request.RequestQueue
 
readServerResponse() - Method in class netscape.net.TransferProtocolClient
Pulls the response from the server and returns the code as a number.
ready - Variable in class com.netscape.certsrv.authority.AuthorityData
Whether the CA is ready to perform signing operations.
REASON_CODE - Static variable in class com.netscape.cms.authentication.CMCAuth
 
rebuildConfigStore(Locale) - Method in class com.netscape.cmscore.registry.PluginRegistry
 
rebuildIndexes(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
rebuildVLVIndexes(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
records - Variable in class com.netscape.cmscore.dbs.Database
 
recordType - Variable in class com.netscape.cmscore.dbs.LDAPDatabase
 
recover() - Method in class com.netscape.cmscore.request.ARequestQueue
New non-blocking recover method.
RecoverBySerial - Class in com.netscape.cms.servlet.key
A class representing a recoverBySerial servlet.
RecoverBySerial() - Constructor for class com.netscape.cms.servlet.key.RecoverBySerial
Constructs EA servlet.
recoverPublishingQueue(String) - Method in class com.netscape.cmscore.request.ARequestNotifier
Recovers publishing queue.
recoverSecret() - Method in interface com.netscape.certsrv.kra.IJoinShares
Deprecated.
 
recoverSecret() - Method in class com.netscape.cms.shares.OldJoinShares
Deprecated.
 
recoverWillBlock() - Method in class com.netscape.cmscore.request.ARequestQueue
recover from a crash.
RECOVERY_ID - Static variable in class com.netscape.certsrv.base.SessionContext
Recovery ID of a recovery operation in KRA in the current thread.
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.EnrollDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
refreshConfigAndValueNames() - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
regist(AuthToken, String) - Method in class com.netscape.cms.authentication.PortalEnroll
adds a user to the directory.
register(LogCategory, LogFactory) - Static method in class com.netscape.cms.logging.Logger
Registers log factory.
register(Class<E>) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
register(String, Class<?>, ObjectIdentifier) - Static method in class com.netscape.certsrv.base.MetaAttributeDef
Registers new MetaAttribute defintion Attribute is defined by name, Java class for attribute values and optional object identifier
registerAttribute(String, IDBAttrMapper) - Method in class com.netscape.cmscore.dbs.DBRegistry
Registers attribute mapper.
registerDynamicMapper(IDBDynAttrMapper) - Method in class com.netscape.cmscore.dbs.DBRegistry
 
registerEvaluator(String, IAccessEvaluator) - Method in class com.netscape.cms.authorization.AAclAuthz
Registers new handler for the given attribute type in the expressions.
registerEvaluator(String, IAccessEvaluator) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
registerEvaluator(String, IAccessEvaluator) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Register new evaluator
registerListener(IRequestListener) - Method in class com.netscape.cmscore.request.ARequestNotifier
Registers a request listener.
registerListener(String, IRequestListener) - Method in class com.netscape.cmscore.request.ARequestNotifier
Registers a request listener.
registerObjectClass(String, String[]) - Method in class com.netscape.cmscore.dbs.DBRegistry
Registers object class.
registerPendingListener(IRequestListener) - Method in interface com.netscape.certsrv.authority.IAuthority
Registers pending request class.
registerPendingListener(IRequestListener) - Method in interface com.netscape.certsrv.authority.ICertAuthority
Register a pending listener
registerProcess(ICMSRequest, Servlet) - Method in class com.netscape.cmscore.apps.CommandQueue
 
registerRequestListener(IRequestListener) - Method in interface com.netscape.certsrv.authority.IAuthority
Registers request completed class.
registerRequestListener(IRequestListener) - Method in interface com.netscape.certsrv.authority.ICertAuthority
Register a request listener
registerRequestListener(IRequestListener) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Registers a request listener.
registerRequestListener(String, IRequestListener) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Registers a request listener.
registerSelfTestAtStartup(String, boolean, ISelfTest) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Register an individual self test on the instances list AND on the "startup" list (note that the specified self test will be appended to the end of each list).
registerSelfTestOnDemand(String, boolean, ISelfTest) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Register an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be appended to the end of each list).
registerUser(FinalizeConfigRequest, URI, URI, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
RegisterUser - Class in com.netscape.cms.servlet.csadmin
This servlet creates a TPS user in the CA, and it associates TPS's server certificate to the user.
RegisterUser() - Constructor for class com.netscape.cms.servlet.csadmin.RegisterUser
 
registry - Variable in class com.netscape.cms.profile.common.Profile
 
RegistryAdminServlet - Class in com.netscape.cms.servlet.admin
This implements the administration servlet for registry subsystem.
RegistryAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.RegistryAdminServlet
Constructs administration servlet.
reinit(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
REJECTED_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
rejectedCertStatuses - Variable in class com.netscape.cmstools.cli.MainCLI
 
rejectRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.rejectRequest
rejectRequest(RequestId, IAuthToken) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
relationship - Variable in class com.netscape.certsrv.base.Link
 
release(ILogEvent) - Method in class com.netscape.cms.logging.LogFactory
Releases an log event.
release(ILogEvent) - Method in class com.netscape.cms.logging.Logger
Notifies logger to reuse the event.
release(Object) - Method in class com.netscape.cmscore.dbs.DBSSession
Releases object to this interface.
releaseContext() - Static method in class com.netscape.certsrv.base.SessionContext
Releases the current session context.
releaseRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
Implements IRequestQueue.releaseRequest
REMOTE_AUTHORITY - Static variable in class com.netscape.cms.servlet.common.GenSvcPendingTemplateFiller
 
RemoteAuthConfig - Class in com.netscape.cms.servlet.cert
Allow agent to turn on/off authentication managers
RemoteAuthConfig() - Constructor for class com.netscape.cms.servlet.cert.RemoteAuthConfig
Constructs RemoteAuthConfig servlet.
RemoteAuthority - Class in com.netscape.cmscore.connector
 
RemoteAuthority() - Constructor for class com.netscape.cmscore.connector.RemoteAuthority
 
RemoteAuthority(String, int, String, int) - Constructor for class com.netscape.cmscore.connector.RemoteAuthority
host parameter can be: "directory.knowledge.com" "199.254.1.2" "directory.knowledge.com:1050 people.catalog.com 199.254.1.2"
RemoteAuthority(String, int, Hashtable<String, String>, int) - Constructor for class com.netscape.cmscore.connector.RemoteAuthority
 
RemoteAuthority(String, int, Hashtable<String, String>, int, String) - Constructor for class com.netscape.cmscore.connector.RemoteAuthority
 
remove(Object) - Method in class com.netscape.cmscore.request.ExtDataHashtable
 
remove(String) - Method in interface com.netscape.certsrv.base.IConfigStore
 
remove(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Removes a property from the configuration file.
removeAllObjects() - Method in class com.netscape.cmscore.dbs.CRLRepository
Removes all objects with this repository.
removeAllObjects() - Method in class com.netscape.cmscore.dbs.KeyRepository
Removes all objects with this repository.
removeAllObjects() - Method in class com.netscape.cmscore.request.RequestQueue
Removes all objects with this repository.
removeAttribute(String) - Method in class com.netscape.certsrv.base.ResourceMessage
 
removeAutoRecovery(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Removes a particular auto recovery operation.
RemoveBasicConstraintsExt - Class in org.dogtagpki.legacy.server.policy.extensions
Remove Basic Constraints policy.
RemoveBasicConstraintsExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.RemoveBasicConstraintsExt
 
RemoveCAServlet - Class in com.netscape.cms.servlet.ocsp
Configure the CA to no longer respond to OCSP requests for a CA
RemoveCAServlet() - Constructor for class com.netscape.cms.servlet.ocsp.RemoveCAServlet
 
removeCertRecords(BigInteger, BigInteger) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Removes all objects with this repository.
removeCertSubjectDN(IUser) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
removeEldestEntry(Map.Entry<Object, Long>) - Method in class com.netscape.certsrv.base.Nonces
Override removeEldestEntry() to remove eldest entry if the size exceeds the limit.
removeEntry(E) - Method in class com.netscape.certsrv.base.DataCollection
 
removeEntry(String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
removeEntry(String) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
removeEntry(String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
removeEntry(String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
removeGroup(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Removes a group.
removeGroup(String) - Method in class org.dogtagpki.server.rest.GroupService
removes a group
removeGroupMember(GroupMemberData) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
removeGroupMember(String, String) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
removeGroupMember(String, String) - Method in class org.dogtagpki.server.rest.GroupService
 
removeHost(String) - Method in class org.dogtagpki.server.rest.SecurityDomainHostService
 
removeHost(String, String, String) - Method in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
removeLink(Link) - Method in class com.netscape.certsrv.base.DataCollection
 
removeListener(IRequestListener) - Method in class com.netscape.cmscore.request.ARequestNotifier
Removes listener from the list of registered listeners.
removeListener(String) - Method in class com.netscape.cmscore.request.ARequestNotifier
Removes listener from the list of registered listeners.
removeLogEventListener(ILogEventListener) - Method in class com.netscape.cms.logging.LogQueue
Removes an event listener.
removeModule(String) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
removeNotifierThread(Thread) - Method in class com.netscape.cmscore.request.ARequestNotifier
Removes a notifier thread from the pool of publishing queue threads.
removeOldDBUsers(String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
removePassword(String) - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
Remove password from private password data structure.
removePluginInfo(String, String) - Method in class com.netscape.cmscore.registry.PluginRegistry
 
removeProperty(String) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
removeRecord(String) - Method in class com.netscape.cmscore.dbs.Database
 
removeRecord(String) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
removeRecordStatus(String) - Method in class com.netscape.cmscore.dbs.CSCfgDatabase
 
removeRequestListener(IRequestListener) - Method in interface com.netscape.certsrv.authority.ICertAuthority
Remove a request listener
removeRule(String) - Method in interface com.netscape.certsrv.publish.IPublishRuleSet
Removes a publishing rule identified by the given name.
removeRule(String) - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Removes a policy rule identified by the given name.
removeSubStore(String) - Method in interface com.netscape.certsrv.base.IConfigStore
Removes sub-store with the given name.
removeSubStore(String) - Method in class com.netscape.cmscore.base.PropConfigStore
Removes a sub store.
removeUser(String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Removes identity.
removeUser(String) - Method in class org.dogtagpki.server.rest.UserService
removes a user.
removeUserCert(IUser) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Removes a user certificate for a user entry given a user certificate DN (actually, a combination of version, serialNumber, issuerDN, and SubjectDN), and it gets removed
removeUserCert(String, UserCertData) - Method in class org.dogtagpki.server.rest.UserService
 
removeUserCert(String, String) - Method in class org.dogtagpki.server.rest.UserService
Removes a certificate for a user
removeUserFromGroup(IGroup, String) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
removeUserMembership(String, String) - Method in class org.dogtagpki.server.rest.UserService
 
renderException(CMSRequest, EBaseException) - Method in class com.netscape.cms.servlet.base.CMSServlet
Output exception (unexpected error) template This is different from other templates in that if an exception occurs while rendering the exception a message is printed out directly.
renderFinalError(CMSRequest, Exception) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
renderOutput(OutputStream, CMSTemplateParams) - Method in class com.netscape.cms.servlet.common.CMSTemplate
Write a javascript representation of 'input' surrounded by SCRIPT tags to the outputstream
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
Output a template.
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.base.PortsServlet
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.CheckIdentity
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetConfigEntries
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetDomainXML
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetStatus
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetSubsystemCert
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.GetTransportCert
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.ImportTransportCert
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.RegisterUser
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.TokenAuthenticate
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
 
renderResult(CMSRequest) - Method in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.GetDomainXML
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.GetTransportCert
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.ImportTransportCert
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.RegisterUser
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
 
renderTemplate(CMSRequest, String, ICMSTemplateFiller) - Method in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
 
renderTemplate(String, HttpServletRequest, HttpServletResponse, ServletConfig, CMSFileLoader) - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
RENEWAL_SUCCESS_TEMPLATE - Static variable in class com.netscape.cms.servlet.cert.RenewalServlet
 
RenewalConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
Whether to allow renewal of an expired cert.
RenewalConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.RenewalConstraints
 
RenewalServlet - Class in com.netscape.cms.servlet.cert
Certificate Renewal
RenewalServlet() - Constructor for class com.netscape.cms.servlet.cert.RenewalServlet
 
RenewalValidityConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
RenewalValidityConstraints is a default rule for Certificate Renewal.
RenewalValidityConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.RenewalValidityConstraints
 
renewAuthority(HttpServletRequest) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Renew certificate of CA.
renewCA(String) - Method in interface com.netscape.certsrv.authority.AuthorityResource
 
RenewGracePeriodConstraint - Class in com.netscape.cms.profile.constraint
This class supports renewal grace period, which has two parameters: graceBefore and graceAfter
RenewGracePeriodConstraint() - Constructor for class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
replaceEvents(String) - Method in class com.netscape.cms.logging.LogFile
replace the selected events list
replaceExtension(String, Extension, X509CertInfo) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
replaceRule(String, IPolicyRule) - Method in class org.dogtagpki.legacy.core.policy.PolicySet
Remplaces a policy rule identified by the given name.
replaceUser(String, UserData) - Method in class org.dogtagpki.server.rest.UserService
Replaces an existing user in local scope.
REPLICA_ID - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
ReplicaIDRepository - Class in com.netscape.cmscore.dbs
A class represents a replica repository.
ReplicaIDRepository(DBSubsystem, int, String) - Constructor for class com.netscape.cmscore.dbs.ReplicaIDRepository
Constructs a certificate repository.
Repository - Class in com.netscape.cmscore.dbs
A class represents a generic repository.
Repository(DBSubsystem, int, String) - Constructor for class com.netscape.cmscore.dbs.Repository
Constructs a repository.
RepositoryRecord - Class in com.netscape.cmscore.dbs
A class represents a repository record.
RepositoryRecord() - Constructor for class com.netscape.cmscore.dbs.RepositoryRecord
Constructs a repository record.
RepositorySchema - Class in com.netscape.cmscore.dbs
A class represents a collection of repository-specific schema information.
RepositorySchema() - Constructor for class com.netscape.cmscore.dbs.RepositorySchema
 
REQ_TYPE_CMC - Static variable in class com.netscape.cms.profile.common.EnrollProfile
 
REQ_TYPE_CRMF - Static variable in class com.netscape.cms.profile.common.EnrollProfile
 
REQ_TYPE_KEYGEN - Static variable in class com.netscape.cms.profile.common.EnrollProfile
 
REQ_TYPE_PKCS10 - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Possible values for CTX_CERT_REQUEST_TYPE attribute.
ReqCertEmailResolver - Class in com.netscape.cmscore.notification
An email resolver that first checks the request email, if none, then follows by checking the subjectDN of the certificate
ReqCertEmailResolver() - Constructor for class com.netscape.cmscore.notification.ReqCertEmailResolver
 
reqFormat(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
reqId - Variable in class com.netscape.cmscore.connector.HttpPKIMessage
 
ReqParser - Class in com.netscape.cms.servlet.request
A class representing a request parser.
ReqParser() - Constructor for class com.netscape.cms.servlet.request.ReqParser
Constructs a request parser.
reqRealm - Variable in class com.netscape.cmscore.connector.HttpPKIMessage
 
reqStatus - Variable in class com.netscape.cmscore.connector.HttpPKIMessage
 
reqType - Variable in class com.netscape.cmscore.connector.HttpPKIMessage
 
request - Variable in class com.netscape.cms.servlet.base.PKIService
 
Request - Class in com.netscape.cmsutil.ocsp
RFC 2560:
Request(CertID, SEQUENCE) - Constructor for class com.netscape.cmsutil.ocsp.Request
 
REQUEST_AUTHORITY_ID - Static variable in class com.netscape.cms.profile.common.EnrollProfile
ID of requested certificate authority (absense implies host authority)
REQUEST_CERTINFO - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the certificate template that will be signed and then become a certificate.
REQUEST_EXTENSIONS - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the End-User Supplied Extensions.
REQUEST_ID - Static variable in class com.netscape.certsrv.base.MetaInfo
 
REQUEST_ID - Static variable in class com.netscape.cms.servlet.cert.GetCertFromRequest
 
REQUEST_ID - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
REQUEST_ISSUED_CERT - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the issued certificate.
REQUEST_ISSUED_P12 - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the issued P12 from server-side keygen.
REQUEST_LOCALE - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the End-User Locale.
REQUEST_SEQ_NUM - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the sequence number.
REQUEST_SIGNING_ALGORITHM - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the End-User Supplied Signing Algorithm.
REQUEST_STATUS - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
REQUEST_USER_DATA - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Arbitrary user-supplied data.
REQUEST_VALIDITY - Static variable in class com.netscape.cms.profile.common.EnrollProfile
Name of request attribute that stores the End-User Supplied Validity.
REQUEST_VERSION - Static variable in class com.netscape.cmscore.request.ARequestQueue
global request version for tracking request changes.
Request.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding Request.
RequestAttrsMapper - Class in com.netscape.cmscore.request
Deprecated. 
RequestAttrsMapper() - Constructor for class com.netscape.cmscore.request.RequestAttrsMapper
Deprecated.
 
REQUESTER_ID - Static variable in class com.netscape.certsrv.base.SessionContext
ID of the processing request in the current thread.
RequestIdMapper - Class in com.netscape.cmscore.request
A mapper between an request id object and its LDAP attribute representation
RequestIdMapper() - Constructor for class com.netscape.cmscore.request.RequestIdMapper
 
requestIn(IRequest) - Method in class com.netscape.cms.request.RequestScheduler
Request entered the request queue processing.
RequestInQListener - Class in com.netscape.cms.listeners
a listener for every request gets into the request queue.
RequestInQListener() - Constructor for class com.netscape.cms.listeners.RequestInQListener
Constructor
RequestInQueueJob - Class in com.netscape.cms.jobs
A job for the Jobs Scheduler.
RequestInQueueJob() - Constructor for class com.netscape.cms.jobs.RequestInQueueJob
 
requestOut(IRequest) - Method in class com.netscape.cms.request.RequestScheduler
Request exited the request queue processing.
RequestQueue - Class in com.netscape.cmscore.request
 
RequestQueue(DBSubsystem, String, int, IPolicy, IService, INotify, INotify) - Constructor for class com.netscape.cmscore.request.RequestQueue
 
RequestRecord - Class in com.netscape.cmscore.request
 
RequestRecord() - Constructor for class com.netscape.cmscore.request.RequestRecord
 
REQUESTS - Static variable in class com.netscape.cmscore.dbs.DBSubsystem
 
RequestScheduler - Class in com.netscape.cms.request
This class represents a request scheduler that prioritizes the threads based on the request processing order.
RequestScheduler() - Constructor for class com.netscape.cms.request.RequestScheduler
 
RequestStateMapper - Class in com.netscape.cmscore.request
A mapper between an request state object and its LDAP attribute representation
RequestStateMapper() - Constructor for class com.netscape.cmscore.request.RequestStateMapper
 
requestSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
RequestSubsystem - Class in com.netscape.cmscore.request
RequestSubsystem
RequestSubsystem() - Constructor for class com.netscape.cmscore.request.RequestSubsystem
 
RequestTransfer - Class in com.netscape.cmscore.connector
 
RequestTransfer() - Constructor for class com.netscape.cmscore.connector.RequestTransfer
 
requiresApproval() - Method in class com.netscape.cmscore.dbs.CSCfgDatabase
 
Resender - Class in com.netscape.cmscore.connector
Resend requests at intervals to the server to check if it's been completed.
Resender(IAuthority, String, String, IRemoteAuthority) - Constructor for class com.netscape.cmscore.connector.Resender
 
Resender(IAuthority, String, String, IRemoteAuthority, int) - Constructor for class com.netscape.cmscore.connector.Resender
 
reset() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
resets this factory - if no connections outstanding, disconnections all connections and resets everything to 0 as if no connections were ever made.
reset() - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
reset() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
used for disconnecting all connections and reset everything to 0 as if connections were never made.
reset() - Method in class com.netscape.cmsutil.http.HttpMessage
 
reset() - Method in class com.netscape.cmsutil.http.HttpRequest
 
reset() - Method in class com.netscape.cmsutil.http.HttpResponse
 
resetCounters() - Method in class com.netscape.cmscore.util.StatsSubsystem
 
resetSerialNumber(BigInteger) - Method in class com.netscape.cmscore.dbs.Repository
Resets serial number.
resetSerialNumber(BigInteger) - Method in class com.netscape.cmscore.request.RequestQueue
Resets serial number.
resolveFormat(List<MediaType>) - Static method in class com.netscape.cms.servlet.base.PKIService
 
resolveFormat(MediaType) - Static method in class com.netscape.cms.servlet.base.PKIService
 
resourceACLs - Variable in class com.netscape.cms.authorization.ACL
 
ResourceMessage - Class in com.netscape.certsrv.base
 
ResourceMessage() - Constructor for class com.netscape.certsrv.base.ResourceMessage
 
ResourceMessage(MultivaluedMap<String, String>) - Constructor for class com.netscape.certsrv.base.ResourceMessage
 
ResourceMessage.Attribute - Class in com.netscape.certsrv.base
 
ResourceMessage.AttributeList - Class in com.netscape.certsrv.base
 
ResourceMessage.MapAdapter - Class in com.netscape.certsrv.base
 
ResourceNotFoundException - Exception in com.netscape.certsrv.base
 
ResourceNotFoundException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception com.netscape.certsrv.base.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.ResourceNotFoundException
 
ResponderID - Interface in com.netscape.cmsutil.ocsp
RFC 2560:
Response - Interface in com.netscape.cmsutil.ocsp
RFC 2560:
RESPONSE_ERROR_STRING - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
RESPONSE_STATUS - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
RESPONSE_STATUS_NOT_FOUND - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
RESPONSE_STATUS_XML - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
ResponseBytes - Class in com.netscape.cmsutil.ocsp
RFC 2560:
ResponseBytes(OBJECT_IDENTIFIER, OCTET_STRING) - Constructor for class com.netscape.cmsutil.ocsp.ResponseBytes
 
ResponseBytes.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
ResponseData - Class in com.netscape.cmsutil.ocsp
RFC 2560:
ResponseData(ResponderID, GeneralizedTime, SingleResponse[]) - Constructor for class com.netscape.cmsutil.ocsp.ResponseData
 
ResponseData(ResponderID, GeneralizedTime, SingleResponse[], Extension[]) - Constructor for class com.netscape.cmsutil.ocsp.ResponseData
 
ResponseData(INTEGER, ResponderID, GeneralizedTime, SingleResponse[], Extension[]) - Constructor for class com.netscape.cmsutil.ocsp.ResponseData
 
ResponseData.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
RESTART - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
RESTART_SIG - Static variable in class com.netscape.cmscore.util.UtilResources
 
RESTServlet - Class in com.netscape.cms.servlet.base
 
RESTServlet() - Constructor for class com.netscape.cms.servlet.base.RESTServlet
 
Result() - Constructor for class com.netscape.cmstools.AuditVerify.Result
 
retrieveLogContent(Hashtable<String, String>) - Method in class com.netscape.cms.logging.LogFile
Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".
retrieveLogList(Hashtable<String, String>) - Method in class com.netscape.cms.logging.LogFile
Retrieve log file list.
retrieveLogList(Hashtable<String, String>) - Method in class com.netscape.cms.logging.RollingLogFile
Retrieve log file list.
retrieveModificationsTask - Variable in class com.netscape.cmscore.dbs.CertificateRepository
 
returnConn(IHttpConnection) - Method in class com.netscape.cmscore.connector.HttpConnFactory
Return connection to the factory.
returnConn(LDAPConnection) - Method in class com.netscape.cms.authorization.DirAclAuthz
 
returnConn(LDAPConnection) - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
returnConn(LDAPConnection) - Method in class com.netscape.cmscore.ldap.LdapConnModule
 
returnConn(LDAPConnection) - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
Returns a connection to the factory for recycling.
returnConn(LDAPConnection) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
Teturn connection to the factory.
returnConn(LDAPConnection) - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
 
REVOCATION_CHECK_CHALLENGE_REQUEST - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
RevocationConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
Whether to allow revocation of an expired cert.
RevocationConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.RevocationConstraints
 
RevocationInfo - Class in com.netscape.cmscore.dbs
A class represents a certificate revocation info.
RevocationInfo() - Constructor for class com.netscape.cmscore.dbs.RevocationInfo
Constructs revocation info.
RevocationInfo(Date, CRLExtensions) - Constructor for class com.netscape.cmscore.dbs.RevocationInfo
Constructs revocation info used by revocation request implementation.
RevocationInfoMapper - Class in com.netscape.cmscore.dbs
A class represents a mapper to serialize revocation information into database.
RevocationInfoMapper() - Constructor for class com.netscape.cmscore.dbs.RevocationInfoMapper
Constructs revocation information mapper.
REVOKE_REASON - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
revokeCert(RevokedCertImpl) - Method in interface org.dogtagpki.server.ca.ICAService
Marks certificate record as revoked by adding revocation information.
revokeCert(RevokedCertImpl, String) - Method in interface org.dogtagpki.server.ca.ICAService
Marks certificate record as revoked by adding revocation information.
REVOKED - Static variable in class com.netscape.cmscore.authentication.VerifiedCert
 
RevokedInfo - Class in com.netscape.cmsutil.ocsp
RFC 2560:
RevokedInfo(GeneralizedTime) - Constructor for class com.netscape.cmsutil.ocsp.RevokedInfo
 
RevokedInfo.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
rights - Variable in class com.netscape.cms.authorization.ACL
 
rights() - Method in class com.netscape.cms.authorization.ACL
Returns rights entries.
rl_init(int, String, String) - Method in class com.netscape.cms.logging.RollingLogFile
Convenience routine to initialized the RollingLogFile specific attributes.
RollingLogFile - Class in com.netscape.cms.logging
A rotating log file for Certificate log events.
RollingLogFile() - Constructor for class com.netscape.cms.logging.RollingLogFile
Construct a RollingLogFile
rotate() - Method in class com.netscape.cms.logging.RollingLogFile
Rotate the log file to a backup file with timestamp
roundTimeToSecond(long) - Method in class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
convert a millisecond resolution time into one with 1 second resolution.
RSA_ENCRYPTION - Static variable in class com.netscape.cmsutil.crypto.CryptoUtil
 
RSA_ENCRYPTION - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
RSA_INTERNAL_ADMIN_CERT_PROFILE - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
RSAKeyConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
RSAKeyConstraints policy enforces min and max size of the key.
RSAKeyConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.RSAKeyConstraints
 
RulePlugin - Class in com.netscape.certsrv.publish
This class represents a registered Publishing Rule plugin.
RulePlugin(String, String) - Constructor for class com.netscape.certsrv.publish.RulePlugin
Constructs a RulePlugin based on name and classpath.
run() - Method in class com.netscape.cms.jobs.AJobBase
 
run() - Method in class com.netscape.cms.jobs.RequestInQueueJob
summarize the queue status and mail it
run() - Method in class com.netscape.cmscore.apps.CommandQueue
Overrides Thread.run(), calls batchPublish().
run() - Method in class com.netscape.cmscore.connector.Resender
 
run() - Method in class com.netscape.cmscore.jobs.JobsScheduler
when wake up: .
run() - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
 
run() - Method in class com.netscape.cmscore.session.SessionTimer
 
run() - Method in class com.netscape.cmscore.util.ProfileSubsystem
 
run() - Method in class com.netscape.cmsutil.http.ConnectAsync
 
runImpl() - Method in class com.netscape.cmscore.session.SessionTimer
 
RUNNING_MODE - Static variable in class com.netscape.cmscore.apps.CMS
 
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.ASelfTest
Execute an individual self test.
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.ca.CAPresence
Execute an individual self test.
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.ca.CAValidity
Execute an individual self test.
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Execute an individual self test.
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.kra.KRAPresence
Execute an individual self test.
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Execute an individual self test.
runSelfTest(ILogEventListener) - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Execute an individual self test.
runSelfTest(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
 
runSelfTest(String) - Method in class org.dogtagpki.server.rest.SelfTestService
 
runSelfTests() - Method in class org.dogtagpki.server.rest.SelfTestService
 
runSelfTestsAtStartup() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Execute all self tests specified to be run at server startup.
runSelfTestsOnDemand() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Execute all self tests specified to be run on demand.

S

SALT - Static variable in class com.netscape.cms.authentication.HashAuthentication
 
sameSubjectDN(String, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
SANToCNDefault - Class in com.netscape.cms.profile.def
This plug-in replaces the subject DN with CN= using the first DNS name in the SAN extension.
SANToCNDefault() - Constructor for class com.netscape.cms.profile.def.SANToCNDefault
 
save(OutputStream, String) - Method in class com.netscape.cmscore.base.SimpleProperties
Deprecated.
This method does not throw an IOException if an I/O error occurs while saving the property list. As of JDK 1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.
saveAuthToken(IAuthToken, IRequest) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
saveEnrollmentTemplateToFile(String, CertEnrollmentRequest) - Static method in class com.netscape.cmstools.profile.ProfileCLI
 
saveHttpHeaders(HttpServletRequest, IRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
save http headers in a IRequest.
saveHttpParams(IArgBlock, IRequest) - Method in class com.netscape.cms.servlet.base.CMSServlet
save http headers in a IRequest.
saveProfileToFile(String, ProfileData) - Static method in class com.netscape.cmstools.profile.ProfileCLI
 
SC_CRL_COUNT - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
SC_IS_DELTA_CRL - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
SC_ISSUING_POINT_ID - Static variable in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
SCHEME - Static variable in interface com.netscape.cms.servlet.common.ICMSTemplateFiller
 
search(String, String) - Method in class com.netscape.cmscore.dbs.DBSSession
Searchs for a list of objects that match the filter.
search(String, String, int) - Method in class com.netscape.cmscore.dbs.DBSSession
 
search(String, String, int, int) - Method in class com.netscape.cmscore.dbs.DBSSession
 
search(String, String, int, int, String) - Method in class com.netscape.cmscore.dbs.DBSSession
 
search(String, String, int, String) - Method in class com.netscape.cmscore.dbs.DBSSession
 
search(String, String, String[]) - Method in class com.netscape.cmscore.dbs.DBSSession
Retrieves a list of object that satifies the given filter.
searchAllCRLIssuingPointRecord(int) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method searches all CRL issuing points.
searchAllCRLIssuingPointRecord(int) - Method in class com.netscape.cms.ocsp.DefStore
 
searchAllCRLIssuingPointRecord(int) - Method in class com.netscape.cms.ocsp.LDAPStore
 
searchCertificates(String, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
searchCertificates(String, int, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
searchCertificates(String, int, int, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
searchCertificates(String, int, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
searchCertRecord(String, String, String) - Method in class com.netscape.cms.ocsp.DefStore
 
searchCRLIssuingPointRecord(String, int) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method searches all CRL issuing points constrained by the specified filtering mechanism.
searchCRLIssuingPointRecord(String, int) - Method in class com.netscape.cms.ocsp.DefStore
 
searchCRLIssuingPointRecord(String, int) - Method in class com.netscape.cms.ocsp.LDAPStore
 
SearchFilter() - Constructor for class com.netscape.cms.publish.mappers.LdapDNCompsMap.SearchFilter
 
searchKeys(String, int) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
searchKeys(String, int, int) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
searchRepository(String, String) - Method in class com.netscape.cms.ocsp.DefStore
 
securePort - Variable in class com.netscape.cmscore.apps.CMSEngine
 
securityDomainCLI - Variable in class com.netscape.cmstools.system.SecurityDomainShowCLI
 
SecurityDomainCLI - Class in com.netscape.cmstools.system
 
SecurityDomainCLI(MainCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainCLI
 
securityDomainClient - Variable in class com.netscape.cmstools.system.SecurityDomainCLI
 
SecurityDomainHostAddCLI - Class in com.netscape.cmstools.system
 
SecurityDomainHostAddCLI(SecurityDomainHostCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainHostAddCLI
 
securityDomainHostCLI - Variable in class com.netscape.cmstools.system.SecurityDomainHostAddCLI
 
securityDomainHostCLI - Variable in class com.netscape.cmstools.system.SecurityDomainHostFindCLI
 
securityDomainHostCLI - Variable in class com.netscape.cmstools.system.SecurityDomainHostRemoveCLI
 
securityDomainHostCLI - Variable in class com.netscape.cmstools.system.SecurityDomainHostShowCLI
 
SecurityDomainHostCLI - Class in com.netscape.cmstools.system
 
SecurityDomainHostCLI(SecurityDomainCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainHostCLI
 
SecurityDomainHostFindCLI - Class in com.netscape.cmstools.system
 
SecurityDomainHostFindCLI(SecurityDomainHostCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainHostFindCLI
 
SecurityDomainHostRemoveCLI - Class in com.netscape.cmstools.system
 
SecurityDomainHostRemoveCLI(SecurityDomainHostCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainHostRemoveCLI
 
SecurityDomainHostService - Class in org.dogtagpki.server.rest
 
SecurityDomainHostService() - Constructor for class org.dogtagpki.server.rest.SecurityDomainHostService
 
SecurityDomainHostShowCLI - Class in com.netscape.cmstools.system
 
SecurityDomainHostShowCLI(SecurityDomainHostCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainHostShowCLI
 
SecurityDomainLogin - Class in com.netscape.cms.servlet.csadmin
 
SecurityDomainLogin() - Constructor for class com.netscape.cms.servlet.csadmin.SecurityDomainLogin
 
SecurityDomainProcessor - Class in com.netscape.cms.servlet.csadmin
 
SecurityDomainProcessor(Locale) - Constructor for class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
SecurityDomainService - Class in org.dogtagpki.server.rest
 
SecurityDomainService() - Constructor for class org.dogtagpki.server.rest.SecurityDomainService
 
SecurityDomainSessionTable - Class in com.netscape.cmscore.session
This object stores the values for IP, uid and group based on the cookie id.
SecurityDomainSessionTable(long) - Constructor for class com.netscape.cmscore.session.SecurityDomainSessionTable
 
SecurityDomainShowCLI - Class in com.netscape.cmstools.system
 
SecurityDomainShowCLI(SecurityDomainCLI) - Constructor for class com.netscape.cmstools.system.SecurityDomainShowCLI
 
securityDomainXMLtoLDAP(String) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
 
selectedEvents - Variable in class com.netscape.cms.logging.LogFile
The selected log event types
selectEvent(String) - Method in class com.netscape.cms.logging.LogFile
add the event to the selected events list
selfTestCLI - Variable in class com.netscape.cmstools.selftests.SelfTestFindCLI
 
selfTestCLI - Variable in class com.netscape.cmstools.selftests.SelfTestRunCLI
 
selfTestCLI - Variable in class com.netscape.cmstools.selftests.SelfTestShowCLI
 
SelfTestCLI - Class in com.netscape.cmstools.selftests
 
SelfTestCLI(CLI) - Constructor for class com.netscape.cmstools.selftests.SelfTestCLI
 
selfTestClient - Variable in class com.netscape.cmstools.selftests.SelfTestCLI
 
SelfTestFindCLI - Class in com.netscape.cmstools.selftests
 
SelfTestFindCLI(SelfTestCLI) - Constructor for class com.netscape.cmstools.selftests.SelfTestFindCLI
 
SelfTestOrderedInstance - Class in com.netscape.cmscore.selftests
This class implements a single element in an ordered list of self test instances.
SelfTestOrderedInstance(String) - Constructor for class com.netscape.cmscore.selftests.SelfTestOrderedInstance
Constructs a single element within an ordered list of self tests.
SelfTestRunCLI - Class in com.netscape.cmstools.selftests
 
SelfTestRunCLI(SelfTestCLI) - Constructor for class com.netscape.cmstools.selftests.SelfTestRunCLI
 
SelfTestService - Class in org.dogtagpki.server.rest
 
SelfTestService() - Constructor for class org.dogtagpki.server.rest.SelfTestService
 
SelfTestShowCLI - Class in com.netscape.cmstools.selftests
 
SelfTestShowCLI(SelfTestCLI) - Constructor for class com.netscape.cmstools.selftests.SelfTestShowCLI
 
SelfTestSubsystem - Class in com.netscape.cmscore.selftests
This class implements a container for self tests.
SelfTestSubsystem() - Constructor for class com.netscape.cmscore.selftests.SelfTestSubsystem
 
send(IPKIMessage) - Method in class com.netscape.cmscore.connector.HttpConnection
sends a request to remote RA/CA, returning the result.
send(IRequest) - Method in class com.netscape.cmscore.connector.HttpConnector
 
send(IRequest) - Method in class com.netscape.cmscore.connector.LocalConnector
send request to local authority.
send(HttpRequest) - Method in class com.netscape.cmsutil.http.HttpClient
Sends a request to http server.
send(String) - Method in class com.netscape.cmscore.connector.HttpConnection
sends a request to a remote authority, returning the result.
send(String, String) - Method in class com.netscape.cmscore.connector.HttpConnector
 
send(String, String) - Method in class com.netscape.cmscore.connector.LocalConnector
 
send(String, String, String, String, String, String, String, String, int) - Method in class com.netscape.cmstools.HttpClient
 
sendConditionalGetResponse(int, Object, Request) - Method in class com.netscape.cms.servlet.base.PKIService
 
sendNotification() - Method in class com.netscape.cms.notification.MailNotification
send one message to one or more addressees
sendResponse(int, String, NameValuePairs, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Sends response.
sendServer(String) - Method in class netscape.net.TransferProtocolClient
Sends command cmd to the server.
SENTINEL_MD5 - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
SENTINEL_NONE - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
SENTINEL_SHA - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
SENTINEL_SHA256 - Static variable in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
SEP - Static variable in class com.netscape.cmscore.dbs.MetaInfoMapper
 
SEQUENCE_COUNTER - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
serial - Variable in class com.netscape.certsrv.authority.AuthorityData
 
SERIAL_NO - Static variable in class com.netscape.cms.servlet.cert.RenewalServlet
 
SERIAL_NUM - Static variable in class com.netscape.cms.profile.input.SerialNumRenewInput
 
SERIALNO - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
SERIALNOARRAY - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
SERIALNOS - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
SERIALNUMBER - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
SERIALNUMBER - Static variable in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
serialNumberUpdateTask - Variable in class com.netscape.cmscore.dbs.CertificateRepository
 
SerialNumRenewInput - Class in com.netscape.cms.profile.input
This class implements the serial number input for renewal
SerialNumRenewInput() - Constructor for class com.netscape.cms.profile.input.SerialNumRenewInput
 
SERVER_SIDE_KEYGEN - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
serverInput - Variable in class netscape.net.NetworkClient
Buffered stream for reading replies from server.
serverIsOpen() - Method in class netscape.net.NetworkClient
Return server connection status
ServerKeygenInput - Class in com.netscape.cms.profile.input
This class implements input for the Server-Side Keygen Enrollment
ServerKeygenInput() - Constructor for class com.netscape.cms.profile.input.ServerKeygenInput
 
serverOutput - Variable in class netscape.net.NetworkClient
Stream for printing to the server.
serverResponse - Variable in class netscape.net.TransferProtocolClient
Array of strings (usually 1 entry) for the last reply from the server.
serverSocket - Variable in class netscape.net.NetworkClient
Socket for communicating with server.
serverXml - Variable in class com.netscape.cms.servlet.csadmin.Configurator
 
serverXml - Variable in class com.netscape.cmscore.apps.CMSEngine
 
ServerXml - Class in com.netscape.cmscore.apps
 
ServerXml() - Constructor for class com.netscape.cmscore.apps.ServerXml
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.ACLAdminServlet
Process the HTTP request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.AuthAdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.CMSAdminServlet
Serves HTTP request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.JobsAdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.KRAAdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.LogAdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.OCSPAdminServlet
Serves HTTP request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.PolicyAdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RAAdminServlet
Serves HTTP request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.RegistryAdminServlet
Serves HTTP admin request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.UsrGrpAdminServlet
Serves incoming User/Group management request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.base.CMSServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.base.DynamicVariablesServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.base.ProxyServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.base.RESTServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.base.SystemInfoServlet
service the request, returning HTML to the client.
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.connector.CloneServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.connector.ConnectorServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.connector.GenerateKeyPairServlet
XXX remember tocheck peer SSL cert and get RA id later Serves HTTP admin request.
serviceProfileRequest(IRequest) - Method in interface com.netscape.certsrv.ra.IRAService
Services profile request.
serviceProfileRequest(IRequest) - Method in interface org.dogtagpki.server.ca.ICAService
Services profile request.
serviceRequest(IRequest) - Method in interface com.netscape.certsrv.ra.IRAService
Services request.
ServiceUnavailableException - Exception in com.netscape.certsrv.base
 
ServiceUnavailableException(String) - Constructor for exception com.netscape.certsrv.base.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.ServiceUnavailableException
 
servletConfig - Variable in class com.netscape.cms.servlet.base.CMSServlet
 
servletContext - Variable in class com.netscape.cms.servlet.base.PKIService
 
servletRequest - Variable in class com.netscape.cms.servlet.base.PKIService
 
ServletUtils - Class in com.netscape.cms.servlet.common
Utility class
ServletUtils() - Constructor for class com.netscape.cms.servlet.common.ServletUtils
 
SessionAuthentication - Class in com.netscape.cms.authentication
Pull any existing auth token from the session context.
SessionAuthentication() - Constructor for class com.netscape.cms.authentication.SessionAuthentication
 
SessionContext - Class in com.netscape.certsrv.base
This class specifies the context object that includes authentication environment and connection information.
SessionContext() - Constructor for class com.netscape.certsrv.base.SessionContext
Constructs a session context.
SessionContextInterceptor - Class in org.dogtagpki.server.rest
 
SessionContextInterceptor() - Constructor for class org.dogtagpki.server.rest.SessionContextInterceptor
 
sessionExists(String) - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
sessionExists(String) - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
sessionExists(String) - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
SessionTimer - Class in com.netscape.cmscore.session
 
SessionTimer(ISecurityDomainSessionTable) - Constructor for class com.netscape.cmscore.session.SessionTimer
 
set(String) - Method in class com.netscape.cmscore.jobs.CronItem
parses and sets a string cron item
set(String, byte[]) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, byte[][]) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, Certificates) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, Integer) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, Object) - Method in interface com.netscape.certsrv.base.IArgBlock
Sets argument into this block.
set(String, Object) - Method in interface com.netscape.certsrv.base.IAttrSet
Sets an attribute value within this AttrSet.
set(String, Object) - Method in class com.netscape.certsrv.base.MetaInfo
Sets an attribute value.
set(String, Object) - Method in class com.netscape.cms.servlet.admin.AuthCredentials
sets a credential with credential name and the credential
set(String, Object) - Method in class com.netscape.cms.servlet.common.AuthCredentials
sets a credential with credential name and the credential
set(String, Object) - Method in class com.netscape.cmscore.base.ArgBlock
Sets argument into this block.
set(String, Object) - Method in class com.netscape.cmscore.dbs.CertRecord
Sets attribute to this record.
set(String, Object) - Method in class com.netscape.cmscore.dbs.CRLIssuingPointRecord
 
set(String, Object) - Method in class com.netscape.cmscore.dbs.DBRecord
 
set(String, Object) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets an attribute.
set(String, Object) - Method in class com.netscape.cmscore.dbs.RepositoryRecord
Sets attribute.
set(String, Object) - Method in class com.netscape.cmscore.notification.EmailResolverKeys
sets a key with key name and the key
set(String, Object) - Method in class com.netscape.cmscore.request.RequestRecord
 
set(String, Object) - Method in class com.netscape.cmscore.usrgrp.Group
 
set(String, Object) - Method in class com.netscape.cmscore.usrgrp.User
 
set(String, Object) - Method in class org.dogtagpki.server.authorization.AuthzToken
Used by an Authorization manager to set an attribute and value in the AuthzToken.
set(String, String) - Method in class com.netscape.cms.listeners.PinRemovalListener
 
set(String, String) - Method in class com.netscape.cms.listeners.RequestInQListener
sets the configurable parameters
set(String, String) - Method in class com.netscape.cmscore.connector.LocalConnector.LocalConnListener
 
set(String, String) - Method in class com.netscape.cmscore.ldap.LdapRequestListener
 
set(String, String) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, String[]) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, BigInteger[]) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, Date) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, CertificateExtensions) - Method in class org.dogtagpki.server.authentication.AuthToken
 
set(String, X509CertImpl) - Method in class org.dogtagpki.server.authentication.AuthToken
 
setAA_old(SET) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setAADigest(byte[]) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setAgentName(String, String) - Method in class com.netscape.cms.authentication.HashAuthData
 
setAgentName(String, String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
setArgBlock(IArgBlock) - Method in class com.netscape.cms.servlet.admin.AuthCredentials
 
setArgBlock(IArgBlock) - Method in class com.netscape.cms.servlet.common.AuthCredentials
 
setAttribute(String, String) - Method in class com.netscape.certsrv.base.ResourceMessage
 
setAttributes(Map<String, String>) - Method in class com.netscape.certsrv.base.ResourceMessage
 
setAuthenticationConfig(AuthenticationConfig) - Method in class com.netscape.cms.authentication.CMCAuth
 
setAuthenticationConfig(AuthenticationConfig) - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
 
setAuthenticationConfig(AuthenticationConfig) - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
setAuthenticationConfig(AuthenticationConfig) - Method in class com.netscape.cmscore.authentication.NullAuthentication
 
setAuthenticationConfig(AuthenticationConfig) - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
 
setAuthenticationConfig(AuthenticationConfig) - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
 
setAuthenticatorId(String) - Method in class com.netscape.cms.profile.common.Profile
Sets the instance id of the authenticator for this profile.
setAuthInfoAccess(KeyPair, CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setAuthorityKeyIdentifier(KeyPair, CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setAuthorityKeyIdExt(CertificateExtensions, CertificateExtensions) - Method in class com.netscape.cmscore.security.CertificateInfo
 
setAuthTokenByteValue(String, LDAPEntry, AuthToken) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
 
setAuthTokenStringValue(String, LDAPEntry, AuthToken) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
 
setAuthTokenValues(LDAPEntry, AuthToken) - Method in class com.netscape.cms.authentication.DirBasedAuthentication
Copy values from the LDAPEntry into the AuthToken.
setAuthzAcl(String) - Method in class com.netscape.cms.profile.common.Profile
 
setAutoRecoveryState(Credential[], boolean) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Enables the auto recovery state.
setBaseDN(String) - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
setBasicConstraintMaxLen(int) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Sets the maximium path length in the basic constraint extension.
setBasicConstraintsExtension(CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setBegin(int) - Method in class com.netscape.cmscore.jobs.CronRange
sets the lower boundary value of the range
setBeginReplicaNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setBeginRequestNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setBeginSerialNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setCancelCurFutureThisUpdateValue(boolean) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
 
setCert(byte[]) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setCert(X509CertImpl) - Method in class com.netscape.cmscore.ldap.PublishObject
 
setCertAttr(String) - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
setCertDN(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Set certificate DN
setCertDN(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setCertpp(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setCerts(X509CertImpl[]) - Method in class com.netscape.cmscore.ldap.PublishObject
 
setCertStatusUpdateInterval(IRepository, int, boolean) - Method in class com.netscape.cmscore.dbs.CertificateRepository
interval value: (in seconds) 0 - disable >0 - enable
setCipherPreferences(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
setClassName(String) - Method in class com.netscape.certsrv.base.ResourceMessage
 
setClientCiphers(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
setCMSEngine(CMSEngine) - Static method in class com.netscape.cmscore.apps.CMS
 
setCode(int) - Method in exception com.netscape.certsrv.base.PKIException
 
setConfig(IConfigStore, HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.AdminServlet
Generic configuration store set operation.
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.ExtensionConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.NoConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.NoDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
setConfig(String, String) - Method in class com.netscape.cms.profile.input.EnrollInput
 
setConfig(String, String) - Method in class com.netscape.cms.profile.output.EnrollOutput
 
setConfig(String, String) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
setConfigParameters(NameValuePairs) - Method in interface com.netscape.certsrv.ocsp.IOCSPStore
This method stores the configuration parameters specified by the passed-in Name Value pairs object.
setConfigParameters(NameValuePairs) - Method in class com.netscape.cms.ocsp.DefStore
 
setConfigParameters(NameValuePairs) - Method in class com.netscape.cms.ocsp.LDAPStore
 
setConfigParams(String, NameValuePairs, IConfigStore) - Method in interface org.dogtagpki.server.ca.ICMSCRLExtensions
Updates configuration store for extension identified by id with data delivered in name value pairs.
setConfigStore(EngineConfig) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setConsistencyCheck(boolean) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
setContent(String) - Method in class com.netscape.cms.notification.MailNotification
sets the content of the email
setContent(String) - Method in class com.netscape.cmsutil.http.HttpMessage
 
setContentType(String) - Method in class com.netscape.cms.notification.MailNotification
sets the "Content-Type" field
setContext(SessionContext) - Static method in class com.netscape.certsrv.base.SessionContext
Sets the current context.
setCreationTime(IRequest, Date) - Method in class com.netscape.cmscore.request.ARequestQueue
protected access for setting the creation time of a request.
setCRL(X509CRLImpl) - Method in class com.netscape.cmscore.ldap.PublishObject
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSAuthInfoAccessExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSCertificateIssuerExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSCRLNumberExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSCRLReasonExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSDeltaCRLIndicatorExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSFreshestCRLExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSHoldInstructionExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSInvalidityDateExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSIssuerAlternativeNameExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in class com.netscape.cms.crl.CMSIssuingDistributionPointExtension
 
setCRLExtensionCriticality(Extension, boolean) - Method in interface org.dogtagpki.server.ca.ICMSCRLExtension
Sets extension criticality and returns extension with new criticality.
setCSState(int) - Method in class com.netscape.cmscore.apps.CMSEngine
 
setCustomCurvename(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setCustomFutureThisUpdateValue(Date) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Set Optional Future thsUpdateValue to go into the CRL
setCustomKeysize(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setDatabase(String) - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
setDatabaseDirectory(String) - Method in class com.netscape.cmstools.PKCS12Export
 
setDatabasePasswordFilename(String) - Method in class com.netscape.cmstools.PKCS12Export
 
setDateOfRevocation(Date[]) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets the date of revocation.
setDBUser(String) - Method in class com.netscape.cmscore.ldapconn.LDAPConfig
 
setDefaultAlgorithm(String) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method sets the supplied algorithm as the default signing algorithm.
setDefaultAlgorithm(String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Sets the default signing algorithm of this certificate authority.
setDefaultCertInfo(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
Set Default X509CertInfo in the request.
setDefaultSSLCiphers() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.base.CMSServlet
set default templates.
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.DownloadPKCS12
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetDomainXML
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.GetTransportCert
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.ImportTransportCert
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.RegisterUser
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.UpdateDomainXML
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.UpdateNumberRange
 
setDefaultTemplates(ServletConfig) - Method in class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
 
setDefNumGenNames(int) - Method in class org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
 
setDERExtension(CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
ASN.1 structure: 0 30 142: SEQUENCE { 3 30 69: SEQUENCE { 5 06 3: OBJECT IDENTIFIER issuerAltName (2 5 29 18) 10 04 62: OCTET STRING : 30 3C 82 01 61 82 01 61 A4 10 30 0E 31 0C 30 0A : 06 03 55 04 03 13 03 64 73 61 87 04 01 01 01 01 : 86 01 61 81 14 74 68 6F 6D 61 73 6B 40 6E 65 74 : 73 63 61 70 65 2E 63 6F 6D 88 03 29 01 01 : } 74 30 69: SEQUENCE { 76 06 3: OBJECT IDENTIFIER subjectAltName (2 5 29 17) 81 04 62: OCTET STRING : 30 3C 82 01 61 82 01 61 A4 10 30 0E 31 0C 30 0A : 06 03 55 04 03 13 03 64 73 61 87 04 01 01 01 01 : 86 01 61 81 14 74 68 6F 6D 61 73 6B 40 6E 65 74 : 73 63 61 70 65 2E 63 6F 6D 88 03 29 01 01 : } : } Uses the following to test with configuration wizard: MIGOMEUGA1UdEQQ+MDyCAWGCAWGkEDAOMQwwCgYDVQQDEwNkc2GHBAEBAQGGAWGB FHRob21hc2tAbmV0c2NhcGUuY29tiAMpAQEwRQYDVR0SBD4wPIIBYYIBYaQQMA4x DDAKBgNVBAMTA2RzYYcEAQEBAYYBYYEUdGhvbWFza0BuZXRzY2FwZS5jb22IAykB AQ==
setDescription(String) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
setDescription(String) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Sets internal description of this CRL issuing point.
setDescription(Locale, String) - Method in class com.netscape.cms.profile.common.Profile
Returns the profile description.
setEmail(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user email address.
setEmail(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setEnable(boolean) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setEnableAdminEnroll(boolean) - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
setEnabled(boolean) - Method in class com.netscape.cmscore.apps.SubsystemConfig
 
setEnabled(boolean) - Method in class com.netscape.cmscore.apps.SubsystemInfo
 
setEnableRandomSerialNumbers(boolean, boolean, boolean) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
setEnableSerialManagement(boolean) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setEnableSerialMgmt(boolean) - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
setEnableSerialMgmt(boolean) - Method in class com.netscape.cmscore.dbs.Repository
Sets whether serial number management is enabled for certs and requests.
setEnableSerialNumberRecovery(boolean) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setEnd(int) - Method in class com.netscape.cmscore.jobs.CronRange
sets the higher boundary value of the range
setEndReplicaNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setEndRequestNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setEndSerialNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setEntries(Collection<E>) - Method in class com.netscape.certsrv.base.DataCollection
 
setError(EBaseException) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setError(IRequest, String, Object[]) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
 
setError(IRequest, String, String) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
 
setError(IRequest, String, String, String) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
 
setError(String) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setErrorDescription(String) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setExpirationTime(String) - Method in class com.netscape.cms.logging.RollingLogFile
Set the file expiration time
setExtData(String, String) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setExtendedKeyUsageExtension(CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setFailInfo(String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setFailure(String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setFixed(IArgBlock) - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
setFlushInterval(int) - Method in class com.netscape.cms.logging.LogFile
Set the flush interval
setFound(boolean) - Method in class com.netscape.cmsutil.crypto.Module
 
setFrom(String) - Method in class com.netscape.cms.notification.MailNotification
sets the "From" field
setFullName(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user full name.
setFullName(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setHeader(IArgBlock) - Method in class com.netscape.cms.servlet.common.CMSTemplateParams
 
setHeader(String, String) - Method in class com.netscape.cmsutil.http.HttpMessage
Set a header field.
setHostname(String) - Method in class com.netscape.cmscore.apps.EngineConfig
 
setHref(String) - Method in class com.netscape.certsrv.base.Link
 
setHttpParams(IArgBlock) - Method in class com.netscape.cms.servlet.common.CMSRequest
set the HTTP parameters
setHttpReq(HttpServletRequest) - Method in class com.netscape.cms.servlet.common.CMSRequest
set the HTTP Request object associated with this session
setHttpResp(HttpServletResponse) - Method in class com.netscape.cms.servlet.common.CMSRequest
set the HTTP Response object which is used to create the HTTP response which is sent back to the user
setId(String) - Method in class com.netscape.certsrv.base.BaseSubsystem
Sets the identifier of this subsystem.
setId(String) - Method in interface com.netscape.certsrv.base.ISubsystem
Sets specific to this subsystem.
setId(String) - Method in class com.netscape.cms.jobs.AJobBase
set instance id.
setId(String) - Method in class com.netscape.cms.ocsp.DefStore
 
setId(String) - Method in class com.netscape.cms.ocsp.LDAPStore
 
setId(String) - Method in class com.netscape.cms.profile.common.Profile
Sets id of this profile.
setId(String) - Method in class com.netscape.cmscore.authentication.AuthSubsystem
Sets id string to this subsystem.
setId(String) - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
Sets id string to this subsystem.
setId(String) - Method in class com.netscape.cmscore.cert.OidLoaderSubsystem
 
setId(String) - Method in class com.netscape.cmscore.cert.X500NameSubsystem
 
setId(String) - Method in class com.netscape.cmscore.dbs.DBRegistry
Sets subsystem identifier.
setId(String) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Sets subsystem identifier.
setId(String) - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
sets subsystem ID
setId(String) - Method in class com.netscape.cmscore.jobs.JobsScheduler
Sets id string to this subsystem.
setId(String) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
setId(String) - Method in class com.netscape.cmscore.logging.LogSubsystem
 
setId(String) - Method in class com.netscape.cmscore.profile.AbstractProfileSubsystem
Sets specific to this subsystem.
setId(String) - Method in class com.netscape.cmscore.request.RequestSubsystem
 
setId(String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
setId(String) - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
This method sets information specific to this subsystem.
setId(String) - Method in class com.netscape.cmscore.util.ProfileSubsystem
 
setId(String) - Method in class com.netscape.cmscore.util.StatsSubsystem
 
setId(String) - Method in interface com.netscape.cmsutil.password.IPasswordStore
 
setId(String) - Method in class com.netscape.cmsutil.password.NuxwdogPasswordStore
 
setId(String) - Method in class com.netscape.cmsutil.password.PlainPasswordFile
 
setId(String) - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
setID(String) - Method in class com.netscape.cmscore.apps.SubsystemInfo
 
setID(String) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
setIndex(int) - Method in class com.netscape.cmscore.ldap.PublishObject
 
setInput(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.common.Profile
 
setInstance(DBSubsystem) - Static method in class com.netscape.cmscore.dbs.DBSubsystem
This method is used for unit tests.
setInstanceDir(String) - Method in class com.netscape.cmscore.apps.EngineConfig
 
setInstanceID(String) - Method in class com.netscape.cmscore.apps.EngineConfig
 
setInstanceName(String) - Method in interface com.netscape.certsrv.publish.ILdapRule
Sets the instance name.
setInstanceName(String) - Method in class com.netscape.cmscore.ldap.LdapRule
Set the instance name
setInstanceName(String) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Sets the instance name for a policy rule.
setInterval(int) - Method in class com.netscape.cmscore.jobs.JobsScheduler
Sets daemon's wakeup interval.
setIRequest(IRequest) - Method in class com.netscape.cms.servlet.common.CMSRequest
set the Request aobject associated with this session
setIRequestStatus() - Method in class com.netscape.cms.servlet.common.CMSRequest
set default CMS status according to IRequest status.
setIssuingPointId(String) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
 
setKeyOption(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setKeySize(Integer) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets key size.
setKeyStatusUpdateInterval(IRepository, int) - Method in class com.netscape.cmscore.dbs.KeyRepository
 
setKeyUsageExtension(CertificateExtensions, KeyUsageExtension) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setKRAConnector(IConnector) - Method in interface org.dogtagpki.server.ca.ICAService
 
setLastAccess(long) - Method in class com.netscape.cms.servlet.common.CMSFile
 
setLastLogin(String, long) - Method in class com.netscape.cms.authentication.HashAuthData
 
setLastLogin(String, long) - Method in class com.netscape.cms.authentication.HashAuthentication
 
setLastSerialNo(BigInteger) - Method in class com.netscape.cmscore.dbs.Repository
 
setLdapConnModule(ILdapConnModule) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Sets the LdapConnModule belonging to this Processor.
setLdapConnModule(ILdapConnModule) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
setLevel(int) - Static method in class com.netscape.cmscore.util.Debug
Set the current debugging level.
setLevel(PKILogger.Level) - Static method in class org.dogtagpki.util.logging.PKILogger
 
setLink(Link) - Method in class com.netscape.certsrv.authority.AuthorityData
 
setLinks(Collection<Link>) - Method in class com.netscape.certsrv.base.DataCollection
 
setListOfVerifiedCerts(int, long, long) - Method in class com.netscape.cmscore.apps.CMSEngine
 
setManualUpdate(String) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Schedules immediate CRL manual-update and sets signature algorithm to be used for signing.
setMaxSerial(String) - Method in class com.netscape.cmscore.dbs.Repository
Set the maximum serial number.
setMaxSerial(String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Sets the last serial number that can be used for certificate issuance in this certificate authority.
setMaxSerialConfig(int, String) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Sets maximum serial number limit in config file
setMessageType(String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setMethod(String) - Method in class com.netscape.cmsutil.http.HttpRequest
set set request method.
setMinSerialConfig(int, String) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Sets minimum serial number limit in config file
setModificationTime(IRequest, Date) - Method in class com.netscape.cmscore.request.ARequestQueue
protected access for setting the modification time of a request.
setMsgDigest(byte[]) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setName(String) - Method in class com.netscape.cmstools.cli.ProxyCLI
 
setName(Locale, String) - Method in class com.netscape.cms.profile.common.Profile
Returns the profile name.
setNetscapeCertificateExtension(CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setNewNickName(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Sets the new nickname of the transport certifiate.
setNewNickName(String) - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Sets the new nickname of the RA certifiate.
setNewSchemaEntryAdded(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextBeginReplicaNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextBeginRequestNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextBeginSerialNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextEndReplicaNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextEndRequestNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextEndSerialNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNextMaxSerial(String) - Method in class com.netscape.cmscore.dbs.Repository
Set the maximum serial number in next range
setNextMaxSerialConfig(int, String) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Sets maximum serial number limit for next range in config file
setNextMinSerialConfig(int, String) - Method in class com.netscape.cmscore.dbs.DBSubsystem
Sets minimum serial number limit for next range in config file
setNextSerialConfig(BigInteger) - Method in class com.netscape.cmscore.dbs.DBSubsystem
 
setNextSerialNumber(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setNickname(String) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Sets the nickname of the transport certificate.
setNickname(String) - Method in interface com.netscape.certsrv.ra.IRegistrationAuthority
Sets the nickname of the RA certifiate.
setNickname(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setNoOfRequiredAgents(int) - Method in interface com.netscape.certsrv.kra.IKeyRecoveryAuthority
Sets the number of required recovery agents
setOCSPNoCheck(KeyPair, CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setOCSPSigning(KeyPair, CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setOwnerName(String) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets owner name.
setP10(PKCS10) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setPageSize(int) - Method in class com.netscape.cmscore.dbs.DBVirtualList
Set the paging size of this virtual list.
setPasswd(String) - Method in class com.netscape.cms.authentication.Crypt
Set a new passwd string for encryption.
setPassword(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user password.
setPassword(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setPasswordStore(IPasswordStore) - Method in class com.netscape.cmscore.ldapconn.LdapAuthInfo
 
setPasswordStore(IPasswordStore) - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
setPending() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setPhone(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user phonenumber
setPhone(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setPkcs12OutputFilename(String) - Method in class com.netscape.cmstools.PKCS12Export
 
setPkcs12PasswordFilename(String) - Method in class com.netscape.cmstools.PKCS12Export
 
setPKIStatus(String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setPolicyException(IRequest, EBaseException) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
 
setPolicyException(IRequest, String, Object[]) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
 
setPOPchallenge(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
setPOPchallenge generates a POP challenge and sets necessary info in request for composing encryptedPOP later
setPredicate(ILdapExpression) - Method in class com.netscape.cmscore.ldap.LdapRule
Sets a predicate expression for rule matching.
setPredicate(IExpression) - Method in class org.dogtagpki.legacy.server.policy.APolicyRule
Sets a predicate expression for rule matching.
setPrivateKeyData(byte[]) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets key data.
setProperties(Map<String, String>) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
setProperty(String, String) - Method in class com.netscape.cmscore.base.SimpleProperties
Calls the hashtable method put.
setProperty(String, String) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
setPublicKeyData(byte[]) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets the public key.
setPublishedFlag(BigInteger, boolean) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Set published flag - true when published, false when unpublished.
setPublishedFlag(BigInteger, boolean) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
set published flag - true when published, false when unpublished.
setPublisherProcessor(PublisherProcessor) - Method in class com.netscape.cmscore.ldap.LdapRequestListener
 
setPublishingQueue(boolean, int, int, int, int) - Method in class com.netscape.cmscore.request.ARequestNotifier
 
setPublishingStatus(String) - Method in class com.netscape.cmscore.request.RequestQueue
 
setRcpIssuerAndSerialNumber(IssuerAndSerialNumber) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setReason(String) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setReasonPhrase(String) - Method in class com.netscape.cmsutil.http.HttpResponse
set reason phrase.
setRecipientNonce(byte[]) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setRecordStatus(String, String) - Method in class com.netscape.cmscore.dbs.CSCfgDatabase
 
setRelationship(String) - Method in class com.netscape.certsrv.base.Link
 
setRenewal(boolean) - Method in class com.netscape.cms.profile.common.Profile
 
setReplicaDN(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setReplicaIncrement(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setReplicaLowWaterMark(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setReplicaRangeDN(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setRequest(byte[]) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setRequestDN(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setRequestDN(String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
setRequestIncrement(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setRequestLowWaterMark(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setRequestRangeDN(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setRequestScheduler(IRequestScheduler) - Method in class com.netscape.cmscore.request.ARequestQueue
 
setRequestStatus(IRequest, RequestStatus) - Method in class com.netscape.cmscore.request.ARequestQueue
protected access for setting the current state of a request.
setRequestURI(String) - Method in class com.netscape.cmscore.connector.HttpConnection
 
setResult(Object) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setResult(String, Object) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setRolloverTime(String) - Method in class com.netscape.cms.logging.RollingLogFile
Set the rollover interval
setRootCertTrust(String, String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
setRootCertTrust(HttpServletRequest, HttpServletResponse) - Method in class com.netscape.cms.servlet.admin.CMSAdminServlet
 
setRSAKeyToCertInfo(X509CertInfo, byte[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
setSalt(String) - Method in class com.netscape.cms.authentication.Crypt
Set a new salt string for encryption.
setSecret(String, String) - Method in class com.netscape.cms.authentication.HashAuthData
 
setSecret(String, String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
setSecurePort(String) - Method in class com.netscape.cmscore.apps.ServerXml
 
setSelfTestCriticalMode(boolean) - Method in class com.netscape.cmscore.selftests.SelfTestOrderedInstance
Sets/resets the criticality associated with this self test.
setSenderNonce(byte[]) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setSerialDN(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setSerialIncrement(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setSerialLowWaterMark(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setSerialNumber(BigInteger) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets serial number.
setSerialNumber(BigInteger) - Method in class com.netscape.cmscore.dbs.Repository
Updates the serial number to the specified in db.
setSerialNumber(LDAPConnection, String, BigInteger) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setSerialNumberUpdateInterval(IRepository, int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
interval value: (in seconds) 0 - disable >0 - enable
setSerialRangeDN(String) - Method in class com.netscape.cmscore.apps.DatabaseConfig
 
setServerCertNickname(String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
setServerCertNickname(String, String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
setServerXml(ServerXml) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setServletConfig(ServletConfig) - Method in class com.netscape.cms.servlet.common.CMSRequest
set the servlet configuration.
setServletContext(ServletContext) - Method in class com.netscape.cms.servlet.common.CMSRequest
 
setSgnIssuerAndSerialNumber(IssuerAndSerialNumber) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setSigningCert(X509Certificate) - Method in class com.netscape.cmstools.AuditVerify
 
setSigningRequired(boolean) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setSkipIfInConsistent(boolean) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
setSortKey(String) - Method in class com.netscape.cmscore.dbs.DBVirtualList
set the sort key
setSortKey(String[]) - Method in class com.netscape.cmscore.dbs.DBVirtualList
set the sort key
setSSLCipher(String, boolean) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
setSSLCiphers(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
setStartSerial(String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Sets the next available serial number.
setState(int) - Method in class com.netscape.cmscore.apps.EngineConfig
 
setState(KeyState) - Method in class com.netscape.cmscore.dbs.KeyRecord
Sets key state.
setState(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user state
setState(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setStatus(Integer) - Method in class com.netscape.cms.servlet.common.CMSRequest
Set request status.
setStatus(String) - Method in class com.netscape.cmscore.dbs.CSCfgRecord
 
setStatusCode(int) - Method in class com.netscape.cmsutil.http.HttpResponse
set status code of response
setSubject(String) - Method in class com.netscape.cms.notification.MailNotification
sets the "Subject" field
setSubjectKeyIdentifier(KeyPair, CertificateExtensions, KeyCertData) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setSubjNameAttr(String) - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
 
setSubsystem(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setSubsystemEnabled(String, boolean) - Method in class com.netscape.cms.servlet.csadmin.Configurator
Set whether the given subsystem is enabled.
setSubsystemEnabled(String, boolean) - Method in class com.netscape.cmscore.apps.CMSEngine
 
setSuccess() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setTheSerialNumber(BigInteger) - Method in class com.netscape.cmscore.dbs.Repository
Updates the serial number to the specified in db and cache.
setTimeout(String, long) - Method in class com.netscape.cms.authentication.HashAuthData
 
setTimeout(String, long) - Method in class com.netscape.cms.authentication.HashAuthentication
 
setTo(String) - Method in class com.netscape.cms.notification.MailNotification
sets the recipient's email address
setTo(Vector<String>) - Method in class com.netscape.cms.notification.MailNotification
sets the recipients' email addresses
setTotal(int) - Method in class com.netscape.certsrv.base.DataCollection
 
setTpsProfiles(List<String>) - Method in interface com.netscape.certsrv.usrgrp.IUser
Set TPS profiles
setTpsProfiles(List<String>) - Method in class com.netscape.cmscore.usrgrp.User
 
setTransactionID(String) - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
setTransientData(KeyRecoveryRequest, IRequest) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
setTransitMaxRecords(int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
setTransitRecordPageSize(int) - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
setTrust(String, InternalCertificate) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
setTrustFlags(X509Certificate, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
setType(String) - Method in class com.netscape.certsrv.base.Link
 
setType(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setType(String) - Method in class com.netscape.cmscore.apps.EngineConfig
 
setUnsecurePort(String) - Method in class com.netscape.cmscore.apps.ServerXml
 
Setup - Class in com.netscape.cmscore.apps
Select certificate server serices.
Setup() - Constructor for class com.netscape.cmscore.apps.Setup
 
setupACL(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
setupAdmin(AdminSetupRequest) - Method in class org.dogtagpki.server.rest.SystemConfigService
 
setupAdminUser(AdminSetupRequest, X509CertImpl) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setupCert(CertificateSetupRequest) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setupCert(CertificateSetupRequest) - Method in class org.dogtagpki.server.rest.SystemConfigService
 
setupClientAuthUser() - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setupDatabaseManager() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
setupDatabaseUser() - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setupDatabaseUser(DatabaseUserSetupRequest) - Method in class org.dogtagpki.server.rest.SystemConfigService
 
setUpdateIdOnInit(boolean) - Method in class com.netscape.cmscore.apps.SubsystemInfo
 
setupReplication(EngineConfig, IPasswordStore, String, String, String) - Method in class org.dogtagpki.server.cli.SubsystemDBInitCLI
 
setupReplicationAgreement(String, String, String, String, int, String, String, String, int) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
setupReplicationAgreements(LDAPConfigurator, LDAPConfigurator, String, String, String, String, String, int, int, String, String, int) - Method in class org.dogtagpki.server.cli.SubsystemDBInitCLI
 
setupSchema() - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
setupSecurityDomain(SecurityDomainSetupRequest) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setupSecurityDomain(SecurityDomainSetupRequest) - Method in class org.dogtagpki.server.rest.SystemConfigService
 
setupSubsystemUser(X509CertImpl) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setupUser(String, X509CertImpl, String) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
setURI(String) - Method in class com.netscape.cmsutil.http.HttpRequest
set reason phrase.
setUriInfo(UriInfo) - Method in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
setURL(String) - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
 
setUserDN(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user ldap DN.
setUserDN(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setUserFriendlyName(String) - Method in class com.netscape.cms.servlet.csadmin.Cert
 
setUserId(String) - Method in exception com.netscape.certsrv.base.UserNotFoundException
 
setUserObject(Object) - Method in class com.netscape.cmscore.util.FileAsString
 
setUserType(String) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets user type
setUserType(String) - Method in class com.netscape.cmscore.usrgrp.User
 
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.common.ProfileInput
Sets the value of the given property by name.
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.common.ProfileOutput
Sets the value of the given value parameter by name.
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
Sets the value of the given value property by name.
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.def.NoDefault
 
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.def.PolicyDefault
Sets the value of the given value property by name.
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.input.EnrollInput
Sets the value of the given value parameter by name.
setValue(String, Locale, IRequest, String) - Method in class com.netscape.cms.profile.output.EnrollOutput
Sets the value of the given value parameter by name.
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.AuthzRealmDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.AutoAssignDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.CertificateVersionDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.CommonNameToSANDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.EnrollDefault
Sets values from the approval page into certificate template.
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.ImageDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SANToCNDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.SubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.UserExtensionDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.UserKeyDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.UserSigningAlgDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
setValue(String, Locale, X509CertInfo, String) - Method in class com.netscape.cms.profile.def.UserValidityDefault
 
setVerbose(boolean) - Method in class com.netscape.cmstools.AuditVerify
 
setVerbose(boolean) - Method in class com.netscape.cmstools.CRMFPopClient
 
setVisible(boolean) - Method in class com.netscape.cms.profile.common.Profile
Sets this profile end-user profile or not.
setWrappingParams(WrappingParams, boolean) - Method in class com.netscape.cmscore.dbs.KeyRecord
 
setX509Certificates(X509Certificate[]) - Method in interface com.netscape.certsrv.usrgrp.IUser
Sets list of certificates in this user
setX509Certificates(X509Certificate[]) - Method in class com.netscape.cmscore.usrgrp.User
 
setXMLOutput(boolean) - Method in class com.netscape.cms.profile.common.Profile
 
SHA1_DIGEST - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
SHA256_DIGEST - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
SHA512_DIGEST - Static variable in class com.netscape.cmsutil.scep.CRSPKIMessage
 
SharedSecret - Class in com.netscape.cms.authentication
SharedSecret provides methods to retrieve shared secrets between users and the server.
SharedSecret() - Constructor for class com.netscape.cms.authentication.SharedSecret
 
sharedSecretExists(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
shutdown() - Method in interface com.netscape.certsrv.base.IPluginImpl
Shutdowns this plugin.
shutdown() - Method in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
shutdown() - Method in interface com.netscape.certsrv.base.ISubsystem
Stops this system.
shutdown() - Method in interface com.netscape.certsrv.ocsp.IOCSPStore
 
shutdown() - Method in class com.netscape.cms.authentication.AgentCertAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cms.authentication.CMCAuth
prepares for shutdown.
shutdown() - Method in class com.netscape.cms.authentication.DirBasedAuthentication
disconnects the ldap connections
shutdown() - Method in class com.netscape.cms.authentication.FlatFileAuth
 
shutdown() - Method in class com.netscape.cms.authentication.HashAuthentication
 
shutdown() - Method in class com.netscape.cms.authentication.SessionAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cms.authentication.SSLclientCertAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cms.authentication.TokenAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cms.authorization.AAclAuthz
graceful shutdown
shutdown() - Method in class com.netscape.cms.authorization.BasicAclAuthz
graceful shutdown
shutdown() - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
shutdown() - Method in class com.netscape.cms.authorization.DirAclAuthz
graceful shutdown
shutdown() - Method in class com.netscape.cms.listeners.PinRemovalListener
 
shutdown() - Method in class com.netscape.cms.logging.LogFile
Shutdown this log file.
shutdown() - Method in class com.netscape.cms.logging.LogQueue
Stops this log queue: shuts down all registered listeners
shutdown() - Method in class com.netscape.cms.logging.RollingLogFile
Shutdown this log file.
shutdown() - Method in class com.netscape.cms.ocsp.DefStore
 
shutdown() - Method in class com.netscape.cms.ocsp.LDAPStore
 
shutdown() - Method in class com.netscape.cmscore.apps.CMSEngine
Shuts down subsystems in backwards order exceptions are ignored.
shutdown() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
shuts down authentication managers one by one.
shutdown() - Method in class com.netscape.cmscore.authentication.CertUserDBAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cmscore.authentication.NullAuthentication
disconnects the member connection
shutdown() - Method in class com.netscape.cmscore.authentication.PasswdUserDBAuthentication
disconnects the member connection
shutdown() - Method in class com.netscape.cmscore.authentication.SSLClientCertAuthentication
prepare this authentication manager for shutdown.
shutdown() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
shuts down authorization managers one by one.
shutdown() - Method in class com.netscape.cmscore.cert.OidLoaderSubsystem
Stops this system.
shutdown() - Method in class com.netscape.cmscore.cert.X500NameSubsystem
Stops this system.
shutdown() - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
shutdown() - Method in class com.netscape.cmscore.dbs.DBRegistry
Shutdowns this subsystem gracefully.
shutdown() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Shutdowns this subsystem gracefully.
shutdown() - Method in class com.netscape.cmscore.dbs.KeyRepository
 
shutdown() - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
shutdown - does nothing.
shutdown() - Method in class com.netscape.cmscore.jobs.JobsScheduler
shuts down Jobs one by one.
shutdown() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
shutdown() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
shutdown() - Method in class com.netscape.cmscore.logging.LogSubsystem
Stops this subsystem.
shutdown() - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
Stops this system.
shutdown() - Method in class com.netscape.cmscore.profile.ProfileSubsystem
Stops this system.
shutdown() - Method in class com.netscape.cmscore.registry.PluginRegistry
Stops this system.
shutdown() - Method in class com.netscape.cmscore.request.RequestSubsystem
 
shutdown() - Method in class com.netscape.cmscore.security.JssSubsystem
Shutdowns this subsystem.
shutdown() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Stops this subsystem.
shutdown() - Method in class com.netscape.cmscore.session.LDAPSecurityDomainSessionTable
 
shutdown() - Method in class com.netscape.cmscore.session.SecurityDomainSessionTable
 
shutdown() - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Disconnects usr/grp manager from the LDAP
shutdown() - Method in class com.netscape.cmscore.util.ProfileSubsystem
Stops this system.
shutdown() - Method in class com.netscape.cmscore.util.StatsSubsystem
Stops this system.
shutdown() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
Shuts down this subsystem.
shutdown() - Method in class org.dogtagpki.legacy.server.policy.constraints.AttributePresentConstraints
 
shutdown() - Method in interface org.dogtagpki.server.authentication.AuthManager
Prepare this authentication manager for a shutdown.
shutdown() - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Prepare this authorization manager for a graceful shutdown.
shutdown() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
This method is called during shutdown.
SHUTDOWN_SIG - Static variable in class com.netscape.cmscore.util.UtilResources
 
shutdownAuthSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownAuthzSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownDatabase() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownDBSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownJobsScheduler() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownJSSSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownLogSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownOIDLoaderSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownPluginRegistry() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownRequestSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownSelfTest() - Method in class com.netscape.cms.selftests.ASelfTest
Stops this subsystem.
shutdownSelfTest() - Method in class com.netscape.cms.selftests.ca.CAPresence
Stops this subsystem.
shutdownSelfTest() - Method in class com.netscape.cms.selftests.ca.CAValidity
Stops this subsystem.
shutdownSelfTest() - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Stops this subsystem.
shutdownSelfTest() - Method in class com.netscape.cms.selftests.kra.KRAPresence
Stops this subsystem.
shutdownSelfTest() - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Stops this subsystem.
shutdownSelfTest() - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Stops this subsystem.
shutdownSubsystems() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownUGSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
shutdownX500NameSubsystem() - Method in class com.netscape.cmscore.apps.CMSEngine
 
SIG_REQUIRED - Static variable in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
sign(ResponseData) - Method in interface com.netscape.certsrv.ocsp.IOCSPAuthority
This method signs the basic OCSP response data provided as a parameter.
sign(X509CertInfo, String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Signs a X.509 certificate template.
sign(X509CRLImpl, String) - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Signs the given CRL with the specific algorithm.
Signature - Class in com.netscape.cmsutil.ocsp
RFC 2560:
Signature(AlgorithmIdentifier, BIT_STRING, SEQUENCE) - Constructor for class com.netscape.cmsutil.ocsp.Signature
 
Signature.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding Request.
signCert(PrivateKey, X509CertInfo, String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Signs certificate.
signCert(PrivateKey, X509CertInfo, SignatureAlgorithm) - Static method in class com.netscape.cmscore.security.KeyCertUtil
 
signCert(PrivateKey, X509CertInfo, SignatureAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
signECCCert(PrivateKey, X509CertInfo) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
signed() - Method in class com.netscape.cmscore.security.SSLSelfSignedCert
 
SignedAuditEventFactory - Class in com.netscape.cms.logging
A log event object for handling system messages
SignedAuditEventFactory() - Constructor for class com.netscape.cms.logging.SignedAuditEventFactory
Constructs a system event factory.
signedAuditLogger - Static variable in class com.netscape.cms.profile.common.Profile
 
signedAuditLogger - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
signedAuditLogger - Static variable in class com.netscape.cms.servlet.base.SubsystemService
 
signedAuditLogger - Static variable in class com.netscape.cms.servlet.processors.Processor
 
SignedAuditLogger - Class in com.netscape.cms.logging
A class represents certificate server logger implementation.
SignedAuditLogger() - Constructor for class com.netscape.cms.logging.SignedAuditLogger
 
SignedCertificateTimestampListExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a Certificate Transparency Poison Extension into the certificate template.
SignedCertificateTimestampListExtDefault() - Constructor for class com.netscape.cms.profile.def.SignedCertificateTimestampListExtDefault
 
signedLines - Variable in class com.netscape.cmstools.AuditVerify.Result
 
SigningAlgorithmConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
SigningAlgorithmConstraints enforces that only a supported signing algorithm be requested.
SigningAlgorithmConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.SigningAlgorithmConstraints
 
SigningKeyGenInput - Class in com.netscape.cms.profile.input
This class implements the key generation input that populates parameters to the enrollment page for key generation.
SigningKeyGenInput() - Constructor for class com.netscape.cms.profile.input.SigningKeyGenInput
 
sigStartFile - Variable in class com.netscape.cmstools.AuditVerify.Result
 
sigStartLine - Variable in class com.netscape.cmstools.AuditVerify.Result
 
sigStopFile - Variable in class com.netscape.cmstools.AuditVerify.Result
 
sigStopLine - Variable in class com.netscape.cmstools.AuditVerify.Result
 
SIMPLE_ENROLLMENT_REQUEST - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
SIMPLE_ENROLLMENT_RESPONSE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
SimpleExpression - Class in org.dogtagpki.legacy.core.policy
This class represents an expression of the form var = val, var != val, var < val, var > val, var <= val, var >= val.
SimpleExpression(String, int, String) - Constructor for class org.dogtagpki.legacy.core.policy.SimpleExpression
 
SimpleExpression(String, String, int, String) - Constructor for class org.dogtagpki.legacy.core.policy.SimpleExpression
 
SimpleProperties - Class in com.netscape.cmscore.base
The Properties class represents a persistent set of properties.
SimpleProperties() - Constructor for class com.netscape.cmscore.base.SimpleProperties
Creates an empty property list with no default values.
SimpleProperties(SimpleProperties) - Constructor for class com.netscape.cmscore.base.SimpleProperties
Creates an empty property list with the specified defaults.
SingleResponse - Class in com.netscape.cmsutil.ocsp
RFC 2560:
SingleResponse(CertID, CertStatus, GeneralizedTime, GeneralizedTime) - Constructor for class com.netscape.cmsutil.ocsp.SingleResponse
 
SingleResponse.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
size() - Method in interface com.netscape.certsrv.base.IConfigStore
Return the number of items in this substore
size() - Method in class com.netscape.cmscore.base.PropConfigStore
Return the number of items in this substore
SIZE - Static variable in class com.netscape.cms.profile.input.FileSigningInput
 
skiExtn - Static variable in class com.netscape.cmstools.CMCRequest
 
sleepOneMinute() - Method in class com.netscape.cmscore.apps.CMSEngine
 
SmtpClient - Class in netscape.net.smtp
This class implements the SMTP client.
SmtpClient() - Constructor for class netscape.net.smtp.SmtpClient
Create an uninitialized SMTP client.
SmtpClient(String) - Constructor for class netscape.net.smtp.SmtpClient
New SMTP client connected to host host.
SmtpProtocolException - Exception in netscape.net.smtp
This exeception is thrown when unexpected results are returned during an SMTP session.
sortCertificateChain(X509Certificate[]) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Sorts certificate chain from root to leaf.
sortCertificateChain(X509Certificate[], boolean) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
sortCerts(X509CertImpl[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
sortStrings(String[]) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
 
SP - Static variable in class com.netscape.cmsutil.http.Http
 
SPECIAL_CHARS - Static variable in class com.netscape.cmsutil.ldap.LDAPUtil
 
SrchCerts - Class in com.netscape.cms.servlet.cert
Search for certificates matching complex query filter
SrchCerts() - Constructor for class com.netscape.cms.servlet.cert.SrchCerts
Constructs query key servlet.
SrchKey - Class in com.netscape.cms.servlet.key
Retrieve archived keys matching search criteria
SrchKey() - Constructor for class com.netscape.cms.servlet.key.SrchKey
Constructs query key servlet.
SrchKeyForRecovery - Class in com.netscape.cms.servlet.key
Retrieve archived keys matching given public key material
SrchKeyForRecovery() - Constructor for class com.netscape.cms.servlet.key.SrchKeyForRecovery
Constructs query key servlet.
SSL_CLIENT_CERT - Static variable in class com.netscape.certsrv.base.SessionContext
authenticated SSL client certificate
SSLCert - Class in com.netscape.cmscore.security
SSL server certificate
SSLCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.SSLCert
 
SSLCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.SSLCert
 
SSLCLIENTCERT_AUTHMGR_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for ssl client authentication manager ID.
SSLCLIENTCERT_PLUGIN_ID - Static variable in class com.netscape.cmscore.authentication.AuthSubsystem
Constant for ssl client authentication plugin ID.
SSLclientCertAuthentication - Class in com.netscape.cms.authentication
Certificate server SSL client authentication.
SSLclientCertAuthentication() - Constructor for class com.netscape.cms.authentication.SSLclientCertAuthentication
 
SSLClientCertAuthentication - Class in com.netscape.cmscore.authentication
SSL client based authentication.
SSLClientCertAuthentication() - Constructor for class com.netscape.cmscore.authentication.SSLClientCertAuthentication
Default constructor, initialization must follow.
SSLClientCertProvider - Class in com.netscape.cms.servlet.profile
 
SSLClientCertProvider(HttpServletRequest) - Constructor for class com.netscape.cms.servlet.profile.SSLClientCertProvider
 
SSLSelfSignedCert - Class in com.netscape.cmscore.security
SSL server certificate
SSLSelfSignedCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.SSLSelfSignedCert
 
SSLSelfSignedCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.SSLSelfSignedCert
 
start() - Method in class com.netscape.cmscore.apps.CMSEngine
 
start() - Method in class com.netscape.cmscore.connector.HttpConnector
 
start() - Method in class com.netscape.cmscore.connector.LocalConnector
 
start(String) - Method in class com.netscape.cmscore.connector.Resender
 
startDaemon() - Method in class com.netscape.cmscore.jobs.JobsScheduler
Starts up the JobsScheduler daemon.
STARTED_UP - Static variable in class com.netscape.cmscore.apps.PKIServerEvent
 
startedByNuxwdog() - Static method in class com.netscape.cmsutil.util.NuxwdogUtil
 
startMessage() - Method in class netscape.net.smtp.SmtpClient
 
startTiming(String) - Method in class com.netscape.cmscore.util.StatsSubsystem
 
startTiming(String, boolean) - Method in class com.netscape.cmscore.util.StatsSubsystem
 
startup() - Method in interface com.netscape.certsrv.base.ISubsystem
Notifies this subsystem if owner is in running mode.
startup() - Method in interface com.netscape.certsrv.ocsp.IOCSPStore
 
startup() - Method in class com.netscape.cms.logging.LogFile
Startup the instance
startup() - Method in class com.netscape.cms.logging.RollingLogFile
 
startup() - Method in class com.netscape.cms.ocsp.DefStore
 
startup() - Method in class com.netscape.cms.ocsp.LDAPStore
 
startup() - Method in class com.netscape.cmscore.authentication.AuthSubsystem
registers the administration servlet with the administration subsystem.
startup() - Method in class com.netscape.cmscore.authorization.AuthzSubsystem
registers the administration servlet with the administration subsystem.
startup() - Method in class com.netscape.cmscore.cert.OidLoaderSubsystem
 
startup() - Method in class com.netscape.cmscore.cert.X500NameSubsystem
 
startup() - Method in class com.netscape.cmscore.dbs.DBRegistry
Starts up this subsystem.
startup() - Method in class com.netscape.cmscore.dbs.DBSubsystem
Starts up this service.
startup() - Method in class com.netscape.cmscore.extensions.CMSExtensionsMap
startup - does nothing.
startup() - Method in class com.netscape.cmscore.jobs.JobsScheduler
registers the administration servlet with the administration subsystem.
startup() - Method in class com.netscape.cmscore.ldap.PublisherProcessor
 
startup() - Method in class com.netscape.cmscore.logging.LogSubsystem
 
startup() - Method in class com.netscape.cmscore.profile.LDAPProfileSubsystem
Notifies this subsystem if owner is in running mode.
startup() - Method in class com.netscape.cmscore.profile.ProfileSubsystem
Notifies this subsystem if owner is in running mode.
startup() - Method in class com.netscape.cmscore.registry.PluginRegistry
Notifies this subsystem if owner is in running mode.
startup() - Method in class com.netscape.cmscore.request.RequestSubsystem
Implements ISubsystem.startup
startup() - Method in class com.netscape.cmscore.security.JssSubsystem
Starts up this service.
startup() - Method in class com.netscape.cmscore.selftests.SelfTestSubsystem
Notifies this subsystem if owner is in running mode.
startup() - Method in class com.netscape.cmscore.usrgrp.UGSubsystem
Starts up this service.
startup() - Method in class com.netscape.cmscore.util.ProfileSubsystem
 
startup() - Method in class com.netscape.cmscore.util.StatsSubsystem
 
startup() - Method in class org.dogtagpki.legacy.core.policy.GenericPolicyProcessor
 
startupSelfTest() - Method in class com.netscape.cms.selftests.ASelfTest
Notifies this subsystem if it is in execution mode.
startupSelfTest() - Method in class com.netscape.cms.selftests.ca.CAPresence
Notifies this subsystem if it is in execution mode.
startupSelfTest() - Method in class com.netscape.cms.selftests.ca.CAValidity
Notifies this subsystem if it is in execution mode.
startupSelfTest() - Method in class com.netscape.cms.selftests.common.SystemCertsVerification
Notifies this subsystem if it is in execution mode.
startupSelfTest() - Method in class com.netscape.cms.selftests.kra.KRAPresence
Notifies this subsystem if it is in execution mode.
startupSelfTest() - Method in class com.netscape.cms.selftests.ocsp.OCSPPresence
Notifies this subsystem if it is in execution mode.
startupSelfTest() - Method in class com.netscape.cms.selftests.ocsp.OCSPValidity
Notifies this subsystem if it is in execution mode.
startupSubsystems() - Method in class com.netscape.cmscore.apps.CMSEngine
 
StatsSubsystem - Class in com.netscape.cmscore.util
A class represents a internal subsystem.
StatsSubsystem() - Constructor for class com.netscape.cmscore.util.StatsSubsystem
Constructs a certificate server.
STATUS_FAILURE - Static variable in class com.netscape.cms.jobs.AJobBase
 
STATUS_GOOD - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
STATUS_REVOKED - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
STATUS_SUCCESS - Static variable in class com.netscape.cms.jobs.AJobBase
 
STATUS_UNKNOWN - Static variable in class com.netscape.cms.servlet.ocsp.CheckCertServlet
 
stop() - Method in class com.netscape.cms.jobs.AJobBase
 
stop() - Method in class com.netscape.cmscore.connector.HttpConnector
 
stop() - Method in class com.netscape.cmscore.connector.LocalConnector
 
stop() - Method in class com.netscape.cmscore.connector.Resender
 
STOPPED - Static variable in class com.netscape.cmscore.apps.PKIServerEvent
 
storage - Variable in class com.netscape.cmscore.base.PropConfigStore
 
store(OutputStream) - Method in interface com.netscape.certsrv.base.IConfigStore
Stores this config store to the specified output stream.
store(OutputStream) - Method in class com.netscape.cmscore.base.PropConfigStore
Stores this config store to the specified output stream.
store(OutputStream, String) - Method in class com.netscape.cmscore.base.SimpleProperties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method.
storeExtDataIntoRequest(IRequest) - Method in class com.netscape.cmscore.request.RequestRecord
 
storeInFile(String, byte[]) - Static method in class com.netscape.cmscore.cert.CertUtils
 
string2byte(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Converts a signed, variable-length hexadecimal number into a byte array, which may not be identical to the original byte array.
string2Hashtable(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 
StringMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.
StringMapper(String) - Constructor for class com.netscape.cmscore.dbs.StringMapper
Constructs string mapper.
StringValueExists(LDAPAttribute, String) - Static method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
checks if a attribute has a string value.
StringVectorMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java String object into LDAP attribute, and vice versa.
StringVectorMapper(String) - Constructor for class com.netscape.cmscore.dbs.StringVectorMapper
Constructs string vector mapper.
stripCertBrackets(String) - Static method in class com.netscape.cmscore.cert.CertUtils
strips out the begin and end certificate brackets
stripCertBrackets(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
strips out the begin and end certificate brackets
stripCRLBrackets(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
stripQuotes(String) - Static method in class com.netscape.cms.publish.publishers.PublisherUtils
strips out double quotes around String parameter
SubCANameConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
This simple policy checks the subordinate CA CSR to see if it is the same as the local CA.
SubCANameConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.SubCANameConstraints
 
SubjAltNameExt - Class in org.dogtagpki.legacy.server.policy.extensions
THIS POLICY HAS BEEN DEPRECATED SINCE CMS 4.2.
SubjAltNameExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.SubjAltNameExt
 
SubjAltNameGN(String, IConfigStore, boolean) - Constructor for class org.dogtagpki.legacy.core.policy.GeneralNameUtil.SubjAltNameGN
 
SUBJECT_KEYGEN_INFO - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
SUBJECT_NAME - Static variable in class com.netscape.cms.servlet.processors.PKIProcessor
 
SUBJECT_NAME - Static variable in class com.netscape.cmscore.security.CASigningCert
 
SUBJECT_NAME - Static variable in class com.netscape.cmscore.security.KRATransportCert
 
SUBJECT_NAME - Static variable in class com.netscape.cmscore.security.OCSPSigningCert
 
SUBJECT_NAME - Static variable in class com.netscape.cmscore.security.RASigningCert
 
SUBJECT_NAME - Static variable in class com.netscape.cmscore.security.SSLCert
 
SUBJECT_NAME - Static variable in class com.netscape.cmscore.security.SSLSelfSignedCert
 
SubjectAltNameExt - Class in org.dogtagpki.legacy.server.policy.extensions
Subject Alternative Name extension policy.
SubjectAltNameExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.SubjectAltNameExt
 
SubjectAltNameExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a subject alternative name extension into the certificate template.
SubjectAltNameExtDefault() - Constructor for class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
SubjectAltNameExtInput - Class in com.netscape.cms.profile.input
This plugin populates text fields to the enrollment page so that SAN parameters can be collected from the user.
SubjectAltNameExtInput() - Constructor for class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
SubjectDirAttributesExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a subject directory attributes extension into the certificate template.
SubjectDirAttributesExtDefault() - Constructor for class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
SubjectDirectoryAttributesExt - Class in org.dogtagpki.legacy.server.policy.extensions
Policy to add the subject directory attributes extension.
SubjectDirectoryAttributesExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.SubjectDirectoryAttributesExt
 
SubjectDNInput - Class in com.netscape.cms.profile.input
This plugin accepts subject DN from end user.
SubjectDNInput() - Constructor for class com.netscape.cms.profile.input.SubjectDNInput
 
SubjectInfoAccessExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates Subject Info Access extension.
SubjectInfoAccessExtDefault() - Constructor for class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
SubjectKeyIdentifierExt - Class in org.dogtagpki.legacy.server.policy.extensions
Subject Public Key Extension Policy Adds the subject public key id extension to certificates.
SubjectKeyIdentifierExt() - Constructor for class org.dogtagpki.legacy.server.policy.extensions.SubjectKeyIdentifierExt
 
SubjectKeyIdentifierExtDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a subject key identifier extension into the certificate template.
SubjectKeyIdentifierExtDefault() - Constructor for class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
SUBJECTNAME - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
SubjectNameConstraint - Class in com.netscape.cms.profile.constraint
This class implements the subject name constraint.
SubjectNameConstraint() - Constructor for class com.netscape.cms.profile.constraint.SubjectNameConstraint
 
SubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates server-side configurable subject name into the certificate template.
SubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.SubjectNameDefault
 
SubjectNameInput - Class in com.netscape.cms.profile.input
This class implements the subject name input that populates text fields to the enrollment page so that distinguished name parameters can be collected from the user.
SubjectNameInput() - Constructor for class com.netscape.cms.profile.input.SubjectNameInput
 
submit(IAuthToken, IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
This method is called after the user submits the request from the end-entity page.
submit(IAuthToken, IRequest) - Method in class com.netscape.cms.profile.common.Profile
Handles end-user request submission.
submitAsyncKeyRecoveryRequest(KeyRecoveryRequest, UriInfo, String, IAuthToken) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
submitRequest(AsymKeyGenerationRequest, UriInfo, String) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
submitRequest(KeyArchivalRequest, UriInfo, String) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
Submits an archival request and processes it.
submitRequest(KeyRecoveryRequest, UriInfo, String, IAuthToken) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
Submits a key recovery request.
submitRequest(SymKeyGenerationRequest, UriInfo, String) - Method in class com.netscape.cms.servlet.key.KeyRequestDAO
 
submitRequest(OCSPRequest) - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
 
submitRequest(String, OCSPRequest) - Method in class com.netscape.cmsutil.ocsp.OCSPProcessor
 
submitRequest(String, String, String, String, String) - Method in class com.netscape.cmstools.CRMFPopClient
 
SubmitterInfoInput - Class in com.netscape.cms.profile.input
This class implements the submitter information input that collects certificate requestor's information such as name, email and phone.
SubmitterInfoInput() - Constructor for class com.netscape.cms.profile.input.SubmitterInfoInput
 
substoreName - Variable in class com.netscape.cmscore.dbs.CSCfgDatabase
 
SubsystemCert - Class in com.netscape.cmscore.security
Subsystem certificate.
SubsystemCert(KeyCertData) - Constructor for class com.netscape.cmscore.security.SubsystemCert
 
SubsystemCert(KeyCertData, KeyPair) - Constructor for class com.netscape.cmscore.security.SubsystemCert
 
subsystemCLI - Variable in class com.netscape.cmstools.logging.AuditCLI
 
subsystemCLI - Variable in class com.netscape.cmstools.range.RangeCLI
 
SubsystemCLI - Class in com.netscape.cmstools.cli
 
SubsystemCLI(String, String, MainCLI) - Constructor for class com.netscape.cmstools.cli.SubsystemCLI
 
SubsystemConfig - Class in com.netscape.cmscore.apps
 
SubsystemConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.apps.SubsystemConfig
 
SubsystemConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.apps.SubsystemConfig
 
SubsystemDBCLI - Class in org.dogtagpki.server.cli
 
SubsystemDBCLI(CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBCLI
 
SubsystemDBEmptyCLI - Class in org.dogtagpki.server.cli
 
SubsystemDBEmptyCLI(CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBEmptyCLI
 
SubsystemDBInfoCLI - Class in org.dogtagpki.server.cli
 
SubsystemDBInfoCLI(CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBInfoCLI
 
SubsystemDBInitCLI - Class in org.dogtagpki.server.cli
 
SubsystemDBInitCLI(CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBInitCLI
 
SubsystemDBRemoveCLI - Class in org.dogtagpki.server.cli
 
SubsystemDBRemoveCLI(CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBRemoveCLI
 
SubsystemDBUpgradeCLI - Class in org.dogtagpki.server.cli
 
SubsystemDBUpgradeCLI(String, String, CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
 
SubsystemDBUpgradeCLI(CLI) - Constructor for class org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
 
SubsystemGroupUpdater - Class in com.netscape.cms.profile.updater
This updater class will create the new user to the subsystem group and then add the subsystem certificate to the user.
SubsystemGroupUpdater() - Constructor for class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
SubsystemInfo - Class in com.netscape.cmscore.apps
 
SubsystemInfo(String) - Constructor for class com.netscape.cmscore.apps.SubsystemInfo
 
subsystemInfos - Variable in class com.netscape.cmscore.apps.CMSEngine
 
SubsystemLoader - Class in com.netscape.cmscore.base
A class represents a subsystem loader.
SubsystemLoader() - Constructor for class com.netscape.cmscore.base.SubsystemLoader
 
subsystems - Variable in class com.netscape.cmscore.apps.CMSEngine
 
SubsystemsConfig - Class in com.netscape.cmscore.apps
 
SubsystemsConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.apps.SubsystemsConfig
 
SubsystemsConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.apps.SubsystemsConfig
 
SubsystemService - Class in com.netscape.cms.servlet.base
 
SubsystemService() - Constructor for class com.netscape.cms.servlet.base.SubsystemService
 
SUCCESS - Static variable in interface com.netscape.certsrv.base.ISecurityDomainSessionTable
 
SUCCESS - Static variable in class com.netscape.cms.servlet.admin.AdminServlet
 
SUCCESS - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
SUCCESS - Static variable in class com.netscape.cms.servlet.csadmin.Configurator
 
SUCCESS - Static variable in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 
SUCCESS_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
SUCCESSFUL - Static variable in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
SUFFIX - Static variable in class com.netscape.cms.servlet.common.CMSTemplate
 
SUPER_CERT_ADMINS - Static variable in class com.netscape.cmscore.usrgrp.UGSubsystem
 
supportsLDAPAttributeName(String) - Method in class com.netscape.cmscore.request.ExtAttrDynMapper
 
SVC_PENDING_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
SVCERRORS - Static variable in class com.netscape.cmscore.request.CertRequestConstants
 
SYMKEY_GEN_ALGORITHMS - Static variable in class com.netscape.cms.servlet.key.KeyRequestDAO
 
SYSTEM_USER - Static variable in class org.dogtagpki.server.rest.UserService
 
SystemCertDataFactory - Class in com.netscape.cms.servlet.csadmin
 
SystemCertDataFactory() - Constructor for class com.netscape.cms.servlet.csadmin.SystemCertDataFactory
 
SystemCertsVerification - Class in com.netscape.cms.selftests.common
This class implements a self test to check the system certs of the subsystem
SystemCertsVerification() - Constructor for class com.netscape.cms.selftests.common.SystemCertsVerification
 
SystemConfigService - Class in org.dogtagpki.server.rest
 
SystemConfigService() - Constructor for class org.dogtagpki.server.rest.SystemConfigService
 
SystemEventFactory - Class in com.netscape.cms.logging
A log event object for handling system messages
SystemEventFactory() - Constructor for class com.netscape.cms.logging.SystemEventFactory
Constructs a system event factory.
SystemInfoServlet - Class in com.netscape.cms.servlet.base
Displays detailed information about java VM internals, including current JVM memory usage, and detailed information about each thread.
SystemInfoServlet() - Constructor for class com.netscape.cms.servlet.base.SystemInfoServlet
 

T

TAG - Static variable in class com.netscape.cmsutil.ocsp.TBSRequest
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.BasicOCSPResponse.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.CertID.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.GoodInfo.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.KeyHashID.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.NameID.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.OCSPRequest.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.OCSPResponse.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.OCSPResponseStatus.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.Request.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.ResponseBytes.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.ResponseData.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.RevokedInfo.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.Signature.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.SingleResponse.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.TBSRequest.Template
 
tagMatch(Tag) - Method in class com.netscape.cmsutil.ocsp.UnknownInfo.Template
 
TBSRequest - Class in com.netscape.cmsutil.ocsp
RFC 2560:
TBSRequest(INTEGER, ANY, SEQUENCE, SEQUENCE) - Constructor for class com.netscape.cmsutil.ocsp.TBSRequest
 
TBSRequest.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding TBSRequest.
tempCommentFile - Variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.BasicOCSPResponse.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.CertID.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.GoodInfo.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.KeyHashID.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.NameID.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.OCSPRequest.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.OCSPResponse.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.OCSPResponseStatus.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.Request.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.ResponseBytes.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.ResponseData.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.RevokedInfo.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.Signature.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.SingleResponse.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.TBSRequest.Template
 
Template() - Constructor for class com.netscape.cmsutil.ocsp.UnknownInfo.Template
 
TEMPLATE_NAME - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
TEMPLATE_TAG - Static variable in class com.netscape.cms.servlet.common.CMSTemplate
 
templates - Variable in class com.netscape.cmstools.kra.KRAKeyTemplateFindCLI
 
terminateRequests() - Method in class com.netscape.cmscore.apps.CMSEngine
 
test() - Static method in class com.netscape.cmscore.util.ExceptionFormatter
 
test.java.com.netscape.cms.servlet.test - package test.java.com.netscape.cms.servlet.test
 
TestCRLSigning - Class in com.netscape.cmstools
Tool used to test out signing a CRL
TestCRLSigning() - Constructor for class com.netscape.cmstools.TestCRLSigning
 
testLDAPConnection(String, LdapConnInfo, String, String) - Method in class com.netscape.cmscore.apps.CMSEngine
 
TEXT - Static variable in class com.netscape.cms.profile.input.FileSigningInput
 
TEXT - Static variable in class org.dogtagpki.legacy.server.policy.extensions.NSCCommentExt
 
timeout - Variable in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
TIMEOUT - Static variable in class com.netscape.cms.authentication.HashAuthData
 
TKS_RESPONSE_DRM_Trans_DesKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_EncryptedData - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_EncSessionKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_HostCryptogram - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_KEK_DesKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_KekSessionKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_KeyCheck - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_KeySetData - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_MacSessionKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_RandomData - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TKS_RESPONSE_SessionKey - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
tksCLI - Variable in class com.netscape.cmstools.tks.TKSKeyCLI
 
tksCLI - Variable in class com.netscape.cmstools.tks.TPSConnectorCLI
 
TKSCLI - Class in com.netscape.cmstools.tks
 
TKSCLI - Class in org.dogtagpki.server.cli
 
TKSCLI(MainCLI) - Constructor for class com.netscape.cmstools.tks.TKSCLI
 
TKSCLI(CLI) - Constructor for class org.dogtagpki.server.cli.TKSCLI
 
tksClient - Variable in class com.netscape.cmstools.tks.TKSCLI
 
TKSClient - Class in com.netscape.certsrv.tks
 
TKSClient(PKIClient) - Constructor for class com.netscape.certsrv.tks.TKSClient
 
tksKeyCLI - Variable in class com.netscape.cmstools.tks.TKSKeyCreateCLI
 
tksKeyCLI - Variable in class com.netscape.cmstools.tks.TKSKeyExportCLI
 
tksKeyCLI - Variable in class com.netscape.cmstools.tks.TKSKeyRemoveCLI
 
tksKeyCLI - Variable in class com.netscape.cmstools.tks.TKSKeyReplaceCLI
 
tksKeyCLI - Variable in class com.netscape.cmstools.tks.TKSKeyShowCLI
 
TKSKeyCLI - Class in com.netscape.cmstools.tks
 
TKSKeyCLI(TKSCLI) - Constructor for class com.netscape.cmstools.tks.TKSKeyCLI
 
TKSKeyCreateCLI - Class in com.netscape.cmstools.tks
 
TKSKeyCreateCLI(TKSKeyCLI) - Constructor for class com.netscape.cmstools.tks.TKSKeyCreateCLI
 
TKSKeyExportCLI - Class in com.netscape.cmstools.tks
 
TKSKeyExportCLI(TKSKeyCLI) - Constructor for class com.netscape.cmstools.tks.TKSKeyExportCLI
 
TKSKeyRemoveCLI - Class in com.netscape.cmstools.tks
 
TKSKeyRemoveCLI(TKSKeyCLI) - Constructor for class com.netscape.cmstools.tks.TKSKeyRemoveCLI
 
TKSKeyReplaceCLI - Class in com.netscape.cmstools.tks
 
TKSKeyReplaceCLI(TKSKeyCLI) - Constructor for class com.netscape.cmstools.tks.TKSKeyReplaceCLI
 
TKSKeyShowCLI - Class in com.netscape.cmstools.tks
 
TKSKeyShowCLI(TKSKeyCLI) - Constructor for class com.netscape.cmstools.tks.TKSKeyShowCLI
 
to(String) - Method in class netscape.net.smtp.SmtpClient
 
toByteArray() - Method in class com.netscape.cmsutil.xml.XMLObject
 
toByteArray(PKIArchiveOptions) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
toFilterString() - Method in class com.netscape.cms.publish.mappers.LdapDNCompsMap.SearchFilter
 
toGeneralNameString(GeneralNameInterface) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
toHashtable(HttpServletRequest) - Static method in class com.netscape.cms.servlet.admin.LogAdminServlet
 
toHashtable(HttpServletRequest) - Static method in class com.netscape.cms.servlet.base.CMSServlet
 
toHashtable(HttpServletRequest) - Static method in class com.netscape.cms.servlet.common.CMSGateway
 
toHexString(byte[]) - Method in interface com.netscape.certsrv.base.IPrettyPrintFormat
Retrieves a pretty print string of the given byte array.
toHexString(byte[]) - Method in class com.netscape.cms.profile.def.EnrollDefault
 
toHexString(byte[]) - Method in class com.netscape.cms.profile.input.FileSigningInput
 
toHexString(byte[]) - Method in class com.netscape.cmscore.cert.PrettyPrintFormat
 
toHexString(byte[], int) - Method in interface com.netscape.certsrv.base.IPrettyPrintFormat
Retrieves a pretty print string of the given byte array.
toHexString(byte[], int) - Method in class com.netscape.cmscore.cert.PrettyPrintFormat
 
toHexString(byte[], int, int) - Method in interface com.netscape.certsrv.base.IPrettyPrintFormat
Retrieves a pretty print string of the given byte array.
toHexString(byte[], int, int) - Method in class com.netscape.cmscore.cert.PrettyPrintFormat
 
toHexString(byte[], int, int, String) - Method in interface com.netscape.certsrv.base.IPrettyPrintFormat
Retrieves a pretty print string of the given byte array.
toHexString(byte[], int, int, String) - Method in class com.netscape.cmscore.cert.PrettyPrintFormat
Convert Byte Array to Hex String Format stevep - speedup by factor of 8
toJSON() - Method in class com.netscape.certsrv.base.PKIException.Data
 
TOK_END - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
TOK_ESC - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
TOK_PREFIX - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
TOK_TOKEN_UNKNOWN - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
TOK_VALUE_UNKNOWN - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
token - Variable in class com.netscape.cms.authentication.SharedSecret
 
Token - Class in com.netscape.cmsutil.crypto
 
Token(CryptoToken) - Constructor for class com.netscape.cmsutil.crypto.Token
 
TOKEN_ACCESS_DESC - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_AIA - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_AKI - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ALGORITHM - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ATTRIBUTE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ATTRIBUTES - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_AUTH_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_AUTHZ_OPERATION - Static variable in class org.dogtagpki.server.authorization.AuthzToken
name of the operation
TOKEN_AUTHZ_RESOURCE - Static variable in class org.dogtagpki.server.authorization.AuthzToken
name of the resource
TOKEN_AUTHZ_STATUS - Static variable in class org.dogtagpki.server.authorization.AuthzToken
 
TOKEN_AUTHZMGR_IMPL_NAME - Static variable in class org.dogtagpki.server.authorization.AuthzToken
Plugin name of the authorization manager that created the AuthzToken as a string.
TOKEN_AUTHZMGR_INST_NAME - Static variable in class org.dogtagpki.server.authorization.AuthzToken
Name of the authorization manager that created the AuthzToken as a string.
TOKEN_AUTHZTIME - Static variable in class org.dogtagpki.server.authorization.AuthzToken
Time of authorization as a java.util.Date
TOKEN_BASE_CRL_NUMBER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_BASIC_CONSTRAINTS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CACHE_IS_EMPTY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CACHE_NOT_AVAILABLE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CARD_CHALLENGE - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_CARD_CRYPTOGRAM - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_CERT_SCOPE_OF_USE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CERT_SERIAL - Static variable in class com.netscape.cms.authentication.CMCAuth
 
TOKEN_CERT_SERIAL - Static variable in class com.netscape.cmscore.authentication.ChallengePhraseAuthentication
 
TOKEN_CERT_TYPE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CERT_USAGE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CERTIFICATE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
Constants.
TOKEN_CERTIFICATE_ISSUER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRITICAL - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRL - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRL_DP_EXT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRL_NUMBER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRLDP_CRLISSUER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRLDP_DISTPOINT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRLDP_NUMPOINTS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRLDP_POINTN - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CRLDP_REASONS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_CUID - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_DATA - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_DATA - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_DATA_NUM_BYTES - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_DATE_OF_INVALIDITY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_DECODING_ERROR - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_DELTA_CRL_INDICATOR - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_DIST_POINT_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_EXTENDED_KEY_USAGE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_EXTENSIONS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_FRESHEST_CRL_EXT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_FULL_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_HOLD_INSTRUCTION - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_HOLD_INSTRUCTION_CODE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_HOST_CHALLENGE - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_IDENTIFIER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_INDIRECT_CRL - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_INHIBIT_POLICY_MAPPING - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_INVALIDITY_DATE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_IS_CA - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ISSUER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ISSUER_ALT_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ISSUER_DOMAIN_POLICY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ISSUER_NAMES - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ISSUING_DIST_POINT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_KDD - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_KEY_ID - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_KEY_TYPE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_KEY_USAGE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_KEYINFO - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
token_keys - Static variable in class com.netscape.cmscore.notification.EmailFormProcessor
 
TOKEN_KEYSET - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_MAP - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_MAPPINGS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NAME_CONSTRAINTS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NEW_KEYINFO - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
TOKEN_NEXT_UPDATE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NO - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NONE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NOT_AFTER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NOT_BEFORE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NOT_SET - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NSC_COMMENT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_NUMBER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_OCSP_NOCHECK - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ONLY_CA_CERTS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ONLY_SOME_REASONS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_ONLY_USER_CERTS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PATH_LEN - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PATH_LEN_INVALID - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PATH_LEN_UNDEFINED - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PATH_LEN_UNLIMITED - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_POLICY_CONSTRAINTS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_POLICY_MAPPINGS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PORT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PRESENCE_SERVER - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PRIVATE_KEY_USAGE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PUBLIC_KEY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PUBLIC_KEY_EXPONENT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_PUBLIC_KEY_MODULUS - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_REASON - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_RELATIVE_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_REQUIRE_EXPLICIT_POLICY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_REVOCATION_DATE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_REVOCATION_REASON - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_REVOKED_CERTIFICATES - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SCOPE_OF_USE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SERIAL - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SIGALG - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SIGNATURE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SKI - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SPKI - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SUBJECT - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SUBJECT_ALT_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SUBJECT_DIR_ATTR - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SUBJECT_DOMAIN_POLICY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_SUBJECT_NAME - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_THIS_UPDATE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_UID - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
TOKEN_UID - Static variable in interface org.dogtagpki.server.authentication.ICertUserDBAuthentication
 
TOKEN_USER_DN - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
TOKEN_USER_DN - Static variable in interface org.dogtagpki.server.authentication.ICertUserDBAuthentication
 
TOKEN_USERDN - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
TOKEN_USERDN - Static variable in interface org.dogtagpki.server.authentication.ICertUserDBAuthentication
 
TOKEN_USERID - Static variable in class com.netscape.cms.authentication.SSLclientCertAuthentication
 
TOKEN_USERID - Static variable in interface org.dogtagpki.server.authentication.ICertUserDBAuthentication
 
TOKEN_VALIDITY - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_VALUE - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_VALUES - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_VERSION - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TOKEN_YES - Static variable in class com.netscape.cmscore.cert.PrettyPrintResources
 
TokenAddCLI - Class in com.netscape.cmstools.tps.token
 
TokenAddCLI(TokenCLI) - Constructor for class com.netscape.cmstools.tps.token.TokenAddCLI
 
TokenAuthenticate - Class in com.netscape.cms.servlet.csadmin
 
TokenAuthenticate() - Constructor for class com.netscape.cms.servlet.csadmin.TokenAuthenticate
 
TokenAuthentication - Class in com.netscape.cms.authentication
Token authentication.
TokenAuthentication() - Constructor for class com.netscape.cms.authentication.TokenAuthentication
 
tokenCLI - Variable in class com.netscape.cmstools.tps.token.TokenAddCLI
 
tokenCLI - Variable in class com.netscape.cmstools.tps.token.TokenFindCLI
 
tokenCLI - Variable in class com.netscape.cmstools.tps.token.TokenModifyCLI
 
tokenCLI - Variable in class com.netscape.cmstools.tps.token.TokenRemoveCLI
 
tokenCLI - Variable in class com.netscape.cmstools.tps.token.TokenShowCLI
 
TokenCLI - Class in com.netscape.cmstools.tps.token
 
TokenCLI(TPSCLI) - Constructor for class com.netscape.cmstools.tps.token.TokenCLI
 
tokenClient - Variable in class com.netscape.cmstools.tps.token.TokenCLI
 
TokenFindCLI - Class in com.netscape.cmstools.tps.token
 
TokenFindCLI(TokenCLI) - Constructor for class com.netscape.cmstools.tps.token.TokenFindCLI
 
TokenInfo - Class in com.netscape.cmstools
Tool used to determine which external hardware tokens are visible to the Certificate System subsystem.
TokenInfo() - Constructor for class com.netscape.cmstools.TokenInfo
 
TokenKeyRecoveryServlet - Class in com.netscape.cms.servlet.connector
TokenKeyRecoveryServlet handles "key recovery service" requests from the netkey TPS
TokenKeyRecoveryServlet() - Constructor for class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
Constructs TokenKeyRecovery servlet.
TokenModifyCLI - Class in com.netscape.cmstools.tps.token
 
TokenModifyCLI(TokenCLI) - Constructor for class com.netscape.cmstools.tps.token.TokenModifyCLI
 
TokenRemoveCLI - Class in com.netscape.cmstools.tps.token
 
TokenRemoveCLI(TokenCLI) - Constructor for class com.netscape.cmstools.tps.token.TokenRemoveCLI
 
TokenShowCLI - Class in com.netscape.cmstools.tps.token
 
TokenShowCLI(TokenCLI) - Constructor for class com.netscape.cmstools.tps.token.TokenShowCLI
 
toLowerCaseSubsystemType(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
toPEM(X509Certificate) - Static method in class org.dogtag.util.cert.CertUtil
 
toPEM(PKCS10) - Static method in class org.dogtag.util.cert.CertUtil
 
toPKIArchiveOptions(byte[]) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
toPrettyPrint(String) - Method in class com.netscape.cms.profile.input.nsHKeyCertReqInput
 
toRequest(IRequest) - Method in class com.netscape.cmscore.connector.HttpPKIMessage
copy contents to request.
toResponse(PKIException) - Method in class org.dogtagpki.server.rest.PKIExceptionMapper
 
toStr(byte[]) - Method in class com.netscape.cms.profile.def.GenericExtDefault
 
toString() - Method in exception com.netscape.certsrv.base.EBaseException
Returns the exception string in the default locale.
toString() - Method in interface com.netscape.certsrv.base.IExtPrettyPrint
Retrieves the printable extension string.
toString() - Method in class com.netscape.certsrv.base.KeyGenInfo
String representation of KenGenInfo
toString() - Method in class com.netscape.certsrv.base.MetaInfo
Returns a short string describing this certificate attribute.
toString() - Method in class com.netscape.cms.authorization.ACL
Returns the string reprsentation.
toString() - Method in class com.netscape.cms.servlet.common.CMSFile
 
toString() - Method in class com.netscape.cms.servlet.common.RawJS
 
toString() - Method in class com.netscape.cmscore.dbs.CertRecord
String representation
toString() - Method in interface com.netscape.cmscore.ldap.ILdapExpression
Convert to a string.
toString() - Method in class com.netscape.cmscore.ldap.LdapAndExpression
 
toString() - Method in class com.netscape.cmscore.ldap.LdapOrExpression
 
toString() - Method in class com.netscape.cmscore.ldap.LdapSimpleExpression
 
toString() - Method in class com.netscape.cmscore.notification.EmailTemplate
 
toString() - Method in class com.netscape.cmscore.util.FileDialogFilter
 
toString() - Method in class com.netscape.cmscore.util.UtilMessage
Returns localized message string.
toString() - Method in class com.netscape.cmsutil.scep.CRSPKIMessage
 
toString() - Method in class org.dogtagpki.legacy.core.policy.AndExpression
 
toString() - Method in class org.dogtagpki.legacy.core.policy.OrExpression
 
toString() - Method in class org.dogtagpki.legacy.core.policy.SimpleExpression
 
toString(String) - Method in class com.netscape.cms.servlet.common.CMSFile
 
toString(Locale) - Method in exception com.netscape.certsrv.base.EBaseException
Returns the exception string in the given locale.
toString(Locale) - Method in interface com.netscape.certsrv.base.ICertPrettyPrint
Returns printable certificate string.
toString(Locale) - Method in interface com.netscape.certsrv.base.ICRLPrettyPrint
Retrieves the printable CRL string.
toString(Locale) - Method in class com.netscape.cmscore.cert.CrlCachePrettyPrint
This method return string representation of the certificate revocation list in predefined format using specified client local.
toString(Locale) - Method in class com.netscape.cmscore.util.UtilMessage
Returns the string based on the given locale.
toString(Locale, long, long, long) - Method in interface com.netscape.certsrv.base.ICRLPrettyPrint
Retrieves the printable CRL string.
toString(Locale, long, long, long) - Method in class com.netscape.cmscore.cert.CrlCachePrettyPrint
 
totalConn() - Method in class com.netscape.cmscore.ldapconn.LdapAnonConnFactory
 
totalConn() - Method in class com.netscape.cmscore.ldapconn.LdapBoundConnFactory
 
toXML() - Method in class com.netscape.certsrv.base.PKIException.Data
 
toXMLString() - Method in class com.netscape.cmsutil.xml.XMLObject
 
TPSCertCLI - Class in com.netscape.cmstools.tps.cert
 
TPSCertCLI(TPSCLI) - Constructor for class com.netscape.cmstools.tps.cert.TPSCertCLI
 
TPSCertFindCLI - Class in com.netscape.cmstools.tps.cert
 
TPSCertFindCLI(TPSCertCLI) - Constructor for class com.netscape.cmstools.tps.cert.TPSCertFindCLI
 
TPSCertShowCLI - Class in com.netscape.cmstools.tps.cert
 
TPSCertShowCLI(TPSCertCLI) - Constructor for class com.netscape.cmstools.tps.cert.TPSCertShowCLI
 
tpsCLI - Variable in class com.netscape.cmstools.logging.ActivityCLI
 
tpsCLI - Variable in class com.netscape.cmstools.tps.cert.TPSCertCLI
 
tpsCLI - Variable in class com.netscape.cmstools.tps.profile.ProfileCLI
 
tpsCLI - Variable in class com.netscape.cmstools.tps.token.TokenCLI
 
TPSCLI - Class in com.netscape.cmstools.tps
 
TPSCLI - Class in org.dogtagpki.server.cli
 
TPSCLI(MainCLI) - Constructor for class com.netscape.cmstools.tps.TPSCLI
 
TPSCLI(CLI) - Constructor for class org.dogtagpki.server.cli.TPSCLI
 
tpsClient - Variable in class com.netscape.cmstools.tps.TPSCLI
 
TPSConfigCLI - Class in com.netscape.cmstools.tps.config
 
TPSConfigCLI(SubsystemCLI) - Constructor for class com.netscape.cmstools.tps.config.TPSConfigCLI
 
TPSConnectorAddCLI - Class in com.netscape.cmstools.tks
 
TPSConnectorAddCLI(TPSConnectorCLI) - Constructor for class com.netscape.cmstools.tks.TPSConnectorAddCLI
 
tpsConnectorCLI - Variable in class com.netscape.cmstools.tks.TPSConnectorAddCLI
 
tpsConnectorCLI - Variable in class com.netscape.cmstools.tks.TPSConnectorFindCLI
 
tpsConnectorCLI - Variable in class com.netscape.cmstools.tks.TPSConnectorModCLI
 
tpsConnectorCLI - Variable in class com.netscape.cmstools.tks.TPSConnectorRemoveCLI
 
tpsConnectorCLI - Variable in class com.netscape.cmstools.tks.TPSConnectorShowCLI
 
TPSConnectorCLI - Class in com.netscape.cmstools.tks
 
TPSConnectorCLI(TKSCLI) - Constructor for class com.netscape.cmstools.tks.TPSConnectorCLI
 
tpsConnectorClient - Variable in class com.netscape.cmstools.tks.TKSKeyCLI
 
tpsConnectorClient - Variable in class com.netscape.cmstools.tks.TPSConnectorCLI
 
TPSConnectorFindCLI - Class in com.netscape.cmstools.tks
 
TPSConnectorFindCLI(TPSConnectorCLI) - Constructor for class com.netscape.cmstools.tks.TPSConnectorFindCLI
 
TPSConnectorModCLI - Class in com.netscape.cmstools.tks
 
TPSConnectorModCLI(TPSConnectorCLI) - Constructor for class com.netscape.cmstools.tks.TPSConnectorModCLI
 
TPSConnectorRemoveCLI - Class in com.netscape.cmstools.tks
 
TPSConnectorRemoveCLI(TPSConnectorCLI) - Constructor for class com.netscape.cmstools.tks.TPSConnectorRemoveCLI
 
TPSConnectorShowCLI - Class in com.netscape.cmstools.tks
 
TPSConnectorShowCLI(TPSConnectorCLI) - Constructor for class com.netscape.cmstools.tks.TPSConnectorShowCLI
 
TRACE - org.dogtagpki.util.logging.PKILogger.Level
 
TRAILER - Static variable in class com.netscape.cmstools.AtoB
 
TRAILER - Static variable in class com.netscape.cmstools.CMCEnroll
 
TRAILER - Static variable in class com.netscape.cmstools.CMCRequest
 
TRAILER - Static variable in class com.netscape.cmstools.PrettyPrintCert
 
TRAILER - Static variable in class com.netscape.cmstools.PrettyPrintCrl
 
transfer(IRequest, IRequest) - Static method in class com.netscape.cmscore.connector.RequestTransfer
 
TransferProtocolClient - Class in netscape.net
This class implements that basic intefaces of transfer protocols.
TransferProtocolClient() - Constructor for class netscape.net.TransferProtocolClient
creates an uninitialized instance of this class.
TransferProtocolClient(String, int) - Constructor for class netscape.net.TransferProtocolClient
standard constructor to host host, port port.
transferRequest(IRequest, IRequest) - Method in class com.netscape.cmscore.connector.LocalConnector
 
transitInvalidCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
This transits a certificate status from INVALID to VALID if a certificate becomes valid.
transitRevokedExpiredCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
This transits a certificate status from REVOKED to REVOKED_EXPIRED if an revoked certificate becomes expired.
transitValidCertificates() - Method in class com.netscape.cmscore.dbs.CertificateRepository
This transits a certificate status from VALID to EXPIRED if a certificate becomes expired.
trimB64E(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
trustAuditSigningCert(X509Certificate) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
trustCACert(X509Certificate) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
trustCert(String, String, String) - Method in class com.netscape.cmscore.security.JssSubsystem
 
trustCert(InternalCertificate) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Trusts a certificate.
trustCertByNickname(String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
Trusts a certificate by nickname.
TRUSTED_RA_GROUP - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
TRY_LATER - Static variable in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
type - Variable in class com.netscape.certsrv.base.Link
 
TYPES - Static variable in class com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
 

U

ugSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
UGSubsystem - Class in com.netscape.cmscore.usrgrp
This class defines low-level LDAP usr/grp management usr/grp information is located remotely on another LDAP server.
UGSubsystem() - Constructor for class com.netscape.cmscore.usrgrp.UGSubsystem
Constructs LDAP based usr/grp management
UGSubsystemConfig - Class in com.netscape.cmscore.usrgrp
 
UGSubsystemConfig() - Constructor for class com.netscape.cmscore.usrgrp.UGSubsystemConfig
 
UGSubsystemConfig(ConfigStorage) - Constructor for class com.netscape.cmscore.usrgrp.UGSubsystemConfig
 
UGSubsystemConfig(String, SimpleProperties) - Constructor for class com.netscape.cmscore.usrgrp.UGSubsystemConfig
 
UidPwdDirAuthentication - Class in com.netscape.cms.authentication
uid/pwd directory based authentication manager
UidPwdDirAuthentication() - Constructor for class com.netscape.cms.authentication.UidPwdDirAuthentication
 
UidPwdPinDirAuthentication - Class in com.netscape.cms.authentication
uid/pwd/pin directory based authentication manager
UidPwdPinDirAuthentication() - Constructor for class com.netscape.cms.authentication.UidPwdPinDirAuthentication
Default constructor, initialization must follow.
UNAUTHORIZED - Static variable in class com.netscape.cmsutil.ocsp.OCSPResponseStatus
 
UNAUTHORIZED_TEMPLATE - Static variable in class com.netscape.cms.servlet.base.CMSServlet
 
UnauthorizedException - Exception in com.netscape.certsrv.base
 
UnauthorizedException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception com.netscape.certsrv.base.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception com.netscape.certsrv.base.UnauthorizedException
 
unionOfStrings(String[][]) - Method in class com.netscape.cms.authentication.FlatFileAuth
Return a string array which is the union of all the string arrays passed in.
UniqueSubjectName - Class in org.dogtagpki.legacy.server.policy.constraints
This class is used to help migrate CMS4.1 to CMS4.2.
UniqueSubjectName() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectName
 
UniqueSubjectNameConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
Checks the uniqueness of the subject name.
UniqueSubjectNameConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
 
UNKNOWN - Static variable in class com.netscape.cmscore.authentication.VerifiedCert
 
UnknownInfo - Class in com.netscape.cmsutil.ocsp
RFC 2560:
UnknownInfo() - Constructor for class com.netscape.cmsutil.ocsp.UnknownInfo
 
UnknownInfo.Template - Class in com.netscape.cmsutil.ocsp
A Template for decoding ResponseBytes.
unmarkRevoked(BigInteger, IRevocationInfo, Date, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Unmarks revoked certificate.
unmarshal(ResourceMessage.AttributeList) - Method in class com.netscape.certsrv.base.ResourceMessage.MapAdapter
 
unmarshal(String, Class<T>) - Static method in class com.netscape.certsrv.base.ResourceMessage
 
unmarshall(Class<T>, String) - Static method in class com.netscape.certsrv.base.ResourceMessage
 
unmarshaller - Static variable in class com.netscape.certsrv.authority.AuthorityData
 
unpublish(LDAPConnection, String, Object) - Method in interface com.netscape.certsrv.publish.ILdapPublisher
Unpublish an object.
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.FileBasedPublisher
Unpublishes a object to the ldap directory.
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCaCertPublisher
deletes the certificate from CA's certificate attribute.
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCertificatePairPublisher
unsupported
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCertSubjPublisher
deletes the certificate from the list of certificates.
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapCrlPublisher
There shouldn't be a need to call this.
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.LdapUserCertPublisher
unpublish a user certificate deletes the certificate from the list of certificates.
unpublish(LDAPConnection, String, Object) - Method in class com.netscape.cms.publish.publishers.OCSPPublisher
Unpublishs a object to the ldap directory.
unpublishCACert(X509Certificate) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
This function is never called.
unpublishCACert(X509Certificate) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
This function is never called.
unpublishCert(X509Certificate, IRequest) - Method in interface com.netscape.certsrv.publish.IPublisherProcessor
Unpublish user certificate.
unpublishCert(X509Certificate, IRequest) - Method in class com.netscape.cmscore.ldap.PublisherProcessor
Unpublish user certificate.
unRegisterProccess(Object, Object) - Method in class com.netscape.cmscore.apps.CommandQueue
 
unsecurePort - Variable in class com.netscape.cmscore.apps.CMSEngine
 
unsetSSLCiphers() - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
unTrustCert(InternalCertificate) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
unwrap(CryptoToken, PublicKey, boolean, SymmetricKey, byte[], KeyWrapAlgorithm, IVParameterSpec) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
unwrap(CryptoToken, SymmetricKey.Type, int, SymmetricKey.Usage, PrivateKey, byte[], KeyWrapAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
unwrap(CryptoToken, SymmetricKey.Type, int, SymmetricKey.Usage, SymmetricKey, byte[], KeyWrapAlgorithm, IVParameterSpec) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
unwrapPKCS10(String, boolean) - Static method in class com.netscape.cmscore.cert.CertUtils
Remove the header and footer in the PKCS10 request.
unwrapUsingPassphrase(byte[], String) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
update(LogEvent, LogSource, int, String, Object[], boolean) - Method in class com.netscape.cms.logging.Logger
Updates a log event.
update(LogEvent, LogSource, int, String, Object[], boolean) - Method in class com.netscape.cms.logging.SignedAuditLogger
 
update(IRequest, RequestStatus) - Method in interface com.netscape.cms.profile.updater.IProfileUpdater
Notifies of state change.
update(IRequest, RequestStatus) - Method in class com.netscape.cms.profile.updater.SubsystemGroupUpdater
 
update(PKIServerEvent) - Method in class com.netscape.cmscore.apps.PKIServerListener
Updates listener with the server event.
update(BigInteger, byte[], int) - Method in class com.netscape.cmscore.authentication.VerifiedCerts
 
update(X509CertImpl, int) - Method in class com.netscape.cmscore.authentication.VerifiedCerts
 
updateACLs(String, String, String, String) - Method in class com.netscape.cms.authorization.AAclAuthz
This one only updates the memory.
updateACLs(String, String, String, String) - Method in class com.netscape.cms.authorization.BasicGroupAuthz
 
updateACLs(String, String, String, String) - Method in class com.netscape.cms.authorization.DirAclAuthz
update acls.
updateACLs(String, String, String, String) - Method in interface org.dogtagpki.server.authorization.IAuthzManager
Update ACLs in the database
updateAdminUserCert(AdminSetupRequest, X509CertImpl) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
updateAuditConfig(AuditConfig) - Method in class org.dogtagpki.server.rest.AuditService
 
updateCertStatus() - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.CASigningCert
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.CertificateInfo
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.KRATransportCert
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.OCSPSigningCert
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.RASigningCert
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.SSLCert
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.SSLSelfSignedCert
 
updateConfig(IConfigStore) - Method in class com.netscape.cmscore.security.SubsystemCert
 
updateConfig(NameValuePairs) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Updates issuing point configuration according to supplied data in name value pairs.
updateCounter() - Method in class com.netscape.cmscore.dbs.CertificateRepository
 
updateCRL(X509CRL) - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method updates the specified CRL.
updateCRL(X509CRL) - Method in class com.netscape.cms.ocsp.DefStore
 
updateCRL(X509CRL) - Method in class com.netscape.cms.ocsp.LDAPStore
 
updateCRLCache(String, Long, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>) - Method in class com.netscape.cmscore.dbs.CRLRepository
Updates CRL issuing point record with CRL cache info.
updateCRLCacheRepository() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Updates CRL cache into local directory.
updateCRLHash(X509CertImpl, X509CRLImpl) - Method in class com.netscape.cms.ocsp.LDAPStore
 
updateCRLIssuingPointRecord(String, byte[], Date, Date, BigInteger, Long) - Method in class com.netscape.cmscore.dbs.CRLRepository
Updates CRL issuing point record.
updateCRLIssuingPointRecord(String, byte[], Date, Date, BigInteger, Long, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>) - Method in class com.netscape.cmscore.dbs.CRLRepository
Updates CRL issuing point record.
updateCRLNow() - Method in interface org.dogtagpki.server.ca.ICertificateAuthority
Updates the CRL immediately for MasterCRL issuing point if it exists.
updateCRLNow() - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Generates CRL now based on cache or local directory if cache is not available.
updateCRLNow(String) - Method in interface org.dogtagpki.server.ca.ICRLIssuingPoint
Generates CRL now based on cache or local directory if cache is not available.
updateDeltaCRL(String, BigInteger, Long, Date, byte[]) - Method in class com.netscape.cmscore.dbs.CRLRepository
Updates CRL issuing point record with delta-CRL.
UpdateDir - Class in com.netscape.cms.servlet.cert
Update the configured LDAP server with specified objects
UpdateDir() - Constructor for class com.netscape.cms.servlet.cert.UpdateDir
Constructs UpdateDir servlet.
updateDomainXML(String, int, boolean, String, MultivaluedMap<String, String>, boolean) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
UpdateDomainXML - Class in com.netscape.cms.servlet.csadmin
 
UpdateDomainXML() - Constructor for class com.netscape.cms.servlet.csadmin.UpdateDomainXML
 
updateExpiredCerts(String, Hashtable<BigInteger, RevokedCertificate>) - Method in class com.netscape.cmscore.dbs.CRLRepository
Updates CRL issuing point record with recently expired certificates info.
updateFirstUnsaved(String, String) - Method in class com.netscape.cmscore.dbs.CRLRepository
 
updateGeneralPanel() - Method in class com.netscape.cmscore.util.ProfileSubsystem
 
updateIdOnInit - Variable in class com.netscape.cmscore.apps.SubsystemInfo
 
updateKeyStatus() - Method in class com.netscape.cmscore.dbs.KeyRepository
This method blocks when another thread is running
updateNextRanges() - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
UpdateNumberRange - Class in com.netscape.cms.servlet.csadmin
 
UpdateNumberRange() - Constructor for class com.netscape.cms.servlet.csadmin.UpdateNumberRange
 
UpdateOCSPConfig - Class in com.netscape.cms.servlet.csadmin
 
UpdateOCSPConfig() - Constructor for class com.netscape.cms.servlet.csadmin.UpdateOCSPConfig
 
updatePublishingStatus(String) - Method in class com.netscape.cmscore.request.ARequestNotifier
 
updateRecord(String, E) - Method in class com.netscape.cmscore.dbs.Database
 
updateRecord(String, E) - Method in class com.netscape.cmscore.dbs.LDAPDatabase
 
updateRequest(IRequest) - Method in class com.netscape.cmscore.request.ARequestQueue
 
updateRevokedCerts(String, Hashtable<BigInteger, RevokedCertificate>, Hashtable<BigInteger, RevokedCertificate>) - Method in class com.netscape.cmscore.dbs.CRLRepository
Updates CRL issuing point record with recently revoked certificates info.
updateSecurityDomain(SecurityDomainSetupRequest) - Method in class com.netscape.cms.servlet.csadmin.Configurator
 
updateStatus(BigInteger, String) - Method in class com.netscape.cmscore.dbs.CertificateRepository
Updates the certificiate record status to the specified.
updateThreadPanel() - Method in class com.netscape.cmscore.util.ProfileSubsystem
 
upgrade(LDAPConfig, LdapBoundConnection) - Method in class org.dogtagpki.server.cli.CADBUpgradeCLI
 
upgrade(LDAPConfig, LdapBoundConnection) - Method in class org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
 
Upgrade - Class in com.netscape.cmscore.apps
 
Upgrade() - Constructor for class com.netscape.cmscore.apps.Upgrade
 
upgradeConfig(IConfigStore) - Static method in class com.netscape.cmscore.apps.CMSEngine
 
uriInfo - Variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
uriInfo - Variable in class com.netscape.cms.servlet.base.PKIService
 
url - Variable in class com.netscape.cmsutil.ocsp.OCSPProcessor
 
URL - Static variable in class com.netscape.cms.profile.input.FileSigningInput
 
URLdecode(String) - Method in class com.netscape.cms.servlet.admin.AdminServlet
URL decodes the given string.
URLdecode(String) - Method in class com.netscape.cms.servlet.connector.TokenKeyRecoveryServlet
Process the HTTP request.
usageAndExit() - Static method in class com.netscape.cmstools.PrettyPrintCert
 
USE_SKI_LABEL - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
useAllEntries() - Method in class com.netscape.cms.publish.mappers.LdapCertSubjMap
 
useDefaultKey() - Method in class com.netscape.cms.servlet.csadmin.Cert
 
User - Class in com.netscape.cmscore.usrgrp
A class represents a user.
User(String) - Constructor for class com.netscape.cmscore.usrgrp.User
Constructs a user.
USER - Static variable in class com.netscape.certsrv.base.SessionContext
User object of the authenticated user in the current thread.
USER_DN - Static variable in class com.netscape.cms.authentication.DirBasedAuthentication
 
USER_ID - Static variable in class com.netscape.certsrv.base.SessionContext
User ID of the authenticated user in the current thread.
UserAccessEvaluator - Class in com.netscape.cms.evaluators
A class represents a user acls evaluator.
UserAccessEvaluator() - Constructor for class com.netscape.cms.evaluators.UserAccessEvaluator
Class constructor.
UserAddCLI - Class in com.netscape.cmstools.user
 
UserAddCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserAddCLI
 
UserCertAddCLI - Class in com.netscape.cmstools.user
 
UserCertAddCLI(UserCertCLI) - Constructor for class com.netscape.cmstools.user.UserCertAddCLI
 
userCertCLI - Variable in class com.netscape.cmstools.user.UserCertAddCLI
 
userCertCLI - Variable in class com.netscape.cmstools.user.UserCertFindCLI
 
userCertCLI - Variable in class com.netscape.cmstools.user.UserCertRemoveCLI
 
userCertCLI - Variable in class com.netscape.cmstools.user.UserCertShowCLI
 
UserCertCLI - Class in com.netscape.cmstools.user
 
UserCertCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserCertCLI
 
UserCertFindCLI - Class in com.netscape.cmstools.user
 
UserCertFindCLI(UserCertCLI) - Constructor for class com.netscape.cmstools.user.UserCertFindCLI
 
UserCertRemoveCLI - Class in com.netscape.cmstools.user
 
UserCertRemoveCLI(UserCertCLI) - Constructor for class com.netscape.cmstools.user.UserCertRemoveCLI
 
UserCertShowCLI - Class in com.netscape.cmstools.user
 
UserCertShowCLI(UserCertCLI) - Constructor for class com.netscape.cmstools.user.UserCertShowCLI
 
userCLI - Variable in class com.netscape.cmstools.user.UserAddCLI
 
userCLI - Variable in class com.netscape.cmstools.user.UserFindCLI
 
userCLI - Variable in class com.netscape.cmstools.user.UserModifyCLI
 
userCLI - Variable in class com.netscape.cmstools.user.UserRemoveCLI
 
userCLI - Variable in class com.netscape.cmstools.user.UserShowCLI
 
UserCLI - Class in com.netscape.cmstools.user
 
UserCLI(CLI) - Constructor for class com.netscape.cmstools.user.UserCLI
 
userClient - Variable in class com.netscape.cmstools.user.UserCLI
 
UserExtensionDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a user-supplied extension into the certificate template.
UserExtensionDefault() - Constructor for class com.netscape.cms.profile.def.UserExtensionDefault
 
UserFindCLI - Class in com.netscape.cmstools.user
 
UserFindCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserFindCLI
 
userGroupManager - Variable in class com.netscape.cms.servlet.admin.GroupMemberProcessor
 
userGroupManager - Variable in class org.dogtagpki.server.rest.GroupService
 
userGroupManager - Variable in class org.dogtagpki.server.rest.UserService
 
userId - Variable in exception com.netscape.certsrv.base.UserNotFoundException
 
UserInfo - Class in com.netscape.cms.servlet.base
This class represents information about the client e.g.
UserInfo() - Constructor for class com.netscape.cms.servlet.base.UserInfo
Constructs a user information object.
UserKeyDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a user supplied key into the certificate template.
UserKeyDefault() - Constructor for class com.netscape.cms.profile.def.UserKeyDefault
 
UserMembershipAddCLI - Class in com.netscape.cmstools.user
 
UserMembershipAddCLI(UserMembershipCLI) - Constructor for class com.netscape.cmstools.user.UserMembershipAddCLI
 
userMembershipCLI - Variable in class com.netscape.cmstools.user.UserMembershipAddCLI
 
userMembershipCLI - Variable in class com.netscape.cmstools.user.UserMembershipFindCLI
 
userMembershipCLI - Variable in class com.netscape.cmstools.user.UserMembershipRemoveCLI
 
UserMembershipCLI - Class in com.netscape.cmstools.user
 
UserMembershipCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserMembershipCLI
 
UserMembershipFindCLI - Class in com.netscape.cmstools.user
 
UserMembershipFindCLI(UserMembershipCLI) - Constructor for class com.netscape.cmstools.user.UserMembershipFindCLI
 
UserMembershipRemoveCLI - Class in com.netscape.cmstools.user
 
UserMembershipRemoveCLI(UserMembershipCLI) - Constructor for class com.netscape.cmstools.user.UserMembershipRemoveCLI
 
UserModifyCLI - Class in com.netscape.cmstools.user
 
UserModifyCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserModifyCLI
 
UserNotFoundException - Exception in com.netscape.certsrv.base
 
UserNotFoundException(PKIException.Data) - Constructor for exception com.netscape.certsrv.base.UserNotFoundException
 
UserNotFoundException(String) - Constructor for exception com.netscape.certsrv.base.UserNotFoundException
 
UserNotFoundException(String, String) - Constructor for exception com.netscape.certsrv.base.UserNotFoundException
 
UserNotFoundException(String, String, Throwable) - Constructor for exception com.netscape.certsrv.base.UserNotFoundException
 
UserOrigReqAccessEvaluator - Class in com.netscape.cms.evaluators
A class represents a user-origreq user mapping acls evaluator.
UserOrigReqAccessEvaluator() - Constructor for class com.netscape.cms.evaluators.UserOrigReqAccessEvaluator
Class constructor.
UserPwdDirAuthentication - Class in com.netscape.cms.authentication
uid/pwd directory based authentication manager
UserPwdDirAuthentication() - Constructor for class com.netscape.cms.authentication.UserPwdDirAuthentication
Default constructor, initialization must follow.
UserRemoveCLI - Class in com.netscape.cmstools.user
 
UserRemoveCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserRemoveCLI
 
UserService - Class in org.dogtagpki.server.rest
 
UserService() - Constructor for class org.dogtagpki.server.rest.UserService
 
UserShowCLI - Class in com.netscape.cmstools.user
 
UserShowCLI(UserCLI) - Constructor for class com.netscape.cmstools.user.UserShowCLI
 
UserSigningAlgDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a user-supplied signing algorithm into the certificate template.
UserSigningAlgDefault() - Constructor for class com.netscape.cms.profile.def.UserSigningAlgDefault
 
UserSubjectNameConstraint - Class in com.netscape.cms.profile.constraint
This class implements the user subject name constraint.
UserSubjectNameConstraint() - Constructor for class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
 
UserSubjectNameDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a user-supplied subject name into the certificate template.
UserSubjectNameDefault() - Constructor for class com.netscape.cms.profile.def.UserSubjectNameDefault
 
UserValidityDefault - Class in com.netscape.cms.profile.def
This class implements an enrollment default policy that populates a user-supplied validity into the certificate template.
UserValidityDefault() - Constructor for class com.netscape.cms.profile.def.UserValidityDefault
 
UsrGrpAdminServlet - Class in com.netscape.cms.servlet.admin
A class representing an administration servlet for User/Group Manager.
UsrGrpAdminServlet() - Constructor for class com.netscape.cms.servlet.admin.UsrGrpAdminServlet
Constructs User/Group manager servlet.
UtilMessage - Class in com.netscape.cmscore.util
This object is used to easily create I18N messages for utility classes and standalone programs.
UtilMessage(Exception) - Constructor for class com.netscape.cmscore.util.UtilMessage
Constructs a message from a base exception.
UtilMessage(String) - Constructor for class com.netscape.cmscore.util.UtilMessage
Constructs a message event
UtilMessage(String, Exception) - Constructor for class com.netscape.cmscore.util.UtilMessage
Constructs a message from an exception.
UtilMessage(String, Object[]) - Constructor for class com.netscape.cmscore.util.UtilMessage
Constructs a message event with a list of parameters that will be substituted into the message format.
UtilMessage(String, String) - Constructor for class com.netscape.cmscore.util.UtilMessage
Constructs a message with a parameter.
UtilResources - Class in com.netscape.cmscore.util
A class represents a resource bundle for miscellanous utilities
UtilResources() - Constructor for class com.netscape.cmscore.util.UtilResources
 

V

VAL_ALG_ID - Static variable in class com.netscape.cms.profile.def.UserSigningAlgDefault
 
VAL_ATTR - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
VAL_B64_CERT - Static variable in class com.netscape.cms.profile.output.CertOutput
 
VAL_C - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_CERT_REQUEST - Static variable in class com.netscape.cms.profile.input.CertReqInput
 
VAL_CERT_REQUEST - Static variable in class com.netscape.cms.profile.input.CMCCertReqInput
 
VAL_CERT_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.input.CertReqInput
 
VAL_CERT_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.input.CMCCertReqInput
 
VAL_CN - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_COMMENT - Static variable in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.GenericExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.NSCCommentExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.OCSPNoCheckExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectDirAttributesExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
VAL_CRITICAL - Static variable in class com.netscape.cms.profile.def.UserExtensionDefault
 
VAL_CRL_DISTRIBUTION_POINTS - Static variable in class com.netscape.cms.profile.def.CRLDistributionPointsExtDefault
 
VAL_CRL_DISTRIBUTION_POINTS - Static variable in class com.netscape.cms.profile.def.FreshestCRLExtDefault
 
VAL_CRL_SIGN - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_DATA - Static variable in class com.netscape.cms.profile.def.GenericExtDefault
 
VAL_DATA_ENCIPHERMENT - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_DECIPHER_ONLY - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_DER - Static variable in class com.netscape.cms.profile.output.nsNKeyOutput
 
VAL_DIGITAL_SIGNATURE - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_DOMAINS - Static variable in class com.netscape.cms.profile.def.PolicyMappingsExtDefault
 
VAL_EMAIL - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_EMAIL - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_EMAIL_CA - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_ENCIPHER_ONLY - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_EXCLUDED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
VAL_GENERAL_NAMES - Static variable in class com.netscape.cms.profile.def.AuthInfoAccessExtDefault
 
VAL_GENERAL_NAMES - Static variable in class com.netscape.cms.profile.def.IssuerAltNameExtDefault
 
VAL_GENERAL_NAMES - Static variable in class com.netscape.cms.profile.def.SubjectAltNameExtDefault
 
VAL_GENERAL_NAMES - Static variable in class com.netscape.cms.profile.def.SubjectInfoAccessExtDefault
 
VAL_IMAGE_URL - Static variable in class com.netscape.cms.profile.def.ImageDefault
 
VAL_INHIBIT_POLICY_MAPPING - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
VAL_IS_CA - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
VAL_KEY - Static variable in class com.netscape.cms.profile.def.UserKeyDefault
 
VAL_KEY_AGREEMENT - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_KEY_CERTSIGN - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_KEY_ENCIPHERMENT - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_KEY_ID - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
VAL_KEYGEN_REQUEST - Static variable in class com.netscape.cms.profile.input.DualKeyGenInput
 
VAL_KEYGEN_REQUEST - Static variable in class com.netscape.cms.profile.input.EncryptionKeyGenInput
 
VAL_KEYGEN_REQUEST - Static variable in class com.netscape.cms.profile.input.KeyGenInput
 
VAL_KEYGEN_REQUEST - Static variable in class com.netscape.cms.profile.input.SigningKeyGenInput
 
VAL_KEYGEN_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.input.DualKeyGenInput
 
VAL_KEYGEN_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.input.EncryptionKeyGenInput
 
VAL_KEYGEN_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.input.KeyGenInput
 
VAL_KEYGEN_REQUEST_TYPE - Static variable in class com.netscape.cms.profile.input.SigningKeyGenInput
 
VAL_LEN - Static variable in class com.netscape.cms.profile.def.UserKeyDefault
 
VAL_MD - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.AuthTokenSubjectNameDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.nsHKeySubjectNameDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.nsNKeySubjectNameDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.nsTokenDeviceKeySubjectNameDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.nsTokenUserKeySubjectNameDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.SubjectNameDefault
 
VAL_NAME - Static variable in class com.netscape.cms.profile.def.UserSubjectNameDefault
 
VAL_NON_REPUDIATION - Static variable in class com.netscape.cms.profile.def.KeyUsageExtDefault
 
VAL_NOT_AFTER - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
VAL_NOT_AFTER - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
VAL_NOT_AFTER - Static variable in class com.netscape.cms.profile.def.UserValidityDefault
 
VAL_NOT_BEFORE - Static variable in class com.netscape.cms.profile.def.PrivateKeyUsagePeriodExtDefault
 
VAL_NOT_BEFORE - Static variable in class com.netscape.cms.profile.def.RandomizedValidityDefault
 
VAL_NOT_BEFORE - Static variable in class com.netscape.cms.profile.def.UserValidityDefault
 
VAL_O - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_OBJECT_SIGNING - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_OBJECT_SIGNING_CA - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_OID - Static variable in class com.netscape.cms.profile.def.UserExtensionDefault
 
VAL_OIDS - Static variable in class com.netscape.cms.profile.def.ExtendedKeyUsageExtDefault
 
VAL_OU - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_OU1 - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_OU2 - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_OU3 - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_P12_RESPONSE - Static variable in class com.netscape.cms.profile.output.PKCS12Output
 
VAL_PATH_LEN - Static variable in class com.netscape.cms.profile.def.BasicConstraintsExtDefault
 
VAL_PERMITTED_SUBTREES - Static variable in class com.netscape.cms.profile.def.NameConstraintsExtDefault
 
VAL_POLICY_QUALIFIERS - Static variable in class com.netscape.cms.profile.def.CertificatePoliciesExtDefault
 
VAL_PRETTY_CERT - Static variable in class com.netscape.cms.profile.output.CertOutput
 
VAL_PUBLIC_KEY - Static variable in class com.netscape.cms.profile.input.nsHKeyCertReqInput
 
VAL_PUBLIC_KEY - Static variable in class com.netscape.cms.profile.input.nsNKeyCertReqInput
 
VAL_REALM - Static variable in class com.netscape.cms.profile.def.AuthzRealmDefault
 
VAL_REQ_EXPLICIT_POLICY - Static variable in class com.netscape.cms.profile.def.PolicyConstraintsExtDefault
 
VAL_SAN_REQ_PATTERN - Static variable in class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
VAL_SAN_REQ_TYPE - Static variable in class com.netscape.cms.profile.input.SubjectAltNameExtInput
 
VAL_SKIP_CERTS - Static variable in class com.netscape.cms.profile.def.InhibitAnyPolicyExtDefault
 
VAL_SN - Static variable in class com.netscape.cms.profile.input.nsNKeyCertReqInput
 
VAL_SSL_CA - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_SSL_CLIENT - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_SSL_SERVER - Static variable in class com.netscape.cms.profile.def.NSCertTypeExtDefault
 
VAL_SUBJECT - Static variable in class com.netscape.cms.profile.input.SubjectDNInput
 
VAL_TOKEN_CUID - Static variable in class com.netscape.cms.profile.input.nsHKeyCertReqInput
 
VAL_TYPE - Static variable in class com.netscape.cms.profile.def.UserKeyDefault
 
VAL_UID - Static variable in class com.netscape.cms.profile.input.SubjectNameInput
 
VAL_USE_SKI_IF_IN_REQUEST - Static variable in class com.netscape.cms.profile.def.SubjectKeyIdentifierExtDefault
 
VAL_VERSION - Static variable in class com.netscape.cms.profile.def.CertificateVersionDefault
 
validate(IRequest) - Method in class com.netscape.cms.profile.common.EnrollProfile
Passes the request to the set of constraint policies that validate the request against the profile.
validate(IRequest) - Method in class com.netscape.cms.profile.common.Profile
Passes the request to the set of constraint policies that validate the request against the profile.
validate(IRequest) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
Validates the request.
validate(IRequest) - Method in class com.netscape.cms.profile.constraint.NoConstraint
Validates the request.
validate(IRequest) - Method in class com.netscape.cms.profile.constraint.PolicyConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.AuthzRealmConstraint
 
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.BasicConstraintsExtConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.EnrollConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.ExtendedKeyUsageExtConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.ExtensionConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.ExternalProcessConstraint
 
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.KeyConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.KeyUsageExtConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.NSCertTypeExtConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.RenewGracePeriodConstraint
 
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.SubjectNameConstraint
Validates the request.
validate(IRequest, X509CertInfo) - Method in class com.netscape.cms.profile.constraint.UserSubjectNameConstraint
Validates the request.
validate(OCSPRequest) - Method in interface com.netscape.certsrv.ocsp.IOCSPService
This method validates the information associated with the specified OCSP request and returns an OCSP response.
validate(OCSPRequest) - Method in interface com.netscape.certsrv.ocsp.IOCSPStore
This method validates the information associated with the specified OCSP request and returns an OCSP response.
validate(OCSPRequest) - Method in class com.netscape.cms.ocsp.DefStore
Validate an OCSP request.
validate(OCSPRequest) - Method in class com.netscape.cms.ocsp.LDAPStore
Validate an OCSP request.
validateChallenge(String) - Method in class com.netscape.certsrv.base.KeyGenInfo
Validate Signature and Challenge Phrase
validateConfigParams(String, Hashtable<String, String>) - Method in interface com.netscape.certsrv.base.IConfigStoreEventListener
Called to validate the config store parameters that changed
validateDatabaseOwnership(String, String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
validFingerprint(String, String, String, String) - Method in class com.netscape.cms.authentication.HashAuthentication
 
ValidityConstraints - Class in org.dogtagpki.legacy.server.policy.constraints
ValidityConstraints is a default rule for Enrollment and Renewal that enforces minimum and maximum validity periods and changes them if not met.
ValidityConstraints() - Constructor for class org.dogtagpki.legacy.server.policy.constraints.ValidityConstraints
 
validPrefix(String, String) - Static method in class com.netscape.cmstools.AuditVerify
 
value - Variable in class com.netscape.certsrv.base.ResourceMessage.Attribute
 
value() - Method in annotation type com.netscape.cmscore.dbs.DBAttribute
 
value() - Method in annotation type com.netscape.cmscore.dbs.DBObjectClasses
 
valueOf(String) - Static method in enum com.netscape.cms.authorization.AAclAuthz.EvaluationOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dogtagpki.server.ca.ICRLIssuingPoint.CRLIssuingPointStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dogtagpki.util.logging.PKILogger.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.netscape.cms.authorization.AAclAuthz.EvaluationOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dogtagpki.server.ca.ICRLIssuingPoint.CRLIssuingPointStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dogtagpki.util.logging.PKILogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class com.netscape.cmstools.CMCSharedToken
 
verbose - Variable in class com.netscape.cmstools.CRMFPopClient
 
VERBOSE - Static variable in class com.netscape.cmscore.util.Debug
 
VerifiedCert - Class in com.netscape.cmscore.authentication
class storing verified certificate.
VerifiedCert(BigInteger, byte[], int) - Constructor for class com.netscape.cmscore.authentication.VerifiedCert
Constructs verified certiificate record
VerifiedCerts - Class in com.netscape.cmscore.authentication
class storing verified certificates.
VerifiedCerts(int, long) - Constructor for class com.netscape.cmscore.authentication.VerifiedCerts
Constructs verified certiificates list
VerifiedCerts(int, long, long) - Constructor for class com.netscape.cmscore.authentication.VerifiedCerts
 
verify(List<String>) - Method in class com.netscape.cmstools.AuditVerify
 
verifyPassword(String) - Method in class com.netscape.cms.authentication.UidPwdPinDirAuthentication
 
verifyPOP(Locale, CertReqMsg) - Method in class com.netscape.cms.profile.common.EnrollProfile
 
verifyPOP(Locale, CertReqMsg) - Method in class com.netscape.cms.profile.input.EnrollInput
 
verifyPopLinkWitnessV2(PopLinkWitnessV2, byte[], byte[], String) - Method in class com.netscape.cms.profile.common.EnrollProfile
verifyPopLinkWitnessV2
verifySignerInfo(SessionContext, AuthToken, SignedData) - Method in class com.netscape.cms.authentication.CMCAuth
 
verifySystemCertByNickname(String, String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
verifySystemCertByNickname(String, String) - Method in class com.netscape.cmstools.client.ClientCertValidateCLI
 
verifySystemCertByTag(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
verifySystemCertByTag(String, boolean) - Static method in class com.netscape.cmscore.cert.CertUtils
 
verifySystemCerts(boolean) - Static method in class com.netscape.cmscore.cert.CertUtils
 
verifySystemCertValidityByNickname(String) - Static method in class com.netscape.cmscore.cert.CertUtils
 
Vers1_0 - Static variable in class com.netscape.cmsutil.http.Http
 
Vers1_1 - Static variable in class com.netscape.cmsutil.http.Http
 

W

waitForTask(String) - Method in class com.netscape.cms.servlet.csadmin.LDAPConfigurator
 
waitOnCRLUpdate() - Method in interface com.netscape.certsrv.ocsp.IDefStore
This method specifies whether or not to wait for the Certificate Revocation List (CRL) to be updated.
waitOnCRLUpdate() - Method in class com.netscape.cms.ocsp.DefStore
Returns to the client once the CRL is received.
waitOnCRLUpdate() - Method in class com.netscape.cms.ocsp.LDAPStore
 
WARN - org.dogtagpki.util.logging.PKILogger.Level
 
WARN - Static variable in class com.netscape.cmscore.util.Debug
 
WILDCARD_CHAR - Static variable in class com.netscape.cmscore.ldap.LdapSimpleExpression
 
WILDCARD_CHAR - Static variable in class org.dogtagpki.legacy.core.policy.SimpleExpression
 
wrapAlgorithm - Variable in class com.netscape.cms.authentication.SharedSecret
 
WRAPPED_DEK_SESSION_KEY - Static variable in interface org.dogtagpki.server.connector.IRemoteRequest
 
wrapSymmetricKey(CryptoToken, PublicKey, SymmetricKey) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
wrapUsingPublicKey(CryptoToken, PublicKey, SymmetricKey, KeyWrapAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
wrapUsingSymmetricKey(CryptoToken, SymmetricKey, PrivateKey, IVParameterSpec, KeyWrapAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
wrapUsingSymmetricKey(CryptoToken, SymmetricKey, SymmetricKey, IVParameterSpec, KeyWrapAlgorithm) - Static method in class com.netscape.cmsutil.crypto.CryptoUtil
 
write(OutputStreamWriter) - Method in class com.netscape.cmsutil.http.HttpMessage
 
write(OutputStreamWriter) - Method in class com.netscape.cmsutil.http.HttpRequest
write request to the http client
write(OutputStreamWriter) - Method in class com.netscape.cmsutil.http.HttpResponse
write the response out to the http client
writeHeaders(OutputStreamWriter) - Method in class com.netscape.cmsutil.http.HttpMessage
write http headers does not support values of more than one line
writePWcache(String) - Method in class com.netscape.cmscore.security.PWsdrCache
 

X

X500NameMapper - Class in com.netscape.cmscore.dbs
A class represents ann attribute mapper that maps a Java X500Name object into LDAP attribute, and vice versa.
X500NameMapper(String) - Constructor for class com.netscape.cmscore.dbs.X500NameMapper
Constructs X500Name mapper.
x500NameSubsystem - Variable in class com.netscape.cmscore.apps.CMSEngine
 
X500NameSubsystem - Class in com.netscape.cmscore.cert
Subsystem for configuring X500Name related things.
X509CertImplMapper - Class in com.netscape.cmscore.dbs
A class represents a mapper to serialize x509 certificate into database.
X509CertImplMapper() - Constructor for class com.netscape.cmscore.dbs.X509CertImplMapper
 
XMLObject - Class in com.netscape.cmsutil.xml
 
XMLObject() - Constructor for class com.netscape.cmsutil.xml.XMLObject
 
XMLObject(File) - Constructor for class com.netscape.cmsutil.xml.XMLObject
 
XMLObject(InputStream) - Constructor for class com.netscape.cmsutil.xml.XMLObject
 

Z

ZF - Static variable in class com.netscape.cmsutil.util.Fmt
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages