Uses of Class
com.netscape.certsrv.base.EBaseException
-
-
Uses of EBaseException in com.netscape.certsrv.acls
Subclasses of EBaseException in com.netscape.certsrv.acls Modifier and Type Class Description classEACLsExceptionA class represents an acls exception. -
Uses of EBaseException in com.netscape.certsrv.authentication
Subclasses of EBaseException in com.netscape.certsrv.authentication Modifier and Type Class Description classEAuthExceptionThis class represents authentication exceptions.classEAuthInternalErrorAn exception for authentication internal error.classEAuthMgrNotFoundException for authentication manager not found.classEAuthMgrPluginNotFoundException for authentication manager not found.classEAuthUserErrorException for invalid attribute valueclassECompSyntaxErrAn exception for DN component syntax error.classEFormSubjectDNAn exception for Error formulating the subject name (X500Name)classEInvalidCredentialsAn exception for invalid credentials.classEMissingCredentialException for missing a required authentication credential.Methods in com.netscape.certsrv.authentication that throw EBaseException Modifier and Type Method Description char[]ISharedToken. getSharedToken(java.lang.String identification, IAuthToken authToken)char[]ISharedToken. getSharedToken(java.math.BigInteger serialnum)char[]ISharedToken. getSharedToken(org.mozilla.jss.pkix.cmc.PKIData cmcData) -
Uses of EBaseException in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that throw EBaseException Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.X509CertImplICertAuthority. getCACert()Returns CA's certificate implementaion. -
Uses of EBaseException in com.netscape.certsrv.authorization
Subclasses of EBaseException in com.netscape.certsrv.authorization Modifier and Type Class Description classEAuthzAccessDeniedException for authorization failureclassEAuthzExceptionThis class represents authorization exceptions.classEAuthzInternalErrorAn exception for internal error for authorization.classEAuthzMgrNotFoundException for authorization manager not found.classEAuthzMgrPluginNotFoundException for authorization manager plugin not found.classEAuthzUnknownOperationException for operation unknown to the authorization managerclassEAuthzUnknownProtectedResException for protected resource unknown to the authorization managerclassEAuthzUnknownRealm -
Uses of EBaseException in com.netscape.certsrv.base
Subclasses of EBaseException in com.netscape.certsrv.base Modifier and Type Class Description classBadRequestDataExceptionclassEPropertyNotDefinedThis class represents an exception thrown when a property is not defined (empty string) the configuration store.classEPropertyNotFoundThis class represents an exception thrown when a property is not found in the configuration store.Methods in com.netscape.certsrv.base that throw EBaseException Modifier and Type Method Description voidIConfigStore. commit(boolean createBackup)Store config into storage (file or LDAP).voidIAttrSet. delete(java.lang.String name)Deletes an attribute value from this AttrSet.voidMetaInfo. delete(java.lang.String name)Deletes an attribute value from this CertAttrSet.voidIConfigStoreEventListener. doConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params)Validates the config store parameters that changedjava.lang.ObjectIAttrSet. get(java.lang.String name)Gets an attribute value.java.lang.ObjectMetaInfo. get(java.lang.String name)Gets an attribute value.java.math.BigIntegerIConfigStore. getBigInteger(java.lang.String name)Retrieves the given property as a big integer.java.math.BigIntegerIConfigStore. getBigInteger(java.lang.String name, java.math.BigInteger defval)Retrieves the given property as a big integer.booleanIConfigStore. getBoolean(java.lang.String name)Retrieves the given property as a boolean.booleanIConfigStore. getBoolean(java.lang.String name, boolean defval)Retrieves the given property as a boolean.byte[]IConfigStore. getByteArray(java.lang.String name)Retrieves the value of a property as a byte array.byte[]IConfigStore. getByteArray(java.lang.String name, byte[] defval)Retrieves the value of a property as a byte array, using the given default value if property is not present.intIConfigStore. getInteger(java.lang.String name)Retrieves the given property as an integer.intIConfigStore. getInteger(java.lang.String name, int defval)Retrieves the given property as an integer.java.util.Map<java.lang.String,java.lang.String>IConfigStore. getProperties()Get properties as a map.java.lang.StringIConfigStore. getString(java.lang.String name)Retrieves the value of the given property as a string.java.lang.StringIConfigStore. getString(java.lang.String name, java.lang.String defval)Retrieves the value of a given property as a string or the given default value if the property is not present.java.lang.ObjectIArgBlock. getValue(java.lang.Object n)Retrieves argument value as objectjava.math.BigIntegerIArgBlock. getValueAsBigInteger(java.lang.String n)Retrieves argument value as big integer.booleanIArgBlock. getValueAsBoolean(java.lang.String name)Gets boolean value.intIArgBlock. getValueAsInt(java.lang.String n)Retrieves argument value as integer.KeyGenInfoIArgBlock. getValueAsKeyGenInfo(java.lang.String name, KeyGenInfo def)Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader)Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock. getValueAsRawPKCS10(java.lang.String name)Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock. getValueAsRawPKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)Gets PKCS10 request.java.lang.StringIArgBlock. getValueAsString(java.lang.String n)Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock. getValuePKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)Retrieves PKCS10voidBaseSubsystem. init(IConfigStore config)Initializes this subsystem.voidIPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)Initializes this plugin instance.voidISubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidIAttrSet. set(java.lang.String name, java.lang.Object obj)Sets an attribute value within this AttrSet.voidMetaInfo. set(java.lang.String name, java.lang.Object obj)Sets an attribute value.voidBaseSubsystem. setId(java.lang.String id)Sets the identifier of this subsystem.voidISubsystem. setId(java.lang.String id)Sets specific to this subsystem.voidISubsystem. startup()Notifies this subsystem if owner is in running mode.voidIConfigStoreEventListener. validateConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params)Called to validate the config store parameters that changed -
Uses of EBaseException in com.netscape.certsrv.ca
Subclasses of EBaseException in com.netscape.certsrv.ca Modifier and Type Class Description classCADisabledExceptionException to throw when a (sub-)CA cannot perform an operation because it is disabled.classCAEnabledExceptionException to throw when an operation cannot be performed because the CA to which the operation pertains is enabled.classCAMissingCertExceptionException to throw when a (sub-)CA's signing certificate is not (yet) present in the local NSSDB.classCAMissingKeyExceptionException to throw when a (sub-)CA's signing key is not (yet) present in the local NSSDB.classCANotFoundExceptionException to throw when a (sub-)CA cannot be found.classCANotLeafExceptionException to throw when an operation cannot be performed because the CA to which the operation pertains is not a leaf CA (ie, has sub-CAs).classCATypeExceptionException to throw when an operation cannot be completed because the CA is the wrong type (e.g., an operation that only applies to lightweight CAs).classECAExceptionA class represents a CA exception.classEErrorPublishCRLA class represents a CA exception associated with publishing error.classIssuerUnavailableExceptionException to throw during CA creation when requested CA (issuer DN) already exists. -
Uses of EBaseException in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert that throw EBaseException Modifier and Type Method Description voidICrossCertPairSubsystem. importCert(byte[] certBytes)"import" the CA cert cross-signed by another CA (potentially a bridge CA) into internal ldap db.voidICrossCertPairSubsystem. publishCertPairs()publish all cert pairs, if publisher is on -
Uses of EBaseException in com.netscape.certsrv.connector
Methods in com.netscape.certsrv.connector that throw EBaseException Modifier and Type Method Description IHttpConnectionIHttpConnFactory. getConn()Request access to a Ldap connection from the pool.voidIHttpConnFactory. returnConn(IHttpConnection conn)Return connection to the factory.booleanIConnector. send(IRequest req)Sends the request to a remote authority.HttpResponseIConnector. send(java.lang.String op, java.lang.String msg)Sends the request to a remote authority.IPKIMessageIHttpConnection. send(IPKIMessage tomsg)Sends the PKI message to the remote authority.HttpResponseIHttpConnection. send(java.lang.String msg)Sends the message to the remote authority.voidIHttpConnection. setRequestURI(java.lang.String uri)Sets the HttpRequest URI before send -
Uses of EBaseException in com.netscape.certsrv.dbs
Subclasses of EBaseException in com.netscape.certsrv.dbs Modifier and Type Class Description classEDBExceptionA class represents a database exception.classEDBNotAvailExceptionIndicates internal db is down.classEDBRecordNotFoundExceptionIndicates internal db is down.Methods in com.netscape.certsrv.dbs that throw EBaseException Modifier and Type Method Description voidIDBSSession. abandon(netscape.ldap.LDAPSearchResults results)voidIDBSSession. add(java.lang.String name, IDBObj obj)Adds object to backend database.netscape.ldap.LDAPAttributeSetIDBRegistry. createLDAPAttributeSet(IDBObj obj)Creates attribute set from object.IDBObjIDBRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)Creates object from attribute set.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKeys, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>IDBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)Retrieves a list of objects.voidIDBSSession. delete(java.lang.String name)Deletes object from database.java.lang.StringIDBRegistry. getFilter(java.lang.String filter)Creates LDAP-based search filters with help of registered mappers.java.lang.StringIDBRegistry. getFilter(java.lang.String filter, IFilterConverter c)Creates LDAP-based search filters with help of registered mappers.java.lang.String[]IDBRegistry. getLDAPAttributes(java.lang.String[] attrs)Retrieves a list of LDAP attributes that are associated with the given attributes.voidIDBAttrMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and puts the object into 'parent'.voidIDBRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into LDAP attribute set.voidIDBAttrMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object attribute into LDAP attributes.java.lang.StringIDBAttrMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.voidIDBSSession. modify(java.lang.String name, ModificationSet mods)Modify an object in the database.netscape.ldap.LDAPSearchResultsIDBSSession. persistentSearch(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Sets persistent search to retrieve modified certificate records.voidIElementProcessor. process(java.lang.Object o)Handles objectvoidIDBVirtualList. processElements(int startidx, int endidx, IElementProcessor ep)Processes elements as soon as it arrives.IDBObjIDBSSession. read(java.lang.String name)Reads an object from the database.IDBObjIDBSSession. read(java.lang.String name, java.lang.String[] attrs)Reads an object from the database, and only populates the selected attributes.IDBSearchResultsIDBSSession. search(java.lang.String base, java.lang.String filter)Searchs for a list of objects that match the filter.IDBSearchResultsIDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize)Searchs for a list of objects that match the filter.IDBSearchResultsIDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit)Searchs for a list of objects that match the filter.IDBSearchResultsIDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit, java.lang.String sortAttribute)Searchs for a list of objects that match the filter.IDBSearchResultsIDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, java.lang.String sortAttribute)Searchs for a list of objects that match the filter.IDBSearchResultsIDBSSession. search(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Retrieves a list of object that satifies the given filter.voidIDBVirtualList. setSortKey(java.lang.String sortKey)Sets the sort keyvoidIDBVirtualList. setSortKey(java.lang.String[] sortKeys)Sets the sort key -
Uses of EBaseException in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that throw EBaseException Modifier and Type Method Description ICertRecordICertRecordList. getCertRecord(int index)Gets one single record at a time similar to processCertRecords but no extra class needed.java.util.Enumeration<ICertRecord>ICertRecordList. getCertRecords(int startidx, int endidx)Retrieves requests.org.mozilla.jss.netscape.security.x509.RevocationReasonICertRecord. getRevReason()returns the revocation reasonvoidICertRecordList. processCertRecords(int startidx, int endidx, IElementProcessor ep)Process certificate record as soon as it is returned. -
Uses of EBaseException in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that throw EBaseException Modifier and Type Method Description voidIKeyRepository. addKeyRecord(IKeyRecord record)Archives a key to the repository.voidIKeyRepository. deleteKeyRecord(java.math.BigInteger serialno)Deletes a key record.IKeyRecordListIKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Searchs for a list of key records.IKeyRecordListIKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Searchs for a list of key records.java.lang.StringIKeyRecord. getClientId()Retrieves client ID.java.lang.StringIKeyRecord. getDataType()Retrieves key data type.java.util.Date[]IKeyRecord. getDateOfRevocation()Retrieves dates of recovery.java.util.Enumeration<IKeyRecord>IKeyRecordList. getKeyRecords(int startidx, int endidx)Retrieves key records.java.lang.IntegerIKeyRecord. getKeySize()Retrieves key length.java.lang.StringIKeyRecord. getKeyStatus()Retrieves key status.java.lang.StringIKeyRecord. getOwnerName()Retrieves key owner name.byte[]IKeyRecord. getPublicKeyData()Retrieves public key data.java.lang.StringIKeyRecord. getRealm()Retrieves authorization realm.java.math.BigIntegerIKeyRecord. getSerialNumber()Retrieves key identifier.KeyStateIKeyRecord. getState()Retrieves the state of the key.java.lang.BooleanIKeyRecord. isEncrypted()voidIKeyRepository. modifyKeyRecord(java.math.BigInteger serialNo, ModificationSet mods)Modifies key record in this repository.IKeyRecordIKeyRepository. readKeyRecord(java.lang.String cert)Reads an archived key by b64 encoded cert.IKeyRecordIKeyRepository. readKeyRecord(java.math.BigInteger serialNo)Reads an archived key by serial number.IKeyRecordIKeyRepository. readKeyRecord(java.security.PublicKey publicKey)Reads archived key using public key.IKeyRecordIKeyRepository. readKeyRecord(org.mozilla.jss.netscape.security.x509.X500Name ownerName)Reads an archived key by owner name.java.util.Enumeration<IKeyRecord>IKeyRepository. searchKeys(java.lang.String filter, int maxSize)Searches for private keys.java.util.Enumeration<IKeyRecord>IKeyRepository. searchKeys(java.lang.String filter, int maxSize, int timeLimt)Searches for private keys. -
Uses of EBaseException in com.netscape.certsrv.dbs.repository
Methods in com.netscape.certsrv.dbs.repository that throw EBaseException Modifier and Type Method Description voidIRepository. checkRanges()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.java.math.BigIntegerIRepository. getNextSerialNumber()Retrieves the next serial number, and also increase the serial number by one.java.math.BigIntegerIRepository. peekNextSerialNumber()Retrieves the next serial number without increasing the serial number.voidIRepository. resetSerialNumber(java.math.BigInteger serial)Resets serial number.voidIRepository. setEnableSerialMgmt(boolean value)Sets whether serial number management is enabled for certs and requests.voidIRepository. setMaxSerial(java.lang.String serial)Set the maximum serial number.voidIRepository. setNextMaxSerial(java.lang.String serial)Set the maximum serial number in next range. -
Uses of EBaseException in com.netscape.certsrv.extensions
Subclasses of EBaseException in com.netscape.certsrv.extensions Modifier and Type Class Description classEExtensionsExceptionThis represents the extensions exception.Methods in com.netscape.certsrv.extensions that throw EBaseException Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.ExtensionICMSExtension. getExtension(IArgBlock argblock)Get an instance of the extension given http input.IArgBlockICMSExtension. getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension)Get Javascript name value pairs to put into the request processing template.voidICMSExtension. init(ISubsystem owner, IConfigStore config)initialize from configuration file -
Uses of EBaseException in com.netscape.certsrv.jobs
Subclasses of EBaseException in com.netscape.certsrv.jobs Modifier and Type Class Description classEJobsExceptionA class represents a jobs exception.Methods in com.netscape.certsrv.jobs that throw EBaseException Modifier and Type Method Description voidIJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)Initialize from the configuration file. -
Uses of EBaseException in com.netscape.certsrv.kra
Subclasses of EBaseException in com.netscape.certsrv.kra Modifier and Type Class Description classEKRAExceptionA class represents a KRA exception.Methods in com.netscape.certsrv.kra that throw EBaseException Modifier and Type Method Description voidIKeyService. addAgentAsyncKeyRecovery(java.lang.String reqID, java.lang.String agentID)add approving agent in asynchronous key recoveryvoidIKeyService. addDistributedCredential(java.lang.String recoveryID, java.lang.String uid, java.lang.String pwd)Adds password in the distributed recovery operation.voidIKeyRecoveryAuthority. createError(java.lang.String recoveryID, java.lang.String error)Creates error for a specific recovery operation.voidIKeyRecoveryAuthority. createPk12(java.lang.String recoveryID, byte[] pk12)Creates PKCS12 package in memory.java.util.Hashtable<java.lang.String,java.lang.Object>IKeyService. createRecoveryParams(java.lang.String recoveryID)Creates recovery parameters for the given recovery operation.voidIKeyService. destroyRecoveryParams(java.lang.String recoveryID)Destroys recovery parameters for the given recovery operation.byte[]IKeyService. doKeyRecovery(java.lang.String reqID, java.lang.String password)Async Recovers key for administrators.byte[]IKeyService. doKeyRecovery(java.math.BigInteger kid, Credential[] creds, java.lang.String pwd, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, java.lang.String delivery, java.lang.String nickname, java.lang.String agent)Performs administrator-initiated key recovery.java.security.KeyPairIKeyRecoveryAuthority. generateKeyPair(java.lang.String alg, int keySize, java.lang.String keyCurve, org.mozilla.jss.crypto.PQGParams pqg, org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage[] usageList)Generate an asymmetric key pair.java.security.KeyPairIKeyRecoveryAuthority. generateKeyPair(java.lang.String alg, int keySize, java.lang.String keyCurve, org.mozilla.jss.crypto.PQGParams pqg, org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage[] usageList, boolean temporary)java.util.Vector<Credential>IKeyRecoveryAuthority. getAppAgents(java.lang.String recoveryID)Credential[]IKeyService. getDistributedCredentials(java.lang.String recoveryID)Retrieves credentials in the distributed recovery operation.java.lang.StringIKeyRecoveryAuthority. getError(java.lang.String recoveryID)Retrieves error by recovery identifier.java.lang.StringIKeyService. getInitAgentAsyncKeyRecovery(java.lang.String reqID)get async recovery request initiating agentjava.lang.StringIKeyRecoveryAuthority. getNewNickName()Returns the new nickname of the transport certifiate.intIKeyRecoveryAuthority. getNoOfRequiredAgents()Returns the number of required agents.intIKeyService. getNoOfRequiredAgents()Retrieves number of agent required to perform key recovery operation.byte[]IKeyRecoveryAuthority. getPk12(java.lang.String recoveryID)Retrieves PKCS12 package by recovery identifier.java.util.Hashtable<java.lang.String,java.lang.Object>IKeyService. getRecoveryParams(java.lang.String recoveryID)Retrieves recovery parameters for the given recovery operation.java.lang.StringIKeyService. initAsyncKeyRecovery(java.math.BigInteger kid, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, java.lang.String agent, java.lang.String realm)Initiate asynchronous key recoverybooleanIKeyService. isApprovedAsyncKeyRecovery(java.lang.String reqID)is async recovery request status APPROVED - i.e.voidIKeyRecoveryAuthority. processSynchronousRequest(IRequest request)Process synchronous archival and recovery requestsvoidIKeyRecoveryAuthority. setNoOfRequiredAgents(int number)Sets the number of required recovery agents -
Uses of EBaseException in com.netscape.certsrv.ldap
Subclasses of EBaseException in com.netscape.certsrv.ldap Modifier and Type Class Description classELdapExceptionA class that represents a Ldap exception.classELdapServerDownExceptionThis represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that throw EBaseException Modifier and Type Method Description voidILdapConnModule. init(IConfigStore config)Initialize ldap publishing module with config store. -
Uses of EBaseException in com.netscape.certsrv.listeners
Subclasses of EBaseException in com.netscape.certsrv.listeners Modifier and Type Class Description classEListenersExceptionA class represents a listener exception.Methods in com.netscape.certsrv.listeners that throw EBaseException Modifier and Type Method Description java.lang.String[]IRequestListenerPlugin. getConfigParams()get the configuration parameters of the plug-in.voidIRequestListenerPlugin. init(java.lang.String name, java.lang.String implName, IConfigStore config)the subsystem call this method to initialize the plug-in. -
Uses of EBaseException in com.netscape.certsrv.logging
Subclasses of EBaseException in com.netscape.certsrv.logging Modifier and Type Class Description classELogExceptionThis class implements a Log exception.classELogNotFoundException for log not found.classELogPluginNotFoundException for log plugin not found.Methods in com.netscape.certsrv.logging that throw EBaseException Modifier and Type Method Description voidConsoleLog. init(ISubsystem owner, IConfigStore config)voidILogEventListener. init(ISubsystem owner, IConfigStore config)Initialize this log listenerNameValuePairsConsoleLog. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".NameValuePairsILogEventListener. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve last "maxLine" number of system logs with log level >"level" and from source "source".NameValuePairsConsoleLog. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list.NameValuePairsILogEventListener. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve list of log files.voidConsoleLog. startup()voidILogEventListener. startup()Startup the instance. -
Uses of EBaseException in com.netscape.certsrv.notification
Subclasses of EBaseException in com.netscape.certsrv.notification Modifier and Type Class Description classENotificationExceptionA class represents a notification exception.Methods in com.netscape.certsrv.notification that throw EBaseException Modifier and Type Method Description java.lang.StringIEmailResolver. getEmail(IEmailResolverKeys keys)returns an email address by using the resolver keys. -
Uses of EBaseException in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp that throw EBaseException Modifier and Type Method Description voidIDefStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)This method adds a CRL issuing pointvoidIDefStore. addRepository(java.lang.String name, java.lang.String thisUpdate, IRepositoryRecord rec)This method adds a request to the default OCSP store repository.voidIDefStore. deleteCRLIssuingPointRecord(java.lang.String id)This method deletes a CRL issuing point recordvoidIOCSPStore. init(IOCSPAuthority owner, IConfigStore config)ICRLIssuingPointRecordIDefStore. readCRLIssuingPoint(java.lang.String name)This method attempts to read the CRL issuing point.java.util.Enumeration<ICRLIssuingPointRecord>IDefStore. searchAllCRLIssuingPointRecord(int maxSize)This method searches all CRL issuing points.java.util.Enumeration<ICRLIssuingPointRecord>IDefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)This method searches all CRL issuing points constrained by the specified filtering mechanism.voidIOCSPStore. setConfigParameters(NameValuePairs pairs)This method stores the configuration parameters specified by the passed-in Name Value pairs object.voidIOCSPAuthority. setDefaultAlgorithm(java.lang.String algorithm)This method sets the supplied algorithm as the default signing algorithm.BasicOCSPResponseIOCSPAuthority. sign(ResponseData rd)This method signs the basic OCSP response data provided as a parameter.voidIOCSPStore. startup()voidIDefStore. updateCRL(java.security.cert.X509CRL crl)This method updates the specified CRL.OCSPResponseIOCSPService. validate(OCSPRequest r)This method validates the information associated with the specified OCSP request and returns an OCSP response.OCSPResponseIOCSPStore. validate(OCSPRequest req)This method validates the information associated with the specified OCSP request and returns an OCSP response. -
Uses of EBaseException in com.netscape.certsrv.password
Subclasses of EBaseException in com.netscape.certsrv.password Modifier and Type Class Description classEPasswordCheckExceptionA class represents a password checker exception. -
Uses of EBaseException in com.netscape.certsrv.profile
Subclasses of EBaseException in com.netscape.certsrv.profile Modifier and Type Class Description classECMCBadIdentityExceptionThis represents a profile specific exception for handling CMC badIdentity condition.classECMCBadMessageCheckExceptionThis represents a profile specific exception for handling CMC badMessageCheck condition.classECMCBadRequestExceptionThis represents a profile specific exception for handling CMC badRequest condition.classECMCPopFailedExceptionThis represents a profile specific exception for handling CMC popFailed condition.classECMCPopRequiredExceptionThis represents a profile specific exception for handling CMC popRequired condition.classECMCUnsupportedExtExceptionThis represents a profile specific exception for handling CMC unsupportedExt condition.classEDeferExceptionThis represents a profile specific exception.classEProfileExceptionThis represents a generic profile exception.classERejectExceptionThis represents a profile specific exception. -
Uses of EBaseException in com.netscape.certsrv.property
Subclasses of EBaseException in com.netscape.certsrv.property Modifier and Type Class Description classEPropertyExceptionThis is the base exception for property handling. -
Uses of EBaseException in com.netscape.certsrv.publish
Subclasses of EBaseException in com.netscape.certsrv.publish Modifier and Type Class Description classECompSyntaxErrThis type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.classEMapperNotFoundException for Publish Mapper not found.classEMapperPluginNotFoundException for Mapper Plugin not found.classEPublisherNotFoundException for Publisher not found.classEPublisherPluginNotFoundException for Publisher Plugin not found.classERuleNotFoundException for Ldap Publishing Rule not found.classERulePluginNotFoundException for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw EBaseException Modifier and Type Method Description voidILdapCrlMapper. init(IConfigStore config)initialize from config store.voidILdapPlugin. init(IConfigStore config)Initialize from config store.voidILdapPluginImpl. init(IConfigStore config)initialize from config store and Isubsystem.voidILdapPluginImpl. init(ISubsystem sys, IConfigStore config)initialize from config store.voidILdapRule. init(PublisherProcessor processor, IConfigStore config)Initialize the plugin.voidIPublishRuleSet. init(ISubsystem sys, IConfigStore conf) -
Uses of EBaseException in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that throw EBaseException Modifier and Type Method Description java.lang.StringIRegistrationAuthority. getNewNickName()Retrieves the nickname of the RA certificate from configuration store.voidIRAService. serviceProfileRequest(IRequest request)Services profile request. -
Uses of EBaseException in com.netscape.certsrv.registry
Subclasses of EBaseException in com.netscape.certsrv.registry Modifier and Type Class Description classERegistryExceptionThis represents a registry exception. -
Uses of EBaseException in com.netscape.certsrv.request
Subclasses of EBaseException in com.netscape.certsrv.request Modifier and Type Class Description classPolicyMessageA (localizable) message recorded by a policy module that describes the reason for rejecting a request.Methods in com.netscape.certsrv.request that throw EBaseException Modifier and Type Method Description voidIRequestQueue. approveRequest(IRequest request)Approves a request.voidIRequestQueue. cancelRequest(IRequest request)Cancels a request.IRequestIRequestQueue. cloneAndMarkPending(IRequest r)Clones a request object and mark it pending.IRequestIRequestQueue. cloneRequest(IRequest r)Clones a request object.voidIRequestRecord. delete(java.lang.String name)Removes attribute from the request.IRequestIRequestQueue. findRequest(RequestId id)Gets the Request corresponding to id.voidIRequestListener. init(ISubsystem sub, IConfigStore config)Initializes request listener for the specific subsystem and configuration store.voidIRequestQueue. markRequestPending(IRequest req)Puts a new request into the PENDING state.IRequestIRequestQueue. newRequest(java.lang.String requestType)Creates a new request object.IRequestIRequestQueue. newRequest(java.lang.String requestType, boolean ephemeral)Create a new Request object and assign a request ID.voidIRequestQueue. processRequest(IRequest req)Begins processing for this request.voidIRequestQueue. rejectRequest(IRequest request)Rejects a request.voidIRequestQueue. removeAllObjects()Removes all objects with this repository.voidIRequestQueue. resetSerialNumber(java.math.BigInteger serial)Resets serial number.booleanIService. serviceRequest(IRequest request)Performs the service (such as certificate generation) represented by this request.voidIRequestQueue. updateRequest(IRequest request)Updates the request in the permanent data store. -
Uses of EBaseException in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that throw EBaseException Modifier and Type Method Description booleanIStorageKeyUnit. changeAgentMN(int n, int m, Credential[] oldcreds, Credential[] newcreds)Changes M-N recovery scheme.booleanIStorageKeyUnit. changeAgentPassword(java.lang.String id, java.lang.String oldpwd, java.lang.String newpwd)Changes agent password.voidICryptoSubsystem. checkCertificateExt(java.lang.String ext)Checks if the given base-64 encoded string contains an extension or a sequence of extensions.org.mozilla.jss.crypto.SignatureAlgorithmISigningUnit. checkSigningAlgorithmFromName(java.lang.String algname)Checks if the given algorithm name is supported.voidICryptoSubsystem. deleteCert(java.lang.String nickname, java.lang.String notAfterTime)Delete certificate of the given nickname.voidICryptoSubsystem. deleteRootCert(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername)voidICryptoSubsystem. deleteTokenCertificate(java.lang.String nickname, java.lang.String pathname)Deletes certificate of the given nickname.voidICryptoSubsystem. deleteUserCert(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername)org.mozilla.jss.netscape.security.x509.AlgorithmIdICryptoSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)Retrieves CA's signing algorithm id.java.lang.String[]ISigningUnit. getAllAlgorithms()Retrieves all supported signing algorithm of this unit.java.lang.StringICryptoSubsystem. getAllCerts()Retrieves a list of nicknames of certificates that are in the installed tokens.NameValuePairsICryptoSubsystem. getAllCertsManage()Gets all certificates on all tokens for Certificate Database Management.NameValuePairsICryptoSubsystem. getCACerts()Gets all CA certificates on all tokens.org.mozilla.jss.crypto.PQGParamsICryptoSubsystem. getCAPQG(int keysize, IConfigStore store)Retrieves PQG parameters based on key size.java.lang.StringICryptoSubsystem. getCertListWithoutTokenName(java.lang.String name)Retrieves all certificates.java.lang.StringICryptoSubsystem. getCertPrettyPrint(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername, java.util.Locale locale)java.lang.StringICryptoSubsystem. getCertPrettyPrint(java.lang.String nickname, java.lang.String date, java.util.Locale locale)Retrieves certificate in pretty-print format by the nickname.java.lang.StringICryptoSubsystem. getCertPrettyPrint(java.lang.String b64E, java.util.Locale locale)Retrieves the certificate in the pretty print format.java.lang.StringICryptoSubsystem. getCertPrettyPrintAndFingerPrint(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername, java.util.Locale locale)java.lang.StringICryptoSubsystem. getCertRequest(java.lang.String subjectName, java.security.KeyPair kp)Generates certificate request from the given key pair.java.lang.StringICryptoSubsystem. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)Retrieves subject name of the certificate that is identified by the given nickname.java.lang.StringICryptoSubsystem. getCipherPreferences()Retrieves the cipher preferences.java.lang.StringICryptoSubsystem. getCipherVersion()Retrieves the SSL cipher version.java.security.KeyPairICryptoSubsystem. getECCKeyPair(KeyCertData properties)Generates an ECC key pair based on the given parameters.java.security.KeyPairICryptoSubsystem. getECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String curveName, java.lang.String certType)Generates an ECC key pair based on the given parameters.org.mozilla.jss.netscape.security.x509.CertificateExtensionsICryptoSubsystem. getExtensions(java.lang.String tokenname, java.lang.String nickname)Retrieves extensions of the certificate that is identified by the given nickname.java.lang.StringICryptoSubsystem. getInternalTokenName()Retrieves the token name of the internal (software) token.java.security.KeyPairICryptoSubsystem. getKeyPair(KeyCertData properties)Generates a key pair based on the given parameters.java.security.KeyPairICryptoSubsystem. getKeyPair(java.lang.String nickname)Retrieves the key pair based on the given nickname.java.security.KeyPairICryptoSubsystem. getKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String alg, int keySize)Generates a key pair based on the given parameters.java.security.KeyPairICryptoSubsystem. getKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg)Generates a key pair based on the given parameters.java.lang.StringISigningUnit. getNewNickName()Retrieves the new nickname in the renewal process.intIStorageKeyUnit. getNoOfAgents()Retrieves total number of recovery agents.intIStorageKeyUnit. getNoOfRequiredAgents()Retrieves number of recovery agents required to perform recovery operation.NameValuePairsICryptoSubsystem. getRootCerts()java.lang.StringICryptoSubsystem. getRootCertTrustBit(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName)java.lang.StringICryptoSubsystem. getSignatureAlgorithm(java.lang.String nickname)Retrieves the signature algorithm of the certificate named by the given nickname.org.mozilla.jss.netscape.security.x509.X509CertImplICryptoSubsystem. getSignedCert(KeyCertData data, java.lang.String certType, java.security.PrivateKey priKey)Signs the certificate template into the given data and returns a signed certificate.java.lang.StringITransportKeyUnit. getSigningAlgorithm()Returns this Unit's signing algorithm in String format.java.lang.StringICryptoSubsystem. getSubjectDN(java.lang.String nickname)Retrieves the subject DN of the certificate identified by the nickname.java.lang.StringICryptoSubsystem. getTokenList()Retrieves a list of currently registered token names.java.lang.StringISigningUnit. getTokenName()Retrieves the token name of this unit.NameValuePairsICryptoSubsystem. getUserCerts()voidICryptoSubsystem. importCert(java.lang.String b64E, java.lang.String nickname, java.lang.String certType)Imports certificate into the server.voidICryptoSubsystem. importCert(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, java.lang.String nickname, java.lang.String certType)Imports certificate into the server.booleanICryptoSubsystem. isCACert(java.lang.String fullNickname)Checks to see if the certificate of the given nickname is a CA certificate.java.lang.StringICryptoSubsystem. isCipherFortezza()Checks if fortezza is enabled.booleanICryptoSubsystem. isTokenLoggedIn(java.lang.String name)Checks if the given token is logged in.voidICryptoSubsystem. isX500DN(java.lang.String dn)Checks if the given dn is a valid distinguished name.voidICryptoSubsystem. loggedInToken(java.lang.String tokenName, java.lang.String pwd)Logs into token.voidIStorageKeyUnit. login(Credential[] ac)Logins to this unit.voidIToken. login(java.lang.String pin)Logins to the token unit.voidICryptoSubsystem. setCipherPreferences(java.lang.String cipherPrefs)Sets the current SSL cipher preferences.voidISigningUnit. setDefaultAlgorithm(java.lang.String algorithm)Set default signing algorithm.voidICryptoSubsystem. setRootCertTrust(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername, java.lang.String trust)voidITransportKeyUnit. setSigningAlgorithm(java.lang.String str)Sets this Unit's signing algorithm.byte[]ISigningUnit. sign(byte[] data, java.lang.String algname)Signs the given data in specific algorithm.voidICryptoSubsystem. trustCert(java.lang.String nickname, java.lang.String date, java.lang.String trust)Trusts a certificate for all available purposes.voidIEncryptionUnit. verify(java.security.PublicKey publicKey, org.mozilla.jss.crypto.PrivateKey privateKey)Verifies the given key pair.booleanISigningUnit. verify(byte[] data, byte[] signature, java.lang.String algname)Verifies the signed data. -
Uses of EBaseException in com.netscape.certsrv.selftests
Subclasses of EBaseException in com.netscape.certsrv.selftests Modifier and Type Class Description classEDuplicateSelfTestExceptionThis class implements a duplicate self test exception.classEInvalidSelfTestExceptionThis class implements an invalid self test exception.classEMissingSelfTestExceptionThis class implements a missing self test exception.classESelfTestExceptionThis class implements a self test exception. -
Uses of EBaseException in com.netscape.certsrv.usrgrp
Subclasses of EBaseException in com.netscape.certsrv.usrgrp Modifier and Type Class Description classEUsrGrpExceptionA class represents a Identity exception. -
Uses of EBaseException in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EBaseException Modifier and Type Method Description IAuthTokenAgentCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenCMCAuth. authenticate(IAuthCredentials authCred)Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthTokenDirBasedAuthentication. authenticate(IAuthCredentials authCred)Authenticates user through LDAP by a set of credentials.protected abstract java.lang.StringDirBasedAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user through directory based a set of credentials.IAuthTokenFlatFileAuth. authenticate(IAuthCredentials authCred)Authenticate the requestIAuthTokenHashAuthentication. authenticate(IAuthCredentials authCreds)Authenticates a user based on uid, pwd in the directory.protected java.lang.StringPortalEnroll. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on uid, pwd in the directory.protected java.lang.StringSharedSecret. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)unsupported This is an unconventional authentication plugin implementation that does not support authenticate()IAuthTokenSSLclientCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user by certificateIAuthTokenTokenAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateprotected java.lang.StringUidPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on uid, pwd in the directory.protected java.lang.StringUidPwdPinDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on its uid, pwd, pin in the directory.protected java.lang.StringUserPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on attr, pwd in the directory.protected voidUidPwdPinDirAuthentication. checkpin(netscape.ldap.LDAPConnection conn, java.lang.String userdn, java.lang.String uid, java.lang.String pin)protected voidDirBasedAuthentication. formCertInfo(netscape.ldap.LDAPConnection conn, java.lang.String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token)Formulate the cert info.protected booleanFlatFileAuth. getPropertyB(java.lang.String propertyName, boolean b)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.protected java.lang.StringFlatFileAuth. getPropertyS(java.lang.String propertyName, java.lang.String s)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.char[]SharedSecret. getSharedToken(java.lang.String identification, IAuthToken authToken)getSharedToken(String identification, IAuthToken authToken) provides support for id_cmc_identification shared secret based enrollmentchar[]SharedSecret. getSharedToken(java.math.BigInteger serial)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.char[]SharedSecret. getSharedToken(org.mozilla.jss.pkix.cmc.PKIData cmcdata)unsupportedvoidAgentCertAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the CertUserDBAuthentication auth managervoidCMCAuth. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)Initializes the CMCAuth authentication plug-in.voidDirBasedAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)Initializes the UidPwdDirBasedAuthentication auth manager.voidDirBasedAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config, boolean needBaseDN)voidFlatFileAuth. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)voidHashAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)voidPortalEnroll. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)Initializes the PortalEnrollment auth manager.voidSessionAuthentication. init(java.lang.String instName, java.lang.String implName, AuthManagerConfig config)voidSharedSecret. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)voidSSLclientCertAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the SSLClientCertAuthentication auth managervoidTokenAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the TokenAuthentication auth managervoidUidPwdPinDirAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)voidUserPwdDirAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)Initializes the UserPwdDirAuthentication auth manager.voidSharedSecret. initLdapConn(AuthManagerConfig config)initLadapConn initializes ldap connection for shared token based CMC enrollment.protected IAuthTokenCMCAuth. verifySignerInfo(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)Constructors in com.netscape.cms.authentication that throw EBaseException Constructor Description PortalEnroll()Default constructor, initialization must follow. -
Uses of EBaseException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EBaseException Modifier and Type Method Description voidAAclAuthz. accessInit(java.lang.String accessInfo)voidBasicGroupAuthz. accessInit(java.lang.String accessInfo)voidAAclAuthz. addACLs(java.lang.String resACLs)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.java.lang.String[]BasicGroupAuthz. getConfigParams()voidAAclAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)InitializesvoidBasicAclAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)voidBasicGroupAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)voidDirAclAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config) -
Uses of EBaseException in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs that throw EBaseException Modifier and Type Method Description abstract voidAJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)abstract methodsvoidRequestInQueueJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration file -
Uses of EBaseException in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that throw EBaseException Modifier and Type Method Description java.lang.String[]PinRemovalListener. getConfigParams()voidPinRemovalListener. init(ISubsystem sub, IConfigStore config)voidPinRemovalListener. init(java.lang.String name, java.lang.String ImplName, IConfigStore config)voidRequestInQListener. init(ISubsystem sub, IConfigStore config)initializes the listener from the configuration -
Uses of EBaseException in com.netscape.cms.logging
Methods in com.netscape.cms.logging that throw EBaseException Modifier and Type Method Description voidLogFile. init(IConfigStore config)Initialize and open the log using the parameters from a config storevoidLogFile. init(ISubsystem owner, IConfigStore config)voidRollingLogFile. init(IConfigStore config)Initialize and open a RollingLogFile using the prop config storeNameValuePairsLogFile. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".NameValuePairsLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list.NameValuePairsRollingLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list.voidLogFile. startup()Startup the instancevoidRollingLogFile. startup() -
Uses of EBaseException in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that throw EBaseException Modifier and Type Method Description voidDefStore. addCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno, ICertRecord rec)Creates a new issuing point in OCSP.voidDefStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)Creates a new issuing point in OCSP.voidLDAPStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)voidDefStore. addRepository(java.lang.String name, java.lang.String thisUpdate, IRepositoryRecord rec)Creates a new issuing point in OCSP.voidLDAPStore. addRepository(java.lang.String name, java.lang.String thisUpdate, IRepositoryRecord rec)voidDefStore. deleteAllCRLsInCA(java.lang.String caName)voidDefStore. deleteCRLIssuingPointRecord(java.lang.String id)voidLDAPStore. deleteCRLIssuingPointRecord(java.lang.String id)voidDefStore. deleteCRLsInCA(java.lang.String caName, boolean oldCRLs)voidDefStore. deleteOldCRLs()This store will not delete the old CRL until the new one is totally committed.voidDefStore. deleteOldCRLsInCA(java.lang.String caName)booleanLDAPStore. includeNextUpdate()voidDefStore. init(IOCSPAuthority owner, IConfigStore config)voidLDAPStore. init(IOCSPAuthority owner, IConfigStore config)Fetch CA certificate and CRL from LDAP server.booleanLDAPStore. isNotFoundGood1()org.mozilla.jss.netscape.security.x509.X509CertImplLDAPStore. locateCACert(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)Locates the CA certificate.org.mozilla.jss.netscape.security.x509.X509CRLImplLDAPStore. locateCRL(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)Locates the CRL.voidDefStore. modifyCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno, ModificationSet mods)voidDefStore. modifyCRLIssuingPointRecord(java.lang.String name, ModificationSet mods)ICertRecordDefStore. readCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno)ICRLIssuingPointRecordDefStore. readCRLIssuingPoint(java.lang.String name)Returns an issuing point.ICRLIssuingPointRecordLDAPStore. readCRLIssuingPoint(java.lang.String name)java.util.Enumeration<ICRLIssuingPointRecord>DefStore. searchAllCRLIssuingPointRecord(int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>LDAPStore. searchAllCRLIssuingPointRecord(int maxSize)java.util.Enumeration<ICertRecord>DefStore. searchCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String filter)java.util.Enumeration<ICRLIssuingPointRecord>DefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>LDAPStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)java.util.Enumeration<IRepositoryRecord>DefStore. searchRepository(java.lang.String name, java.lang.String filter)voidDefStore. setConfigParameters(NameValuePairs pairs)voidLDAPStore. setConfigParameters(NameValuePairs pairs)voidDefStore. setId(java.lang.String id)voidLDAPStore. setId(java.lang.String id)voidDefStore. startup()voidLDAPStore. startup()voidDefStore. updateCRL(java.security.cert.X509CRL crl)voidLDAPStore. updateCRL(java.security.cert.X509CRL crl)voidLDAPStore. updateCRLHash(org.mozilla.jss.netscape.security.x509.X509CertImpl caCert, org.mozilla.jss.netscape.security.x509.X509CRLImpl crl)OCSPResponseDefStore. validate(OCSPRequest request)Validate an OCSP request.OCSPResponseLDAPStore. validate(OCSPRequest request)Validate an OCSP request. -
Uses of EBaseException in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that throw EBaseException Modifier and Type Method Description voidProfile. init(IConfigStore config)Initializes this profile.voidEnrollProfile. setPOPchallenge(IRequest req)setPOPchallenge generates a POP challenge and sets necessary info in request for composing encryptedPOP later -
Uses of EBaseException in com.netscape.cms.publish.mappers
Methods in com.netscape.cms.publish.mappers that throw EBaseException Modifier and Type Method Description voidLdapCaSimpleMap. init(IConfigStore config)for initializing from config store.protected voidLdapCaSimpleMap. init(java.lang.String dnPattern)common initialization routine.voidLdapCertExactMap. init(IConfigStore config)voidLdapCertSubjMap. init(IConfigStore config)voidLdapDNCompsMap. init(IConfigStore config)for initializing from config store.voidLdapEnhancedMap. init(IConfigStore config)for initializing from config store.protected voidLdapEnhancedMap. init(java.lang.String dnPattern)common initialization routine.voidLdapSimpleMap. init(IConfigStore config)for initializing from config store.protected voidLdapSimpleMap. init(java.lang.String dnPattern)common initialization routine.voidNoMap. init(IConfigStore config)for initializing from config store. -
Uses of EBaseException in com.netscape.cms.publish.publishers
Methods in com.netscape.cms.publish.publishers that throw EBaseException Modifier and Type Method Description voidLdapCaCertPublisher. init(IConfigStore config)voidLdapCertificatePairPublisher. init(IConfigStore config)voidLdapCertSubjPublisher. init(IConfigStore config)voidLdapCrlPublisher. init(IConfigStore config)voidLdapUserCertPublisher. init(IConfigStore config) -
Uses of EBaseException in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that throw EBaseException Modifier and Type Method Description booleanAdminServlet. authorize(IAuthToken token)authorize a user based on its authentication credentials.protected voidAdminServlet. commit(boolean createBackup)FileConfigStore functionality The original config file is moved to. . static AuthCredentialsAdminServlet. getAuthCreds(AuthManager authMgr, java.security.cert.X509Certificate clientCert)protected voidAdminServlet. getConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Generic configuration store get operation.protected voidAdminServlet. listConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Lists configuration store.voidAuthCredentials. set(java.lang.String name, java.lang.Object cred)sets a credential with credential name and the credentialprotected voidAdminServlet. setConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Generic configuration store set operation.voidCMSAdminServlet. setRootCertTrust(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Constructors in com.netscape.cms.servlet.admin that throw EBaseException Constructor Description GroupMemberProcessor(java.util.Locale locale) -
Uses of EBaseException in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type EBaseException Modifier and Type Method Description protected voidCMSServlet. renderException(CMSRequest cmsReq, EBaseException e)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.Methods in com.netscape.cms.servlet.base that throw EBaseException Modifier and Type Method Description IAuthTokenCMSServlet. authenticate(CMSRequest req)IAuthTokenCMSServlet. authenticate(CMSRequest req, java.lang.String authMgrName)IAuthTokenCMSServlet. authenticate(javax.servlet.http.HttpServletRequest httpReq)IAuthTokenCMSServlet. authenticate(javax.servlet.http.HttpServletRequest httpReq, java.lang.String authMgrName)AuthenticationAuthzTokenCMSServlet. authorize(java.lang.String authzMgrName, IAuthToken authToken, java.lang.String resource, java.lang.String operation)Authorize must occur after AuthenticateAuthzTokenCMSServlet. authorize(java.lang.String authzMgrName, java.lang.String resource, IAuthToken authToken, java.lang.String exp)protected booleanCMSServlet. certIsRevoked(java.math.BigInteger serialNum)check if a certificate (serial number) is revoked on a CA.protected booleanCMSServlet. checkImportCertToNav(javax.servlet.http.HttpServletResponse httpResp, IArgBlock httpParams, org.mozilla.jss.netscape.security.x509.X509CertImpl cert)protected org.mozilla.jss.netscape.security.x509.RevokedCertImplCMSServlet. formCRLEntry(java.math.BigInteger serialNo, org.mozilla.jss.netscape.security.x509.RevocationReason reason)make a CRL entry from a serial number and revocation reason.static AuthCredentialsCMSServlet. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)construct a authentication credentials to pass into authentication manager.protected java.security.cert.X509CertificateCMSServlet. getSSLClientCertificate(javax.servlet.http.HttpServletRequest httpReq)get ssl client authenticated certificateprotected java.security.cert.X509CertificateCMSServlet. getSSLClientCertificate(javax.servlet.http.HttpServletRequest httpReq, boolean clientCertRequired)protected CMSTemplateCMSServlet. getTemplate(java.lang.String templateName, javax.servlet.http.HttpServletRequest httpReq, java.util.Locale[] locale)get a template based on result status.voidCMSServlet. importCertToNav(javax.servlet.http.HttpServletResponse httpResp, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, java.lang.String contentType, boolean importCAChain)handy routine to import cert to old navigator in nav mime type.protected booleanCMSServlet. isSystemCertificate(java.math.BigInteger serialNo)A system certificate such as the CA signing certificate should not be allowed to delete.voidDisplayHtmlServlet. process(CMSRequest cmsReq)Serves HTTP request.protected voidGetStats. process(CMSRequest cmsReq)Process the HTTP request.voidIndexServlet. process(CMSRequest cmsReq)Serves HTTP request.voidPortsServlet. process(CMSRequest cmsReq)Serves HTTP request.protected voidCMSServlet. saveHttpHeaders(javax.servlet.http.HttpServletRequest httpReq, IRequest req)save http headers in a IRequest. -
Uses of EBaseException in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that throw EBaseException Modifier and Type Method Description protected java.math.BigIntegerRenewalServlet. getRenewedCert(ICertRecord certRec)voidCloneRedirect. process(CMSRequest cmsReq)Serves HTTP request.protected voidDirAuthServlet. process(CMSRequest cmsReq)Process the HTTP request.protected voidDisableEnrollResult. process(CMSRequest cmsReq)Services the requestprotected voidDisplayHashUserEnroll. process(CMSRequest cmsReq)Services the requestprotected voidEnableEnrollResult. process(CMSRequest cmsReq)Services the requestprotected voidGetCertFromRequest. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetEnableStatus. process(CMSRequest cmsReq)Process the HTTP request.voidRemoteAuthConfig. process(CMSRequest cmsReq)Serves HTTPS request.protected voidRenewalServlet. process(CMSRequest cmsReq)Process the HTTP request. -
Uses of EBaseException in com.netscape.cms.servlet.common
Subclasses of EBaseException in com.netscape.cms.servlet.common Modifier and Type Class Description classECMSGWExceptionA class represents a CMS gateway exception.Methods in com.netscape.cms.servlet.common with parameters of type EBaseException Modifier and Type Method Description voidCMSRequest. setError(EBaseException error)Methods in com.netscape.cms.servlet.common that throw EBaseException Modifier and Type Method Description static voidServletUtils. addACLInfo(AuthzSubsystem authz, java.lang.String aclMethod, java.lang.String aclInfo)static IAuthTokenCMSGateway. checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, java.security.cert.X509Certificate cert, java.lang.String authMgrName)static voidCMSGateway. disableAdminEnroll()byte[]CMSFileLoader. get(java.io.File file, java.lang.String enc)byte[]CMSFileLoader. get(java.lang.String absPath, java.lang.String enc)static java.lang.StringServletUtils. getACLMethod(java.lang.String aclInfo, java.lang.String authzMgr, java.lang.String id)static AuthCredentialsCMSGateway. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)construct a authentication credentials to pass into authentication manager.CMSFileCMSFileLoader. getCMSFile(java.io.File file, java.lang.String enc)protected static CMSTemplateCMSGateway. getTemplate(java.lang.String templateName, javax.servlet.http.HttpServletRequest httpReq, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader, java.util.Locale[] locale)get a templatevoidCMSFileLoader. init(IConfigStore config)booleanCMSTemplate. init(java.io.File template)static voidCMSGateway. renderTemplate(java.lang.String templateName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader)static voidCMSGateway. setEnableAdminEnroll(boolean enableAdminEnroll)voidCMSRequest. setIRequestStatus()set default CMS status according to IRequest status.Constructors in com.netscape.cms.servlet.common that throw EBaseException Constructor Description CMSFile(java.io.File file)CMSTemplate(java.io.File file, java.lang.String charset)Constructor -
Uses of EBaseException in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that throw EBaseException Modifier and Type Method Description protected IAuthTokenCloneServlet. authenticate(java.security.cert.X509Certificate peerCert)protected java.security.cert.X509CertificateCloneServlet. getPeerCert(javax.servlet.http.HttpServletRequest req)protected java.security.cert.X509CertificateConnectorServlet. getPeerCert(javax.servlet.http.HttpServletRequest req)voidGenerateKeyPairServlet. process(CMSRequest cmsReq)voidTokenKeyRecoveryServlet. process(CMSRequest cmsReq)protected IPKIMessageCloneServlet. processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)protected IPKIMessageConnectorServlet. processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)Process request -
Uses of EBaseException in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin that throw EBaseException Modifier and Type Method Description java.lang.StringSecurityDomainProcessor. addHost(java.lang.String name, java.lang.String type, java.lang.String hostname, java.lang.String securePort, java.lang.String unsecurePort, java.lang.String eeCAPort, java.lang.String adminSecurePort, java.lang.String agentSecurePort, java.lang.String domainManager, java.lang.String clone)java.security.KeyPairConfigurator. createECCKeyPair(java.lang.String tag, org.mozilla.jss.crypto.CryptoToken token, java.lang.String curveName)DomainInfoSecurityDomainProcessor. getDomainInfo()XMLObjectSecurityDomainProcessor. getDomainXML()java.lang.StringConfigurator. getNickname(java.lang.String certTag)abstract IRepositoryUpdateNumberRange. getRepository(java.lang.String type)java.lang.StringConfigurator. getSubsystemCert()protected voidCheckIdentity. process(CMSRequest cmsReq)Process the HTTP request.protected voidDownloadPKCS12. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetConfigEntries. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetCookie. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetDomainXML. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetStatus. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetSubsystemCert. process(CMSRequest cmsReq)Process the HTTP request.protected voidGetTransportCert. process(CMSRequest cmsReq)Process the HTTP request.protected voidImportTransportCert. process(CMSRequest cmsReq)Process the HTTP request.voidMainPageServlet. process(CMSRequest cmsReq)protected voidRegisterUser. process(CMSRequest cmsReq)Process the HTTP request.protected voidUpdateDomainXML. process(CMSRequest cmsReq)Process the HTTP request.protected voidUpdateNumberRange. process(CMSRequest cmsReq)Process the HTTP request.protected voidUpdateOCSPConfig. process(CMSRequest cmsReq)protected voidGetCookie. processImpl(CMSRequest cmsReq)java.lang.StringSecurityDomainProcessor. removeHost(java.lang.String type, java.lang.String hostname, java.lang.String securePort)Constructors in com.netscape.cms.servlet.csadmin that throw EBaseException Constructor Description SecurityDomainProcessor(java.util.Locale locale) -
Uses of EBaseException in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that throw EBaseException Modifier and Type Method Description voidKeyRequestDAO. approveRequest(RequestId id, java.lang.String requestor, IAuthToken authToken)voidKeyRequestDAO. cancelRequest(RequestId id, IAuthToken authToken)IRequestKeyRequestDAO. createRecoveryRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken, boolean ephemeral)static voidKeyRecordParser. fillRecordIntoArg(IKeyRecord rec, IArgBlock rarg)Fills key record into argument block.KeyRequestInfoKeyRequestDAO. getRequest(RequestId id, javax.ws.rs.core.UriInfo uriInfo, IAuthToken authToken)Gets info for a specific requestjava.util.Hashtable<java.lang.String,java.lang.Object>KeyRequestDAO. getTransientData(IRequest request)KeyRequestInfoCollectionKeyRequestDAO. listRequests(java.lang.String filter, RequestId start, int pageSize, int maxResults, int maxTime, javax.ws.rs.core.UriInfo uriInfo)Finds list of requests matching the specified search filter.voidConfirmRecoverBySerial. process(CMSRequest cmsReq)Serves HTTP request.voidDisplayBySerial. process(CMSRequest cmsReq)Process the HTTP request.voidDisplayBySerialForRecovery. process(CMSRequest cmsReq)Process the HTTP request.voidDisplayTransport. process(CMSRequest cmsReq)Process the HTTP request.voidExamineRecovery. process(CMSRequest cmsReq)Process the HTTP request.voidGetApprovalStatus. process(CMSRequest cmsReq)Process the HTTP request.voidGetAsyncPk12. process(CMSRequest cmsReq)Process the HTTP request.voidGetPk12. process(CMSRequest cmsReq)Process the HTTP request.voidGrantAsyncRecovery. process(CMSRequest cmsReq)Process the HTTP request.voidGrantRecovery. process(CMSRequest cmsReq)Process the HTTP request.voidRecoverBySerial. process(CMSRequest cmsReq)Serves HTTP request.voidSrchKey. process(CMSRequest cmsReq)Process the HTTP request.voidSrchKeyForRecovery. process(CMSRequest cmsReq)Process the HTTP request.voidKeyRequestDAO. rejectRequest(RequestId id, IAuthToken authToken)voidKeyRequestDAO. setTransientData(KeyRecoveryRequest data, IRequest request)KeyRequestResponseKeyRequestDAO. submitAsyncKeyRecoveryRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken)KeyRequestResponseKeyRequestDAO. submitRequest(AsymKeyGenerationRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String owner)KeyRequestResponseKeyRequestDAO. submitRequest(KeyArchivalRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String owner)Submits an archival request and processes it.KeyRequestResponseKeyRequestDAO. submitRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken)Submits a key recovery request.KeyRequestResponseKeyRequestDAO. submitRequest(SymKeyGenerationRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String owner) -
Uses of EBaseException in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp that throw EBaseException Modifier and Type Method Description protected voidGetOCSPInfo. process(CMSRequest cmsReq)Process the HTTP request.protected voidOCSPServlet. process(CMSRequest cmsReq)Process the HTTP request. -
Uses of EBaseException in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors that throw EBaseException Modifier and Type Method Description voidCMCProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)voidKeyGenProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)voidPKCS10Processor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)voidPKCS10Processor. fillCertInfo(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)protected voidPKIProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)org.mozilla.jss.netscape.security.x509.X509CertInfo[]CMCProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)org.mozilla.jss.netscape.security.x509.X509CertInfo[]CRMFProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]PKIProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)static voidPKIProcessor. fillCertInfoFromAuthToken(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken)fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.static voidPKIProcessor. fillCertInfoFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams)fill subject name, extension from form.static voidPKIProcessor. fillValidityFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams)voidCMCProcessor. process(ICMSRequest cmsReq)voidCRMFProcessor. process(ICMSRequest cmsReq)voidIPKIProcessor. process(ICMSRequest cmsReq)voidKeyGenProcessor. process(ICMSRequest cmsReq)voidPKCS10Processor. process(ICMSRequest cmsReq)voidPKIProcessor. process(ICMSRequest cmsReq)org.mozilla.jss.netscape.security.x509.X509CertInfoCRMFProcessor. processIndividualRequest(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, IAuthToken authToken, IArgBlock httpParams)Constructors in com.netscape.cms.servlet.processors that throw EBaseException Constructor Description Processor(java.lang.String id, java.util.Locale locale) -
Uses of EBaseException in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request that throw EBaseException Modifier and Type Method Description voidCertReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)Fills in certificate specific request attributes.voidIReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)Maps request object into argument block.voidKeyReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)Fills in certificate specific request attributes.voidReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)Maps request object into argument block.CMSRequestInfosCMSRequestDAO. listCMSRequests(java.lang.String filter, RequestId start, int pageSize, int maxResults, int maxTime, javax.ws.rs.core.UriInfo uriInfo)Finds list of requests matching the specified search filter.voidProcessReq. process(CMSRequest cmsReq)Process the HTTP request.voidQueryReq. process(CMSRequest cmsReq)Process the HTTP request. -
Uses of EBaseException in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that throw EBaseException Modifier and Type Method Description voidCMSEngine. configureExcludedLdapAttrs()voidCMSEngine. configureServerCertNickname()IConfigStoreCMSEngine. createFileConfigStore(java.lang.String path)java.lang.StringDatabaseConfig. getBeginReplicaNumber()java.lang.StringDatabaseConfig. getBeginRequestNumber()java.lang.StringDatabaseConfig. getBeginSerialNumber()java.lang.StringSubsystemConfig. getClassName()booleanDatabaseConfig. getEnableSerialManagement()booleanDatabaseConfig. getEnableSerialNumberRecovery()java.lang.StringDatabaseConfig. getEndReplicaNumber()java.lang.StringDatabaseConfig. getEndRequestNumber()java.lang.StringDatabaseConfig. getEndSerialNumber()java.lang.StringSubsystemConfig. getID()java.lang.StringEngineConfig. getInstanceDir()java.lang.StringEngineConfig. getInstanceID()java.lang.StringDatabaseConfig. getNewSchemaEntryAdded()java.lang.StringDatabaseConfig. getNextBeginReplicaNumber()java.lang.StringDatabaseConfig. getNextBeginRequestNumber()java.lang.StringDatabaseConfig. getNextBeginSerialNumber()java.lang.StringDatabaseConfig. getNextEndReplicaNumber()java.lang.StringDatabaseConfig. getNextEndRequestNumber()java.lang.StringDatabaseConfig. getNextEndSerialNumber()java.lang.StringDatabaseConfig. getNextSerialNumber()IPasswordStoreCMSEngine. getPasswordStore()PasswordStoreConfigEngineConfig. getPasswordStoreConfig()java.lang.StringDatabaseConfig. getReplicaDN()java.lang.StringDatabaseConfig. getReplicaIncrement()java.lang.StringDatabaseConfig. getReplicaLowWaterMark()java.lang.StringDatabaseConfig. getReplicaRangeDN()java.lang.StringDatabaseConfig. getRequestDN()java.lang.StringDatabaseConfig. getRequestIncrement()java.lang.StringDatabaseConfig. getRequestLowWaterMark()java.lang.StringDatabaseConfig. getRequestRangeDN()java.lang.StringDatabaseConfig. getSerialDN()java.lang.StringDatabaseConfig. getSerialIncrement()java.lang.StringDatabaseConfig. getSerialLowWaterMark()java.lang.StringDatabaseConfig. getSerialRangeDN()intEngineConfig. getState()java.lang.StringEngineConfig. getType()static voidSetup. installAuthImpls(IConfigStore c)static voidSetup. installCACRLExtensions(IConfigStore c)This function is used for installation and upgrade.static voidSetup. installCAPublishingImpls(IConfigStore c)static voidSetup. installOIDMap(IConfigStore c)static voidSetup. installPolicyImpls(java.lang.String prefix, IConfigStore c)This function is used for installation and upgrade.booleanSubsystemConfig. isEnabled()voidCMSEngine. reinit(java.lang.String id)voidSubsystemConfig. setEnabled(boolean enabled)voidEngineConfig. setHostname(java.lang.String hostname)voidEngineConfig. setInstanceID(java.lang.String instanceID)voidEngineConfig. setType(java.lang.String type) -
Uses of EBaseException in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EBaseException Modifier and Type Method Description IAuthTokenAuthSubsystem. authenticate(IAuthCredentials authCred, java.lang.String authMgrInstName)Authenticate to the named authentication manager instanceIAuthTokenCertUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenChallengePhraseAuthentication. authenticate(IAuthCredentials authCred)authenticates revocation of a certification by a challenge phraseIAuthTokenNullAuthentication. authenticate(IAuthCredentials authCred)authenticates nothingIAuthTokenPasswdUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates administratrators by LDAP uid/pwdIAuthTokenSSLClientCertAuthentication. authenticate(IAuthCredentials authCred)java.lang.String[]AuthSubsystem. getConfigParams(java.lang.String implName)Gets configuration parameters for the given authentication manager plugin.voidAuthSubsystem. init(IConfigStore config)Initializes the authentication subsystem from the config store.voidCertUserDBAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the CertUserDBAuthentication auth managervoidChallengePhraseAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the ChallengePhraseAuthentication auth managervoidNullAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the NullAuthentication auth managervoidPasswdUserDBAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)initializes the PasswdUserDBAuthentication auth managervoidSSLClientCertAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)voidAuthSubsystem. setId(java.lang.String id)Sets id string to this subsystem.voidAuthSubsystem. startup()registers the administration servlet with the administration subsystem. -
Uses of EBaseException in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that throw EBaseException Modifier and Type Method Description AuthzTokenAuthzSubsystem. authorize(java.lang.String authzMgrInstName, IAuthToken authToken, java.lang.String exp)AuthzTokenAuthzSubsystem. authorize(java.lang.String authzMgrName, IAuthToken authToken, java.lang.String resource, java.lang.String operation)AuthzTokenAuthzSubsystem. authorize(java.lang.String authzMgrInstName, IAuthToken authToken, java.lang.String resource, java.lang.String operation, java.lang.String realm)Authorization to the named authorization manager instancevoidAuthzSubsystem. authzMgrAccessInit(java.lang.String authzMgrInstName, java.lang.String accessInfo)authMgrzAccessInit is for servlets who want to initialize their own authorization information before full operation.voidAuthzSubsystem. checkRealm(java.lang.String realm, IAuthToken authToken, java.lang.String owner, java.lang.String resource, java.lang.String operation)Authorize the user against the specified realm.java.lang.String[]AuthzSubsystem. getConfigParams(java.lang.String implName)Gets configuration parameters for the given authorization manager plugin.voidAuthzSubsystem. init(IConfigStore config)Initializes the authorization subsystem from the config store.voidAuthzSubsystem. setId(java.lang.String id)Sets id string to this subsystem.voidAuthzSubsystem. startup()registers the administration servlet with the administration subsystem. -
Uses of EBaseException in com.netscape.cmscore.base
Methods in com.netscape.cmscore.base that throw EBaseException Modifier and Type Method Description voidConfigStorage. commit(IConfigStore config, boolean createBackup)voidFileConfigStore. commit(IConfigStore config, boolean createBackup)The original config file is copied to. . voidLDAPConfigStore. commit(IConfigStore config, boolean createBackup)Commit the configuration to the database.voidPropConfigStore. commit(boolean createBackup)netscape.ldap.LDAPEntryLDAPConfigStore. commitReturn(IConfigStore config, boolean createBackup, java.lang.String[] attrs)This version of commit also returns the post-read entry that the change resulted in.java.math.BigIntegerPropConfigStore. getBigInteger(java.lang.String name)Retrieves big integer value.java.math.BigIntegerPropConfigStore. getBigInteger(java.lang.String name, java.math.BigInteger defval)Retrieves integer value.booleanPropConfigStore. getBoolean(java.lang.String name)Retrieves boolean-based property value.booleanPropConfigStore. getBoolean(java.lang.String name, boolean defval)Retrieves boolean-based property value.byte[]PropConfigStore. getByteArray(java.lang.String name)Retrieves a byte array from the configuration file.byte[]PropConfigStore. getByteArray(java.lang.String name, byte[] defval)Retrieves a byte array from the configuration file.intPropConfigStore. getInteger(java.lang.String name)Retrieves integer value.intPropConfigStore. getInteger(java.lang.String name, int defval)Retrieves integer value.java.lang.StringPropConfigStore. getString(java.lang.String name)Retrieves a property value.java.lang.StringPropConfigStore. getString(java.lang.String name, java.lang.String defval)Retrieves a String from the configuration file.java.lang.ObjectArgBlock. getValue(java.lang.Object n)Retrieves argument value as objectjava.math.BigIntegerArgBlock. getValueAsBigInteger(java.lang.String n)Retrieves argument value as big integer.booleanArgBlock. getValueAsBoolean(java.lang.String name)Gets boolean value.intArgBlock. getValueAsInt(java.lang.String n)Retrieves argument value as integer.KeyGenInfoArgBlock. getValueAsKeyGenInfo(java.lang.String name, KeyGenInfo def)Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader)Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock. getValueAsRawPKCS10(java.lang.String name)Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock. getValueAsRawPKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)Gets PKCS10 request.java.lang.StringArgBlock. getValueAsString(java.lang.String n)Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock. getValuePKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)Retrieves PKCS10static java.util.Vector<ISubsystem>SubsystemLoader. load(IConfigStore config) -
Uses of EBaseException in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert that throw EBaseException Modifier and Type Method Description static voidCertUtils. addCTv1PoisonExt(org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo)static org.mozilla.jss.netscape.security.util.ObjectIdentifierCertUtils. checkOID(java.lang.String attrName, java.lang.String value)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.static org.mozilla.jss.netscape.security.x509.X509CertInfoCertUtils. createCertInfo(int ver, java.math.BigInteger serialno, java.lang.String alg, java.lang.String issuerName, java.util.Date notBefore, java.util.Date notAfter)static org.mozilla.jss.netscape.security.pkcs.PKCS10CertUtils. decodePKCS10(java.lang.String req)voidOidLoaderSubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidX500NameSubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidOidLoaderSubsystem. setId(java.lang.String id)voidX500NameSubsystem. setId(java.lang.String id)static voidCertUtils. setRSAKeyToCertInfo(org.mozilla.jss.netscape.security.x509.X509CertInfo info, byte[] encoded)voidOidLoaderSubsystem. startup()voidX500NameSubsystem. startup()static java.lang.StringCertUtils. unwrapPKCS10(java.lang.String request, boolean checkHeader)Remove the header and footer in the PKCS10 request. -
Uses of EBaseException in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector that throw EBaseException Modifier and Type Method Description IHttpConnectionHttpConnFactory. getConn()gets a conenction from this factory.IHttpConnectionHttpConnFactory. getConn(boolean waitForConn)Returns a Http connection - a clone of the master connection.voidLocalConnector.LocalConnListener. init(ISubsystem sys, IConfigStore config)voidRemoteAuthority. init(IConfigStore c)IPKIMessageHttpConnection. send(IPKIMessage tomsg)sends a request to remote RA/CA, returning the result.HttpResponseHttpConnection. send(java.lang.String content)sends a request to a remote authority, returning the result.booleanHttpConnector. send(IRequest r)HttpResponseHttpConnector. send(java.lang.String op, java.lang.String msg)booleanLocalConnector. send(IRequest r)send request to local authority.HttpResponseLocalConnector. send(java.lang.String op, java.lang.String r)voidHttpConnection. setRequestURI(java.lang.String uri)Constructors in com.netscape.cmscore.connector that throw EBaseException Constructor Description HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config)HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config, int timeout)HttpConnFactory(int minConns, int maxConns, IAuthority source, IRemoteAuthority dest, java.lang.String nickname, java.lang.String clientCiphers, int timeout)Constructor for HttpConnFactory -
Uses of EBaseException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EBaseException Modifier and Type Method Description voidDBSSession. abandon(netscape.ldap.LDAPSearchResults results)voidDBSSession. add(java.lang.String name, IDBObj obj)Adds object to backend database.voidCertificateRepository. addCertificateRecord(ICertRecord record)Adds a certificate record to the repository.voidKeyRepository. addKeyRecord(IKeyRecord record)Archives a key to the repository.voidCertificateRepository. addRevokedCertRecord(CertRecord record)Used by the Clone Master (CLA) to add a revoked certificate record to the repository.booleanCertificateRepository. checkCertificateRecord(java.math.BigInteger serialNo)protected voidRepository. checkRange()Checks if the given number is in the current range.voidRepository. checkRanges()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.booleanCertificateRepository. containsCertificate(java.math.BigInteger serialNo)Checks if the certificate exists in this repository.netscape.ldap.LDAPAttributeSetDBRegistry. createLDAPAttributeSet(IDBObj obj)Creates attribute set from object.IDBAttrMapperLDAPDatabase. createMapper(java.lang.Class<?> attrType, DBAttribute dbAttribute)<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)voidCertRecord. delete(java.lang.String name)Deletes attribute from this record.voidCRLIssuingPointRecord. delete(java.lang.String name)voidDBRecord. delete(java.lang.String name)voidDBSSession. delete(java.lang.String name)Deletes object from database.voidKeyRecord. delete(java.lang.String name)Deletes an attribute.voidRepositoryRecord. delete(java.lang.String name)Deletes an attribute.voidCertificateRepository. deleteCertificateRecord(java.math.BigInteger serialNo)Deletes certificate from this repository.voidKeyRepository. deleteKeyRecord(java.math.BigInteger serialNo)java.util.Enumeration<org.mozilla.jss.netscape.security.x509.X509CertImpl>CertificateRepository. findCertificates(java.lang.String filter)Finds all certificates given a filter.java.util.Enumeration<ICertRecord>CertificateRepository. findCertRecords(java.lang.String filter)Finds a list of certificate records that satisifies the filter.ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Finds certificate records.ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, boolean hardJumpTo, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListCertificateRepository. findCertRecordsInListRawJumpto(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<java.lang.Object>CertificateRepository. findCertRecs(java.lang.String filter)Deprecated.replaced byfindCertificatesInListjava.util.Enumeration<java.lang.Object>CertificateRepository. findCertRecs(java.lang.String filter, java.lang.String[] attrs)IKeyRecordListKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Retrieves key record list.IKeyRecordListKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)IKeyRecordListKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)java.lang.ObjectCertRecord. get(java.lang.String name)Retrieves attributes from this record.java.lang.ObjectCRLIssuingPointRecord. get(java.lang.String name)java.lang.ObjectDBRecord. get(java.lang.String name)java.lang.ObjectKeyRecord. get(java.lang.String name)Retrieves an attribute.java.lang.ObjectRepositoryRecord. get(java.lang.String name)Retrieves attribute from this record.java.util.Enumeration<ICertRecord>CertificateRepository. getAllExpiredCertificates()Retrives all expired certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getAllExpiredPublishedCertificates()Retrives all expired publishedcertificates.java.util.Enumeration<ICertRecord>CertificateRepository. getAllRevokedCertificates()Retrieves all revoked certificates including ones that have expired or that are not yet valid.java.util.Enumeration<ICertRecord>CertificateRepository. getAllRevokedNonExpiredCertificates()Retrieves all revoked but not expired certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getAllRevokedPublishedCertificates()Retrives all revoked published certificates including ones already expired or not yet valid.java.util.Enumeration<ICertRecord>CertificateRepository. getAllValidCertificates()Retrives all valid certificates excluding ones already revoked.java.util.Enumeration<ICertRecord>CertificateRepository. getAllValidNotPublishedCertificates()Retrives all valid not published certificates excluding ones already revoked.ICertRecordCertRecordList. getCertRecord(int index)java.util.Enumeration<ICertRecord>CertRecordList. getCertRecords(int startidx, int endidx)Retrieves requests.java.lang.StringKeyRecord. getClientId()Retrieves the client ID of this record.java.lang.StringKeyRecord. getDataType()Retrieves the key data type of this record.java.util.Date[]KeyRecord. getDateOfRevocation()Retrieves the date(s) of revocation.java.util.Enumeration<ICertRecord>CertificateRepository. getExpiredCertificates(java.lang.String from, java.lang.String to)Retrieves expired certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getExpiredPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves expired and published certificates.java.lang.StringDBRegistry. getFilter(java.lang.String filter)Creates LDAP-based search filters with help of registered mappers.java.lang.StringDBRegistry. getFilter(java.lang.String filter, IFilterConverter c)ICertRecordListCertificateRepository. getInvalidCertsByNotBeforeDate(java.util.Date date, int pageSize)Gets Invalid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.java.util.Enumeration<IKeyRecord>KeyRecordList. getKeyRecords(int startidx, int endidx)Retrieves requests.java.lang.IntegerKeyRecord. getKeySize()Retrieves the key size.java.lang.StringKeyRecord. getKeyStatus()Retrieves the key status of this record.java.math.BigIntegerCertificateRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)java.math.BigIntegerKeyRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)java.math.BigIntegerReplicaIDRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)Returns last serial number in given rangeabstract java.math.BigIntegerRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)java.lang.String[]DBRegistry. getLDAPAttributes(java.lang.String[] attrs)Retrieves a list of LDAP attributes that are associated with the given attributes.java.math.BigIntegerCertificateRepository. getNextSerialNumber()Retrieves the next certificate serial number, and also increases the serial number by one.java.math.BigIntegerRepository. getNextSerialNumber()Retrieves the next serial number, and also increase the serial number by one.java.lang.StringKeyRecord. getOwnerName()Retrieves owner name.byte[]KeyRecord. getPrivateKeyData()Retrieves key.byte[]KeyRecord. getPublicKeyData()Retrieves the public key.java.lang.StringKeyRecord. getRealm()java.lang.StringCSCfgDatabase. getRecordStatus(java.lang.String recordID)java.util.Hashtable<java.lang.String,RenewableCertificateCollection>CertificateRepository. getRenewableCertificates(java.lang.String renewalTime)Retrieves renewable certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getRevokedCertificates(java.lang.String from, java.lang.String to)Retrieves revoked certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getRevokedCertificates(java.util.Date asOfDate)Retrieves all revoked certificates that have not expired.ICertRecordListCertificateRepository. getRevokedCertsByNotAfterDate(java.util.Date date, int pageSize)Gets Revoked certs orderes by noAfter date, jumps to records where notAfter date is greater than current.java.util.Enumeration<ICertRecord>CertificateRepository. getRevokedPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves revoked and published certificates.org.mozilla.jss.netscape.security.x509.RevocationReasonCertRecord. getRevReason()java.math.BigIntegerKeyRecord. getSerialNumber()Retrieves serial number of the key record.protected java.math.BigIntegerRepository. getSerialNumber()Retrieves the next serial number attr in db.KeyStateKeyRecord. getState()Retrieves the key state.java.util.Enumeration<ICertRecord>CertificateRepository. getValidCertificates(java.lang.String from, java.lang.String to)Retrieves valid certificates.ICertRecordListCertificateRepository. getValidCertsByNotAfterDate(java.util.Date date, int pageSize)Gets valid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.java.util.Enumeration<ICertRecord>CertificateRepository. getValidNotPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves valid and not published certificates.org.mozilla.jss.netscape.security.x509.X509CertImplCertificateRepository. getX509Certificate(java.math.BigInteger serialNo)Reads the certificate identified by the given serial no.org.mozilla.jss.netscape.security.x509.X509CertImpl[]CertificateRepository. getX509Certificates(java.lang.String filter)org.mozilla.jss.netscape.security.x509.X509CertImpl[]CertificateRepository. getX509Certificates(java.lang.String subjectDN, int validityType)Gets all valid and unexpired certificates pertaining to a subject DN.voidDBRegistry. init(IConfigStore config)Initializes the internal registery.voidDBSubsystem. init(IConfigStore config)Initializes the internal registery.protected voidRepository. initCacheIfNeeded()RevocationInfoCertificateRepository. isCertificateRevoked(org.mozilla.jss.netscape.security.x509.X509CertImpl cert)Checks if the presented certificate belongs to the repository and is revoked.java.lang.BooleanKeyRecord. isEncrypted()voidBigIntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidByteArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidCertRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidDateArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidDateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidIntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidKeyRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidKeyStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidLongMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidMetaInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidObjectStreamMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidPublicKeyMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidRevocationInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidStringMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidStringVectorMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidX500NameMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Maps LDAP attributes into object, and put the object into 'parent'.voidX509CertImplMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidDBRegistry. mapObject(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into LDAP attribute set.voidBigIntegerMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into ldap attribute set.voidByteArrayMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidCertRecordMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidDateArrayMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to a set of attributes.voidDateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidIntegerMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidKeyRecordMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidKeyStateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidLongMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into ldap attribute set.voidMetaInfoMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object into ldap attribute set.voidObjectStreamMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidPublicKeyMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps object to ldap attribute set.voidRevocationInfoMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidStringMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps attribute value to ldap attributes.voidStringVectorMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps attribute value to ldap attributes.voidX500NameMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Maps attribute value to ldap attributes.voidX509CertImplMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)java.lang.StringBigIntegerMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringByteArrayMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringCertRecordMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)java.lang.StringDateArrayMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringDateMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringIntegerMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringKeyRecordMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)java.lang.StringKeyStateMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringLongMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringMetaInfoMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Map search filters into LDAP search filter.java.lang.StringObjectStreamMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringPublicKeyMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringRevocationInfoMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)java.lang.StringStringMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringStringVectorMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringX500NameMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)Maps search filters into LDAP search filter.java.lang.StringX509CertImplMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)voidCertificateRepository. markAsRevoked(java.math.BigInteger id, IRevocationInfo info)Marks certificate as revoked.voidCertificateRepository. markAsRevoked(java.math.BigInteger id, IRevocationInfo info, boolean isAlreadyRevoked)Marks certificate as revoked.voidCertificateRepository. markCertificateAsNotRenewable(ICertRecord record)Marks certificate as not renewable.voidCertificateRepository. markCertificateAsRenewable(ICertRecord record)Marks certificate as renewable.voidCertificateRepository. markCertificateAsRenewalNotified(java.lang.String serialNo)Marks certificate as renewed and notified.voidCertificateRepository. markCertificateAsRenewed(java.lang.String serialNo)Marks certificate as renewed.voidDBSSession. modify(java.lang.String name, ModificationSet mods)Modify an object in the database.voidCertificateRepository. modifyCertificateRecord(java.math.BigInteger serialNo, ModificationSet mods)Modifies certificate record.voidKeyRepository. modifyKeyRecord(java.math.BigInteger serialNo, ModificationSet mods)Modifies key record.java.math.BigIntegerRepository. peekNextSerialNumber()Peek at the next serial number in cache (does not consume the number).netscape.ldap.LDAPSearchResultsDBSSession. persistentSearch(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)voidCertRecordList. processCertRecords(int startidx, int endidx, IElementProcessor ep)Process certificate record as soon as it is returned.voidDBVirtualList. processElements(int startidx, int endidx, IElementProcessor ep)This function processes elements as soon as it arrives.IDBObjDBSSession. read(java.lang.String name)Reads an object from the database.IDBObjDBSSession. read(java.lang.String name, java.lang.String[] attrs)Reads an object from the database, and only populates the selected attributes.ICertRecordCertificateRepository. readCertificateRecord(java.math.BigInteger serialNo)Reads certificate from repository.IKeyRecordKeyRepository. readKeyRecord(java.lang.String cert)Recovers archived key using b64 encoded certIKeyRecordKeyRepository. readKeyRecord(java.math.BigInteger serialNo)Recovers an archived key by serial number.IKeyRecordKeyRepository. readKeyRecord(java.security.PublicKey publicKey)Recovers archived key using public key.IKeyRecordKeyRepository. readKeyRecord(org.mozilla.jss.netscape.security.x509.X500Name ownerName)Recovers an archived key by owner name.voidLDAPDatabase. register(java.lang.Class<E> recordType)voidKeyRepository. removeAllObjects()Removes all objects with this repository.voidCertificateRepository. removeCertRecords(java.math.BigInteger beginS, java.math.BigInteger endS)Removes certificate records with this repository.booleanCSCfgDatabase. requiresApproval()voidRepository. resetSerialNumber(java.math.BigInteger serial)Resets serial number.IDBSearchResultsDBSSession. search(java.lang.String base, java.lang.String filter)Searchs for a list of objects that match the filter.IDBSearchResultsDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize)IDBSearchResultsDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit)IDBSearchResultsDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit, java.lang.String sortAttribute)IDBSearchResultsDBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, java.lang.String sortAttribute)IDBSearchResultsDBSSession. search(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Retrieves a list of object that satifies the given filter.java.util.Enumeration<java.lang.Object>CertificateRepository. searchCertificates(java.lang.String filter, int maxSize)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<ICertRecord>CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<ICertRecord>CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit, java.lang.String sortAttribute)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<java.lang.Object>CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, java.lang.String sortAttribute)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<IKeyRecord>KeyRepository. searchKeys(java.lang.String filter, int maxSize)java.util.Enumeration<IKeyRecord>KeyRepository. searchKeys(java.lang.String filter, int maxSize, int timeLimit)voidCertRecord. set(java.lang.String name, java.lang.Object obj)Sets attribute to this record.voidCRLIssuingPointRecord. set(java.lang.String name, java.lang.Object obj)voidDBRecord. set(java.lang.String name, java.lang.Object value)voidKeyRecord. set(java.lang.String name, java.lang.Object object)Sets an attribute.voidRepositoryRecord. set(java.lang.String name, java.lang.Object obj)Sets attribute.voidKeyRecord. setDateOfRevocation(java.util.Date[] dates)Sets the date of revocation.voidDBSubsystem. setEnableSerialMgmt(boolean v)voidRepository. setEnableSerialMgmt(boolean value)Sets whether serial number management is enabled for certs and requests.voidDBRegistry. setId(java.lang.String id)Sets subsystem identifier.voidDBSubsystem. setId(java.lang.String id)Sets subsystem identifier.voidKeyRecord. setKeySize(java.lang.Integer keySize)Sets key size.voidRepository. setMaxSerial(java.lang.String serial)Set the maximum serial number.voidDBSubsystem. setMaxSerialConfig(int repo, java.lang.String serial)Sets maximum serial number limit in config filevoidDBSubsystem. setMinSerialConfig(int repo, java.lang.String serial)Sets minimum serial number limit in config filevoidRepository. setNextMaxSerial(java.lang.String serial)Set the maximum serial number in next rangevoidDBSubsystem. setNextMaxSerialConfig(int repo, java.lang.String serial)Sets maximum serial number limit for next range in config filevoidDBSubsystem. setNextMinSerialConfig(int repo, java.lang.String serial)Sets minimum serial number limit for next range in config filevoidDBSubsystem. setNextSerialConfig(java.math.BigInteger serial)voidKeyRecord. setOwnerName(java.lang.String name)Sets owner name.voidKeyRecord. setPrivateKeyData(byte[] keydata)Sets key data.voidKeyRecord. setPublicKeyData(byte[] key)Sets the public key.voidCSCfgDatabase. setRecordStatus(java.lang.String recordID, java.lang.String status)voidKeyRecord. setSerialNumber(java.math.BigInteger serialno)Sets serial number.protected voidRepository. setSerialNumber(java.math.BigInteger num)Updates the serial number to the specified in db.voidDBVirtualList. setSortKey(java.lang.String sortKey)set the sort keyvoidDBVirtualList. setSortKey(java.lang.String[] sortKeys)set the sort keyvoidKeyRecord. setState(KeyState state)Sets key state.voidRepository. setTheSerialNumber(java.math.BigInteger num)Updates the serial number to the specified in db and cache.voidDBRegistry. startup()Starts up this subsystem.voidDBSubsystem. startup()Starts up this service.voidCertificateRepository. transitInvalidCertificates()This transits a certificate status from INVALID to VALID if a certificate becomes valid.voidCertificateRepository. transitRevokedExpiredCertificates()This transits a certificate status from REVOKED to REVOKED_EXPIRED if an revoked certificate becomes expired.voidCertificateRepository. transitValidCertificates()This transits a certificate status from VALID to EXPIRED if a certificate becomes expired.voidCertificateRepository. unmarkRevoked(java.math.BigInteger id, IRevocationInfo info, java.util.Date revokedOn, java.lang.String revokedBy)Unmark a revoked certificates.voidCertificateRepository. updateCertStatus()Updates certificate status now.voidCertificateRepository. updateStatus(java.math.BigInteger id, java.lang.String status)Updates certificate status.Constructors in com.netscape.cmscore.dbs that throw EBaseException Constructor Description DBVirtualList(IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs)Constructs a virtual list.DBVirtualList(IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey)Constructs a virtual list.DBVirtualList(IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey)Constructs a virtual list.DBVirtualList(IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey, int pageSize)Constructs a virtual list.DBVirtualList(IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Constructs a virtual list.DBVirtualList(IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)KeyRecord(java.math.BigInteger serialNo, byte[] publicData, byte[] privateData, java.lang.String owner, java.lang.String algorithm, java.lang.String agentId)LDAPDatabase(java.lang.String name, DBSubsystem dbSubsystem, java.lang.String baseDN, java.lang.Class<E> recordType) -
Uses of EBaseException in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that throw EBaseException Modifier and Type Method Description voidCMSExtensionsMap. addExt(ICMSExtension ext)org.mozilla.jss.netscape.security.x509.ExtensionKeyUsage. getExtension(IArgBlock args)IArgBlockKeyUsage. getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension)voidCMSExtensionsMap. init(IConfigStore config)Create extensions from configuration store.voidKeyUsage. init(ISubsystem owner, IConfigStore config)voidCMSExtensionsMap. startup()startup - does nothing. -
Uses of EBaseException in com.netscape.cmscore.jobs
Methods in com.netscape.cmscore.jobs that throw EBaseException Modifier and Type Method Description IJobCronJobsScheduler. createJobCron(java.lang.String cs)Creates a job cron.voidJobsScheduler. init(IConfigStore config)read from the config file all implementations of Jobs, register and initialize themvoidCronItem. set(java.lang.String sItem)parses and sets a string cron itemvoidJobsScheduler. setId(java.lang.String id)Sets id string to this subsystem.voidJobsScheduler. startup()registers the administration servlet with the administration subsystem.Constructors in com.netscape.cmscore.jobs that throw EBaseException Constructor Description JobCron(java.lang.String cronString) -
Uses of EBaseException in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that throw EBaseException Modifier and Type Method Description voidLdapConnModule. init(IConfigStore config)voidLdapRequestListener. init(ISubsystem sys, IConfigStore config)voidLdapRule. init(IConfigStore config)The init method in ILdapPlugin It can not set set mapper,publisher choice for console dynamicly Should not use this method to init.voidLdapRule. init(PublisherProcessor processor, IConfigStore config)voidPublisherProcessor. init(ISubsystem authority, IConfigStore config)voidPublisherProcessor. startup() -
Uses of EBaseException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw EBaseException Modifier and Type Method Description java.lang.StringLDAPConfig. getBaseDN()java.lang.StringLDAPConfig. getBaseDN(java.lang.String defaultBaseDN)java.lang.StringLdapAuthInfo. getBindDN()java.lang.StringLdapAuthInfo. getBindPassword()java.lang.StringLdapAuthInfo. getClientCertNickname()java.lang.StringLDAPConfig. getDatabase()java.lang.StringLDAPConfig. getDBUser()java.lang.StringLDAPConfig. getDBUser(java.lang.String defaultDBUser)booleanLDAPConnectionConfig. getFollowReferrals()java.lang.StringLDAPConnectionConfig. getHostname()java.lang.StringLdapAuthInfo. getPasswordFromStore(java.lang.String prompt)intLDAPConnectionConfig. getPort()intLDAPConnectionConfig. getVersion()voidLdapAnonConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)voidLdapAuthInfo. init(LDAPAuthenticationConfig config)initialize this class from the config store.voidLdapAuthInfo. init(LDAPAuthenticationConfig config, java.lang.String host, int port, boolean secure)initialize this class from the config store, and verify the password.voidLdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)voidLdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig, IPasswordStore passwordStore)voidLdapConnInfo. init(LDAPConnectionConfig config)initializes an instance from a config store.booleanPKISocketConfig. isKeepAlive()booleanLDAPConnectionConfig. isSecure()Constructors in com.netscape.cmscore.ldapconn that throw EBaseException Constructor Description LdapBoundConnection(netscape.ldap.LDAPSocketFactory socketFactory, LdapConnInfo connInfo, LdapAuthInfo authInfo)Instantiates a connection to a ldap server, secure or non-secure connection with Ldap basic bind dn & pw authentication.LdapConnInfo(LDAPConnectionConfig config)default constructor. -
Uses of EBaseException in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that throw EBaseException Modifier and Type Method Description voidLogSubsystem. init(IConfigStore config)Initializes the log subsystem.voidLogSubsystem. setId(java.lang.String id)voidLogSubsystem. startup() -
Uses of EBaseException in com.netscape.cmscore.notification
Methods in com.netscape.cmscore.notification that throw EBaseException Modifier and Type Method Description java.lang.StringReqCertEmailResolver. getEmail(IEmailResolverKeys keys)returns an email address by using the resolver keys.voidEmailResolverKeys. set(java.lang.String name, java.lang.Object key)sets a key with key name and the key -
Uses of EBaseException in com.netscape.cmscore.profile
Methods in com.netscape.cmscore.profile that throw EBaseException Modifier and Type Method Description voidLDAPProfileSubsystem. deleteProfile(java.lang.String id)voidProfileSubsystem. deleteProfile(java.lang.String id)ProfileAuthenticatorAbstractProfileSubsystem. getProfileAuthenticator(Profile profile)java.lang.StringAbstractProfileSubsystem. getProfileEnableBy(java.lang.String id)voidLDAPProfileSubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidProfileSubsystem. init(IConfigStore cs)Initializes this subsystem with the given configuration store.booleanAbstractProfileSubsystem. isProfileEnable(java.lang.String id)voidAbstractProfileSubsystem. setId(java.lang.String id)Sets specific to this subsystem.voidLDAPProfileSubsystem. startup()Notifies this subsystem if owner is in running mode.voidProfileSubsystem. startup()Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.registry
Methods in com.netscape.cmscore.registry that throw EBaseException Modifier and Type Method Description voidPluginRegistry. loadPlugin(IConfigStore config, java.lang.String type, java.lang.String id)Load plugins of the given type.voidPluginRegistry. loadPlugins(IConfigStore config, java.lang.String type)Load plugins of the given type.voidPluginRegistry. startup()Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that throw EBaseException Modifier and Type Method Description protected abstract voidARequestQueue. addRequest(IRequest request)Add the request to the store.protected voidRequestQueue. addRequest(IRequest r)voidARequestQueue. approveRequest(IRequest r)Implements IRequestQueue.approveRequestvoidARequestQueue. cancelRequest(IRequest r)Implments IRequestQueue.cancelRequestIRequestARequestQueue. cloneAndMarkPending(IRequest r)Implements IRequestQueue.cloneAndMarkPendingIRequestARequestQueue. cloneRequest(IRequest r)Implements IRequestQueue.cloneRequestprotected IDBSSessionRequestSubsystem. createDBSSession()voidRequestSubsystem. createRequestQueue(java.lang.String name)Creates a new request queue.voidRequestRecord. delete(java.lang.String name)IRequestARequestQueue. findRequest(RequestId id)Implements IRequestQueue.findRequestIRequestQueueRequestSubsystem. getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)Retrieves a request queue.protected static java.util.Hashtable<java.lang.String,java.lang.Object>RequestRecord. loadExtDataFromRequest(IRequest r)voidExtAttrDynMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidRequestAttrsMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoidRequestIdMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidRequestStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, IDBObj parent)voidExtAttrDynMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidRequestAttrsMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)Deprecated.voidRequestIdMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)voidRequestStateMapper. mapObjectToLDAPAttributeSet(IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)java.lang.StringExtAttrDynMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)java.lang.StringRequestIdMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)voidARequestQueue. markRequestPending(IRequest r)Implements IRequestQueue.markRequestPendingIRequestARequestQueue. newRequest(java.lang.String requestType)IRequestARequestQueue. newRequest(java.lang.String requestType, boolean ephemeral)Implements IRequestQueue.newRequestprotected abstract RequestIdARequestQueue. newRequestId()Create a new (unique) RequestId.protected RequestIdRequestQueue. newRequestId()voidARequestQueue. processRequest(IRequest r)Implements IRequestQueue.processRequestvoidARequestQueue. rejectRequest(IRequest r)Implements IRequestQueue.rejectRequestvoidRequestQueue. removeAllObjects()Removes all objects with this repository.voidRequestQueue. resetSerialNumber(java.math.BigInteger serial)Resets serial number.voidRequestSubsystem. setId(java.lang.String id)protected voidRequestRecord. storeExtDataIntoRequest(IRequest r)Constructors in com.netscape.cmscore.request that throw EBaseException Constructor Description RequestQueue(DBSubsystem dbSubsystem, java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotify) -
Uses of EBaseException in com.netscape.cmscore.security
Methods in com.netscape.cmscore.security that throw EBaseException Modifier and Type Method Description static voidKeyCertUtil. addCertToDB(netscape.ldap.LDAPConnection conn, java.lang.String dn, org.mozilla.jss.netscape.security.x509.X509CertImpl cert)voidPWsdrCache. addEntry(java.lang.String tag, java.lang.String pwd)voidPWsdrCache. addEntry(java.lang.String tag, java.lang.String pwd, java.util.Hashtable<java.lang.String,java.lang.String> tagPwds)voidPWsdrCache. addEntry(java.util.Hashtable<java.lang.String,java.lang.String> ht)voidJssSubsystem. checkCertificateExt(java.lang.String ext)static voidKeyCertUtil. checkCertificateExt(java.lang.String ext)voidJssSubsystem. checkKeyLength(java.lang.String keyType, int keyLength, java.lang.String certType, int minRSAKeyLen)voidJssSubsystem. deleteCACert(java.lang.String nickname, java.lang.String notAfterTime)Delete the CA certificate from the perm database.voidJssSubsystem. deleteCert(java.lang.String nickname, java.lang.String notAfterTime)Delete any certificate from the any token.voidPWsdrCache. deleteEntry(java.lang.String tag)voidJssSubsystem. deleteRootCert(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername)voidJssSubsystem. deleteTokenCertificate(java.lang.String nickname, java.lang.String pathname)voidJssSubsystem. deleteUserCert(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername)static java.security.KeyPairKeyCertUtil. generateKeyPair(java.lang.String tokenName, java.lang.String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg)java.lang.StringRandomConfig. getAlgorithm()org.mozilla.jss.netscape.security.x509.AlgorithmIdJssSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)static org.mozilla.jss.netscape.security.x509.AlgorithmIdKeyCertUtil. getAlgorithmId(java.lang.String algname, IConfigStore store)java.lang.StringJssSubsystem. getAllCerts()NameValuePairsJssSubsystem. getAllCertsManage()NameValuePairsJssSubsystem. getCACerts()org.mozilla.jss.crypto.PQGParamsJssSubsystem. getCAPQG(int keysize, IConfigStore store)static org.mozilla.jss.crypto.PQGParamsKeyCertUtil. getCAPQG(int keysize, IConfigStore store)org.mozilla.jss.crypto.X509CertificateJssSubsystem. getCertificate(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName)static org.mozilla.jss.crypto.X509CertificateKeyCertUtil. getCertificate(java.lang.String tokenname, java.lang.String nickname)org.mozilla.jss.netscape.security.x509.CertificateValidityCertificateInfo. getCertificateValidity()org.mozilla.jss.netscape.security.x509.X509CertInfoCertificateInfo. getCertInfo()NameValuePairsJssSubsystem. getCertInfo(java.lang.String b64E)java.lang.StringJssSubsystem. getCertList(java.lang.String name)java.lang.StringJssSubsystem. getCertListWithoutTokenName(java.lang.String name)java.lang.StringJssSubsystem. getCertPrettyPrint(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName, java.util.Locale locale)java.lang.StringJssSubsystem. getCertPrettyPrint(java.lang.String nickname, java.lang.String date, java.util.Locale locale)java.lang.StringJssSubsystem. getCertPrettyPrint(java.lang.String b64E, java.util.Locale locale)java.lang.StringJssSubsystem. getCertPrettyPrintAndFingerPrint(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName, java.util.Locale locale)java.lang.StringJssSubsystem. getCertRequest(java.lang.String subjectName, java.security.KeyPair kp)java.lang.StringJssSubsystem. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)static java.lang.StringKeyCertUtil. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)static java.lang.StringKeyCertUtil. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)java.lang.StringJssSubsystem. getCipherPreferences()java.lang.StringSSLConfig. getCipherPreferences()java.lang.StringJssSubsystem. getCipherVersion()booleanJssSubsystemConfig. getCloseNSSDatabase()java.security.KeyPairJssSubsystem. getECCKeyPair(KeyCertData properties)java.security.KeyPairJssSubsystem. getECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String keyCurve, java.lang.String certType)java.lang.StringJssSubsystem. getECType(java.lang.String certType)java.lang.StringSSLConfig. getECType(java.lang.String certType)org.mozilla.jss.netscape.security.x509.CertificateExtensionsJssSubsystem. getExtensions(java.lang.String tokenname, java.lang.String nickname)java.lang.StringJssSubsystem. getInternalTokenName()java.security.KeyPairJssSubsystem. getKeyPair(KeyCertData properties)java.security.KeyPairJssSubsystem. getKeyPair(java.lang.String nickname)java.security.KeyPairJssSubsystem. getKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String alg, int keySize)java.security.KeyPairJssSubsystem. getKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg)static java.security.KeyPairKeyCertUtil. getKeyPair(java.lang.String tokenname, java.lang.String nickname)java.lang.StringJssSubsystemConfig. getNSSDatabaseDir()java.lang.StringJssSubsystemConfig. getObscureMethod()org.mozilla.jss.crypto.PQGParamsCASigningCert. getPQGParams()org.mozilla.jss.crypto.PQGParamsOCSPSigningCert. getPQGParams()static java.security.PrivateKeyKeyCertUtil. getPrivateKey(java.lang.String tokenname, java.lang.String nickname)static java.security.PrivateKeyKeyCertUtil. getPrivateKey(java.lang.String tokenname, java.lang.String nickname)java.lang.StringRandomConfig. getProvider()NameValuePairsJssSubsystem. getRootCerts()java.lang.StringJssSubsystem. getRootCertTrustBit(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName)static java.math.BigIntegerKeyCertUtil. getSerialNumber(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)java.lang.StringJssSubsystem. getSignatureAlgorithm(java.lang.String nickname)org.mozilla.jss.netscape.security.x509.X509CertImplJssSubsystem. getSignedCert(KeyCertData data, java.lang.String certType, java.security.PrivateKey priKey)java.lang.StringJssSubsystem. getSubjectDN(java.lang.String nickname)java.lang.StringJssSubsystem. getTokenList()NameValuePairsJssSubsystem. getUserCerts()voidJssSubsystem. importCert(java.lang.String b64E, java.lang.String nickname, java.lang.String certType)voidJssSubsystem. importCert(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, java.lang.String nickname, java.lang.String certType)voidJssSubsystem. init(JssSubsystemConfig config)Initializes the Jss security subsystem.booleanJssSubsystem. isCACert(java.lang.String fullNickname)java.lang.StringJssSubsystem. isCipherFortezza()booleanJssSubsystemConfig. isEnabled()booleanJssSubsystem. isTokenLoggedIn(java.lang.String name)voidJssSubsystem. isX500DN(java.lang.String dn)voidJssSubsystem. loggedInToken(java.lang.String tokenName, java.lang.String pwd)java.lang.StringPWsdrCache. readPWcache()voidJssSubsystem. setCipherPreferences(java.lang.String cipherPrefs)voidSSLConfig. setCipherPreferences(java.lang.String cipherPrefs)voidJssSubsystem. setId(java.lang.String id)voidJssSubsystem. setRootCertTrust(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName, java.lang.String trust)static voidKeyCertUtil. setSerialNumber(netscape.ldap.LDAPConnection conn, java.lang.String baseDN, java.math.BigInteger serial)static org.mozilla.jss.netscape.security.x509.X509CertImplKeyCertUtil. signCert(java.security.PrivateKey privateKey, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, org.mozilla.jss.crypto.SignatureAlgorithm sigAlg)voidJssSubsystem. startup()Starts up this service.voidJssSubsystem. trustCert(java.lang.String nickname, java.lang.String date, java.lang.String trust)voidCASigningCert. updateConfig(IConfigStore cmsFileTmp)abstract voidCertificateInfo. updateConfig(IConfigStore store)voidKRATransportCert. updateConfig(IConfigStore cmsFileTmp)voidOCSPSigningCert. updateConfig(IConfigStore cmsFileTmp)voidRASigningCert. updateConfig(IConfigStore cmsFileTmp)voidSSLCert. updateConfig(IConfigStore cmsFileTmp)voidSSLSelfSignedCert. updateConfig(IConfigStore cmsFileTmp)voidSubsystemCert. updateConfig(IConfigStore cmsFileTmp)voidPWsdrCache. writePWcache(java.lang.String bufs)Constructors in com.netscape.cmscore.security that throw EBaseException Constructor Description PWsdrCache()PWsdrCache(java.lang.String pwCache) -
Uses of EBaseException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EBaseException Modifier and Type Method Description voidSelfTestSubsystem. init(IConfigStore config)This method initializes this subsystem.voidSelfTestSubsystem. setId(java.lang.String id)This method sets information specific to this subsystem.voidSelfTestSubsystem. startup()Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.session
Constructors in com.netscape.cmscore.session that throw EBaseException Constructor Description LDAPSecurityDomainSessionTable(long timeToLive) -
Uses of EBaseException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw EBaseException Modifier and Type Method Description voidGroup. delete(java.lang.String name)voidUser. delete(java.lang.String name)java.lang.ObjectGroup. get(java.lang.String name)java.lang.ObjectUser. get(java.lang.String name)LDAPConfigUGSubsystemConfig. getLDAPConfig()voidGroup. set(java.lang.String name, java.lang.Object object)voidUser. set(java.lang.String name, java.lang.Object object) -
Uses of EBaseException in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that throw EBaseException Modifier and Type Method Description static org.mozilla.jss.asn1.SETPFXUtils. createBagAttrs(java.lang.String nickName, byte[] localKeyId)Creates bag attributes.static byte[]PFXUtils. createLocalKeyId(java.security.cert.X509Certificate cert)Creates local key identifier.static byte[]PFXUtils. createPFX(java.lang.String pwd, java.security.cert.X509Certificate x509cert, byte[] privateKeyInfo)Creates a PKCS12 package.voidProfileSubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidStatsSubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidProfileSubsystem. setId(java.lang.String id)voidStatsSubsystem. setId(java.lang.String id)voidProfileSubsystem. startup()voidStatsSubsystem. startup() -
Uses of EBaseException in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that throw EBaseException Modifier and Type Method Description voidGenericPolicyProcessor. addPolicyImpl(java.lang.String id, java.lang.String classPath)voidGenericPolicyProcessor. addPolicyInstance(java.lang.String id, java.util.Hashtable<java.lang.String,java.lang.String> ht)voidGenericPolicyProcessor. changePolicyInstanceOrdering(java.lang.String policyOrderStr)static java.lang.StringGeneralNameUtil. check_GeneralNameChoice(java.lang.String generalNameChoice)Checks if given string is a valid General Name choice and returns the actual string that can be passed into form_GeneralName().voidGenericPolicyProcessor. deletePolicyImpl(java.lang.String id)voidGenericPolicyProcessor. deletePolicyInstance(java.lang.String id)static org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameUtil. form_GeneralName(java.lang.String generalNameChoice, java.lang.String value)Form a General Name from a General Name choice and value.static org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameUtil. form_GeneralNameAsConstraints(java.lang.String generalNameChoice, java.lang.String value)GeneralName can be used in the context of Constraints.org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameAsConstraintsConfig. formGeneralName(java.lang.String choice, java.lang.String value)Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameConfig. formGeneralName(java.lang.String value)Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameConfig. formGeneralName(java.lang.String choice, java.lang.String value)java.util.Vector<org.mozilla.jss.netscape.security.x509.GeneralName>GeneralNameConfig. formGeneralNames(java.lang.Object value)voidGenericPolicyProcessor. init(IAuthority owner, IConfigStore config)Initializes the PolicyProcessorvoidGenericPolicyProcessor. modifyPolicyInstance(java.lang.String id, java.util.Hashtable<java.lang.String,java.lang.String> ht)protected GeneralNameConfigGeneralNamesAsConstraintsConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)protected GeneralNameConfigGeneralNamesConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)voidGenericPolicyProcessor. setId(java.lang.String id)voidGenericPolicyProcessor. startup()Constructors in org.dogtagpki.legacy.core.policy that throw EBaseException Constructor Description GeneralNameAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)GeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)GeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)GeneralNamesConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)SubjAltNameGN(java.lang.String name, IConfigStore config, boolean isPolicyEnabled) -
Uses of EBaseException in org.dogtagpki.legacy.policy
Subclasses of EBaseException in org.dogtagpki.legacy.policy Modifier and Type Class Description classEPolicyExceptionThis class represents Exceptions used by the policy package.Methods in org.dogtagpki.legacy.policy with parameters of type EBaseException Modifier and Type Method Description voidIPolicyRule. setPolicyException(IRequest req, EBaseException ex)Methods in org.dogtagpki.legacy.policy that throw EBaseException Modifier and Type Method Description voidIPolicyProcessor. addPolicyImpl(java.lang.String id, java.lang.String classPath)Adds a policy implementation identified by an impl id.voidIPolicyProcessor. addPolicyInstance(java.lang.String id, java.util.Hashtable<java.lang.String,java.lang.String> ht)Adds a policy instancevoidIPolicyProcessor. changePolicyInstanceOrdering(java.lang.String policyOrderStr)Modifies policy ordering.voidIPolicyProcessor. deletePolicyImpl(java.lang.String id)Deletes a policy implementation identified by an impl id.voidIPolicyProcessor. deletePolicyInstance(java.lang.String id)Deletes a policy instance identified by an instance id.org.mozilla.jss.netscape.security.x509.GeneralNameIGeneralNameConfig. formGeneralName(java.lang.String value)Forms a general name from string.java.util.Vector<org.mozilla.jss.netscape.security.x509.GeneralName>IGeneralNameConfig. formGeneralNames(java.lang.Object value)Forms general names from the given value.voidIPolicyRule. init(IPolicyProcessor owner, IConfigStore config)Initializes the policy rule.voidIPolicyProcessor. modifyPolicyInstance(java.lang.String id, java.util.Hashtable<java.lang.String,java.lang.String> ht)Modifies a policy instance -
Uses of EBaseException in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type EBaseException Modifier and Type Method Description voidAPolicyRule. setPolicyException(IRequest req, EBaseException ex)Methods in org.dogtagpki.legacy.server.policy that throw EBaseException Modifier and Type Method Description protected org.mozilla.jss.netscape.security.x509.KeyIdentifierAPolicyRule. formSHA1KeyId(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo)Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key BIT STRING.protected org.mozilla.jss.netscape.security.x509.KeyIdentifierAPolicyRule. formSpkiSHA1KeyId(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo)Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key INFO.abstract voidAPolicyRule. init(IPolicyProcessor owner, IConfigStore config)Initializes the policy rule. -
Uses of EBaseException in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that throw EBaseException Modifier and Type Method Description IAuthTokenAuthManager. authenticate(IAuthCredentials authCred)Authenticate the given credentials.java.lang.String[]AuthManager. getConfigParams()Get configuration parameters for this implementation.voidAuthManager. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)Initialize this authentication manager. -
Uses of EBaseException in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EBaseException Modifier and Type Method Description voidIAuthzManager. accessInit(java.lang.String accessInfo)accessInitis for servlets who want to initialize their own authorization information before full operation.java.lang.String[]IAuthzManager. getConfigParams()Get configuration parameters for this implementation.voidIAuthzManager. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)Initialize this authorization manager. -
Uses of EBaseException in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that throw EBaseException Modifier and Type Method Description voidICertificateAuthority. deleteAuthority(javax.servlet.http.HttpServletRequest httpReq)Delete this lightweight CA.org.mozilla.jss.netscape.security.x509.X509CertImplICertificateAuthority. getCACert()Retrieves the CA certificate.IConnectorICAService. getConnector(IConfigStore cs)voidICRLIssuingPoint. init(ISubsystem ca, java.lang.String id, IConfigStore config)Initializes CRL issuing point.org.mozilla.jss.netscape.security.x509.X509CertImplICAService. issueX509Cert(AuthorityID aid, org.mozilla.jss.netscape.security.x509.X509CertInfo certi, java.lang.String profileId, java.lang.String rid)Issues certificate base on enrollment information, creates certificate record, and stores all necessary data.voidICRLIssuingPoint. processRevokedCerts(IElementProcessor cp)Builds a list of revoked certificates to put them into CRL.voidICertificateAuthority. publishCRLNow()Publishes the CRL immediately for MasterCRL issuing point if it exists.voidICAService. revokeCert(org.mozilla.jss.netscape.security.x509.RevokedCertImpl crlentry)Marks certificate record as revoked by adding revocation information.voidICAService. revokeCert(org.mozilla.jss.netscape.security.x509.RevokedCertImpl crlentry, java.lang.String requestId)Marks certificate record as revoked by adding revocation information.voidICAService. serviceProfileRequest(IRequest request)Services profile request.voidICertificateAuthority. setDefaultAlgorithm(java.lang.String algorithm)Sets the default signing algorithm of this certificate authority.voidICertificateAuthority. setMaxSerial(java.lang.String serial)Sets the last serial number that can be used for certificate issuance in this certificate authority.voidICertificateAuthority. setStartSerial(java.lang.String serial)Sets the next available serial number.org.mozilla.jss.netscape.security.x509.X509CertImplICertificateAuthority. sign(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, java.lang.String algname)Signs a X.509 certificate template.org.mozilla.jss.netscape.security.x509.X509CRLImplICertificateAuthority. sign(org.mozilla.jss.netscape.security.x509.X509CRLImpl crl, java.lang.String algname)Signs the given CRL with the specific algorithm.voidICertificateAuthority. updateCRLNow()Updates the CRL immediately for MasterCRL issuing point if it exists.voidICRLIssuingPoint. updateCRLNow()Generates CRL now based on cache or local directory if cache is not available.voidICRLIssuingPoint. updateCRLNow(java.lang.String signingAlgorithm)Generates CRL now based on cache or local directory if cache is not available. -
Uses of EBaseException in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest that throw EBaseException Modifier and Type Method Description AuditConfigAuditService. createAuditConfig()AuditConfigAuditService. createAuditConfig(java.util.Map<java.lang.String,java.lang.String> auditParams) -
Uses of EBaseException in org.dogtagpki.tps.apdu
Methods in org.dogtagpki.tps.apdu that throw EBaseException Modifier and Type Method Description voidAPDU. secureMessage(org.mozilla.jss.pkcs11.PK11SymKey encKey, byte protocol)voidAPDU. secureMessageSCP02(org.mozilla.jss.pkcs11.PK11SymKey encKey)voidAPDU. secureMessageSCP03(org.mozilla.jss.pkcs11.PK11SymKey encKey, TPSBuffer encryptionCounter) -
Uses of EBaseException in org.dogtagpki.tps.main
Subclasses of EBaseException in org.dogtagpki.tps.main Modifier and Type Class Description classTPSExceptionMethods in org.dogtagpki.tps.main that throw EBaseException Modifier and Type Method Description static TPSBufferUtil. computeEncEcbDes(org.mozilla.jss.pkcs11.PK11SymKey symKey, TPSBuffer input)static TPSBufferUtil. computeMAC(org.mozilla.jss.pkcs11.PK11SymKey symKey, TPSBuffer input, TPSBuffer icv)static TPSBufferUtil. computeMACdes3des(org.mozilla.jss.pkcs11.PK11SymKey symKey, TPSBuffer input, TPSBuffer initialIcv)static TPSBufferUtil. encryptData(TPSBuffer dataToEnc, org.mozilla.jss.pkcs11.PK11SymKey encKey)static TPSBufferUtil. encryptDataAES(TPSBuffer dataToEnc, org.mozilla.jss.pkcs11.PK11SymKey encKey, TPSBuffer iv)static java.lang.StringUtil. getCertAkiString(org.mozilla.jss.netscape.security.x509.X509CertImpl cert)static java.lang.StringUtil. getCertSkiString(org.mozilla.jss.netscape.security.x509.X509CertImpl cert)
-