Uses of Class
com.netscape.certsrv.base.EBaseException
Packages that use EBaseException
Package
Description
-
Uses of EBaseException in com.netscape.certsrv.acls
Subclasses of EBaseException in com.netscape.certsrv.acls -
Uses of EBaseException in com.netscape.certsrv.authentication
Subclasses of EBaseException in com.netscape.certsrv.authenticationModifier and TypeClassDescriptionclassThis class represents authentication exceptions.classAn exception for authentication internal error.classException for authentication manager not found.classException for authentication manager not found.classException for invalid attribute valueclassAn exception for DN component syntax error.classAn exception for Error formulating the subject name (X500Name)classAn exception for invalid credentials.classException for missing a required authentication credential.Methods in com.netscape.certsrv.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionchar[]ISharedToken.getSharedToken(String identification, IAuthToken authToken) char[]ISharedToken.getSharedToken(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 EBaseExceptionModifier and TypeMethodDescriptionorg.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.authorizationModifier and TypeClassDescriptionclassException for authorization failureclassThis class represents authorization exceptions.classAn exception for internal error for authorization.classException for authorization manager not found.classException for authorization manager plugin not found.classException for operation unknown to the authorization managerclassException for protected resource unknown to the authorization managerclass -
Uses of EBaseException in com.netscape.certsrv.base
Subclasses of EBaseException in com.netscape.certsrv.baseModifier and TypeClassDescriptionclassclassThis class represents an exception thrown when a property is not defined (empty string) the configuration store.classThis class represents an exception thrown when a property is not found in the configuration store.Methods in com.netscape.certsrv.base that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIConfigStore.commit(boolean createBackup) Store config into storage (file or LDAP).voidDeletes an attribute value from this AttrSet.voidDeletes an attribute value from this CertAttrSet.voidIConfigStoreEventListener.doConfigParams(String action, Hashtable<String, String> params) Validates the config store parameters that changedGets an attribute value.Gets an attribute value.IConfigStore.getBigInteger(String name) Retrieves the given property as a big integer.IConfigStore.getBigInteger(String name, BigInteger defval) Retrieves the given property as a big integer.booleanIConfigStore.getBoolean(String name) Retrieves the given property as a boolean.booleanIConfigStore.getBoolean(String name, boolean defval) Retrieves the given property as a boolean.byte[]IConfigStore.getByteArray(String name) Retrieves the value of a property as a byte array.byte[]IConfigStore.getByteArray(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(String name) Retrieves the given property as an integer.intIConfigStore.getInteger(String name, int defval) Retrieves the given property as an integer.IConfigStore.getProperties()Get properties as a map.Retrieves the value of the given property as a string.Retrieves the value of a given property as a string or the given default value if the property is not present.Retrieves argument value as objectIArgBlock.getValueAsBigInteger(String n) Retrieves argument value as big integer.booleanIArgBlock.getValueAsBoolean(String name) Gets boolean value.intIArgBlock.getValueAsInt(String n) Retrieves argument value as integer.IArgBlock.getValueAsKeyGenInfo(String name, KeyGenInfo def) Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock.getValueAsPKCS10(String name, boolean checkheader) Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock.getValueAsPKCS10(String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock.getValueAsRawPKCS10(String name) Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock.getValueAsRawPKCS10(String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Gets PKCS10 request.IArgBlock.getValueAsString(String n) Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10IArgBlock.getValuePKCS10(String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Retrieves PKCS10voidBaseSubsystem.init(IConfigStore config) Initializes this subsystem.voidIPluginImpl.init(ISubsystem sys, String instanceName, String className, IConfigStore config) Initializes this plugin instance.voidISubsystem.init(IConfigStore config) Initializes this subsystem with the given configuration store.voidSets an attribute value within this AttrSet.voidSets an attribute value.voidSets the identifier of this subsystem.voidSets specific to this subsystem.voidISubsystem.startup()Notifies this subsystem if owner is in running mode.voidIConfigStoreEventListener.validateConfigParams(String action, Hashtable<String, 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.caModifier and TypeClassDescriptionclassException to throw when a (sub-)CA cannot perform an operation because it is disabled.classException to throw when an operation cannot be performed because the CA to which the operation pertains is enabled.classException to throw when a (sub-)CA's signing certificate is not (yet) present in the local NSSDB.classException to throw when a (sub-)CA's signing key is not (yet) present in the local NSSDB.classException to throw when a (sub-)CA cannot be found.classException 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).classException 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).classA class represents a CA exception.classA class represents a CA exception associated with publishing error.classException 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 EBaseExceptionModifier and TypeMethodDescriptionvoidICrossCertPairSubsystem.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 EBaseExceptionModifier and TypeMethodDescriptionIHttpConnFactory.getConn()Request access to a Ldap connection from the pool.voidIHttpConnFactory.returnConn(IHttpConnection conn) Return connection to the factory.booleanSends the request to a remote authority.Sends the request to a remote authority.IHttpConnection.send(IPKIMessage tomsg) Sends the PKI message to the remote authority.Sends the message to the remote authority.voidIHttpConnection.setRequestURI(String uri) Sets the HttpRequest URI before send -
Uses of EBaseException in com.netscape.certsrv.dbs
Subclasses of EBaseException in com.netscape.certsrv.dbsModifier and TypeClassDescriptionclassA class represents a database exception.classIndicates internal db is down.classIndicates internal db is down.Methods in com.netscape.certsrv.dbs that throw EBaseExceptionModifier and TypeMethodDescriptionabstract voidDBAttrMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and puts the object into 'parent'.abstract voidDBAttrMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object attribute into LDAP attributes.abstract StringDBAttrMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.voidHandles objectvoidIDBVirtualList.processElements(int startidx, int endidx, IElementProcessor ep) Processes elements as soon as it arrives.voidIDBVirtualList.setSortKey(String sortKey) Sets the sort keyvoidIDBVirtualList.setSortKey(String[] sortKeys) Sets the sort key -
Uses of EBaseException in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIKeyRepository.addKeyRecord(IKeyRecord record) Archives a key to the repository.voidIKeyRepository.deleteKeyRecord(BigInteger serialno) Deletes a key record.IKeyRepository.findKeyRecordsInList(String filter, String[] attrs, int pageSize) Searchs for a list of key records.IKeyRepository.findKeyRecordsInList(String filter, String[] attrs, String sortKey, int pageSize) Searchs for a list of key records.IKeyRecord.getClientId()Retrieves client ID.IKeyRecord.getDataType()Retrieves key data type.Date[]IKeyRecord.getDateOfRevocation()Retrieves dates of recovery.IKeyRecordList.getKeyRecords(int startidx, int endidx) Retrieves key records.IKeyRecord.getKeySize()Retrieves key length.IKeyRecord.getKeyStatus()Retrieves key status.IKeyRecord.getOwnerName()Retrieves key owner name.byte[]IKeyRecord.getPublicKeyData()Retrieves public key data.IKeyRecord.getRealm()Retrieves authorization realm.IKeyRecord.getSerialNumber()Retrieves key identifier.IKeyRecord.getState()Retrieves the state of the key.IKeyRecord.isEncrypted()voidIKeyRepository.modifyKeyRecord(BigInteger serialNo, ModificationSet mods) Modifies key record in this repository.IKeyRepository.readKeyRecord(String cert) Reads an archived key by b64 encoded cert.IKeyRepository.readKeyRecord(BigInteger serialNo) Reads an archived key by serial number.IKeyRepository.readKeyRecord(PublicKey publicKey) Reads archived key using public key.IKeyRepository.readKeyRecord(org.mozilla.jss.netscape.security.x509.X500Name ownerName) Reads an archived key by owner name.IKeyRepository.searchKeys(String filter, int maxSize) Searches for private keys.IKeyRepository.searchKeys(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 EBaseExceptionModifier and TypeMethodDescriptionvoidIRepository.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.IRepository.getNextSerialNumber()Retrieves the next serial number, and also increase the serial number by one.IRepository.peekNextSerialNumber()Retrieves the next serial number without increasing the serial number.voidIRepository.setEnableSerialMgmt(boolean value) Sets whether serial number management is enabled for certs and requests.voidIRepository.setMaxSerial(BigInteger serial) Set the maximum serial number.voidIRepository.setNextMaxSerial(BigInteger serial) Set the maximum serial number in next range. -
Uses of EBaseException in com.netscape.certsrv.extensions
Subclasses of EBaseException in com.netscape.certsrv.extensionsModifier and TypeClassDescriptionclassThis represents the extensions exception.Methods in com.netscape.certsrv.extensions that throw EBaseExceptionModifier and TypeMethodDescriptionabstract org.mozilla.jss.netscape.security.x509.ExtensionCMSExtension.getExtension(IArgBlock argblock) Get an instance of the extension given http input.abstract IArgBlockCMSExtension.getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension) Get Javascript name value pairs to put into the request processing template.abstract voidCMSExtension.init(IConfigStore config) initialize from configuration file -
Uses of EBaseException in com.netscape.certsrv.jobs
Subclasses of EBaseException in com.netscape.certsrv.jobsMethods in com.netscape.certsrv.jobs that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIJob.init(ISubsystem owner, String id, String implName, IConfigStore config) Initialize from the configuration file. -
Uses of EBaseException in com.netscape.certsrv.kra
Subclasses of EBaseException in com.netscape.certsrv.kraMethods in com.netscape.certsrv.kra that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIKeyService.addAgentAsyncKeyRecovery(String reqID, String agentID) add approving agent in asynchronous key recoveryvoidIKeyService.addDistributedCredential(String recoveryID, String uid, String pwd) Adds password in the distributed recovery operation.voidIKeyRecoveryAuthority.createError(String recoveryID, String error) Creates error for a specific recovery operation.voidIKeyRecoveryAuthority.createPk12(String recoveryID, byte[] pk12) Creates PKCS12 package in memory.IKeyService.createRecoveryParams(String recoveryID) Creates recovery parameters for the given recovery operation.voidIKeyService.destroyRecoveryParams(String recoveryID) Destroys recovery parameters for the given recovery operation.byte[]IKeyService.doKeyRecovery(String reqID, String password) Async Recovers key for administrators.byte[]IKeyService.doKeyRecovery(BigInteger kid, Credential[] creds, String pwd, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, String delivery, String nickname, String agent) Performs administrator-initiated key recovery.IKeyRecoveryAuthority.generateKeyPair(String alg, int keySize, String keyCurve, org.mozilla.jss.crypto.PQGParams pqg, org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage[] usageList) Generate an asymmetric key pair.IKeyRecoveryAuthority.generateKeyPair(String alg, int keySize, String keyCurve, org.mozilla.jss.crypto.PQGParams pqg, org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage[] usageList, boolean temporary) IKeyRecoveryAuthority.getAppAgents(String recoveryID) IKeyService.getDistributedCredentials(String recoveryID) Retrieves credentials in the distributed recovery operation.Retrieves error by recovery identifier.IKeyService.getInitAgentAsyncKeyRecovery(String reqID) get async recovery request initiating agentIKeyRecoveryAuthority.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[]Retrieves PKCS12 package by recovery identifier.IKeyService.getRecoveryParams(String recoveryID) Retrieves recovery parameters for the given recovery operation.IKeyService.initAsyncKeyRecovery(BigInteger kid, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, String agent, String realm) Initiate asynchronous key recoverybooleanIKeyService.isApprovedAsyncKeyRecovery(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.ldapModifier and TypeClassDescriptionclassA class that represents a Ldap exception.classThis represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that throw EBaseExceptionModifier and TypeMethodDescriptionvoidILdapConnModule.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.listenersModifier and TypeClassDescriptionclassA class represents a listener exception.Methods in com.netscape.certsrv.listeners that throw EBaseExceptionModifier and TypeMethodDescriptionString[]IRequestListenerPlugin.getConfigParams()get the configuration parameters of the plug-in.voidIRequestListenerPlugin.init(String name, 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.loggingModifier and TypeClassDescriptionclassThis class implements a Log exception.classException for log not found.classException for log plugin not found.Methods in com.netscape.certsrv.logging that throw EBaseExceptionModifier and TypeMethodDescriptionvoidILogEventListener.init(ISubsystem owner, IConfigStore config) Initialize this log listenerILogEventListener.retrieveLogContent(Hashtable<String, String> req) Retrieve last "maxLine" number of system logs with log level > "level" and from source "source".ILogEventListener.retrieveLogList(Hashtable<String, String> req) Retrieve list of log files.voidILogEventListener.startup()Startup the instance. -
Uses of EBaseException in com.netscape.certsrv.notification
Subclasses of EBaseException in com.netscape.certsrv.notificationModifier and TypeClassDescriptionclassA class represents a notification exception.Methods in com.netscape.certsrv.notification that throw EBaseExceptionModifier and TypeMethodDescriptionIEmailResolver.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 EBaseExceptionModifier and TypeMethodDescriptionvoidIOCSPAuthority.setDefaultAlgorithm(String algorithm) This method sets the supplied algorithm as the default signing algorithm.IOCSPAuthority.sign(ResponseData rd) This method signs the basic OCSP response data provided as a parameter.IOCSPService.validate(OCSPRequest r) 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.passwordModifier and TypeClassDescriptionclassA class represents a password checker exception. -
Uses of EBaseException in com.netscape.certsrv.profile
Subclasses of EBaseException in com.netscape.certsrv.profileModifier and TypeClassDescriptionclassThis represents a profile specific exception for handling CMC badIdentity condition.classThis represents a profile specific exception for handling CMC badMessageCheck condition.classThis represents a profile specific exception for handling CMC badRequest condition.classThis represents a profile specific exception for handling CMC popFailed condition.classThis represents a profile specific exception for handling CMC popRequired condition.classThis represents a profile specific exception for handling CMC unsupportedExt condition.classThis represents a profile specific exception.classThis represents a generic profile exception.classThis represents a profile specific exception. -
Uses of EBaseException in com.netscape.certsrv.property
Subclasses of EBaseException in com.netscape.certsrv.propertyModifier and TypeClassDescriptionclassThis is the base exception for property handling. -
Uses of EBaseException in com.netscape.certsrv.publish
Subclasses of EBaseException in com.netscape.certsrv.publishModifier and TypeClassDescriptionclassThis type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.classException for Publish Mapper not found.classException for Mapper Plugin not found.classException for Publisher not found.classException for Publisher Plugin not found.classException for Ldap Publishing Rule not found.classException for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw EBaseExceptionModifier and TypeMethodDescriptionvoidILdapCrlMapper.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. -
Uses of EBaseException in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that throw EBaseExceptionModifier and TypeMethodDescriptionIRegistrationAuthority.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 -
Uses of EBaseException in com.netscape.certsrv.request
Subclasses of EBaseException in com.netscape.certsrv.requestModifier and TypeClassDescriptionclassA (localizable) message recorded by a policy module that describes the reason for rejecting a request.Methods in com.netscape.certsrv.request that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIRequestListener.init(ISubsystem sub, IConfigStore config) Initializes request listener for the specific subsystem and configuration store.booleanIService.serviceRequest(IRequest request) Performs the service (such as certificate generation) represented by this request. -
Uses of EBaseException in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that throw EBaseExceptionModifier and TypeMethodDescriptionbooleanIStorageKeyUnit.changeAgentMN(int n, int m, Credential[] oldcreds, Credential[] newcreds) Changes M-N recovery scheme.booleanIStorageKeyUnit.changeAgentPassword(String id, String oldpwd, String newpwd) Changes agent password.voidICryptoSubsystem.checkCertificateExt(String ext) Checks if the given base-64 encoded string contains an extension or a sequence of extensions.org.mozilla.jss.crypto.SignatureAlgorithmSigningUnit.checkSigningAlgorithmFromName(String algname) Checks if the given algorithm name is supported.voidICryptoSubsystem.deleteCert(String nickname, String notAfterTime) Delete certificate of the given nickname.voidICryptoSubsystem.deleteRootCert(String nickname, String serialno, String issuername) voidICryptoSubsystem.deleteTokenCertificate(String nickname, String pathname) Deletes certificate of the given nickname.voidICryptoSubsystem.deleteUserCert(String nickname, String serialno, String issuername) org.mozilla.jss.netscape.security.x509.AlgorithmIdICryptoSubsystem.getAlgorithmId(String algname, IConfigStore store) Retrieves CA's signing algorithm id.String[]SigningUnit.getAllAlgorithms()Retrieves all supported signing algorithm of this unit.ICryptoSubsystem.getAllCerts()Retrieves a list of nicknames of certificates that are in the installed tokens.ICryptoSubsystem.getAllCertsManage()Gets all certificates on all tokens for Certificate Database Management.ICryptoSubsystem.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.ICryptoSubsystem.getCertListWithoutTokenName(String name) Retrieves all certificates.ICryptoSubsystem.getCertPrettyPrint(String nickname, String serialno, String issuername, Locale locale) ICryptoSubsystem.getCertPrettyPrint(String nickname, String date, Locale locale) Retrieves certificate in pretty-print format by the nickname.ICryptoSubsystem.getCertPrettyPrint(String b64E, Locale locale) Retrieves the certificate in the pretty print format.ICryptoSubsystem.getCertPrettyPrintAndFingerPrint(String nickname, String serialno, String issuername, Locale locale) ICryptoSubsystem.getCertRequest(String subjectName, KeyPair kp) Generates certificate request from the given key pair.ICryptoSubsystem.getCertSubjectName(String tokenname, String nickname) Retrieves subject name of the certificate that is identified by the given nickname.ICryptoSubsystem.getCipherPreferences()Retrieves the cipher preferences.ICryptoSubsystem.getCipherVersion()Retrieves the SSL cipher version.ICryptoSubsystem.getECCKeyPair(KeyCertData properties) Generates an ECC key pair based on the given parameters.ICryptoSubsystem.getECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, String curveName, String certType) Generates an ECC key pair based on the given parameters.org.mozilla.jss.netscape.security.x509.CertificateExtensionsICryptoSubsystem.getExtensions(String tokenname, String nickname) Retrieves extensions of the certificate that is identified by the given nickname.ICryptoSubsystem.getInternalTokenName()Retrieves the token name of the internal (software) token.ICryptoSubsystem.getKeyPair(KeyCertData properties) Generates a key pair based on the given parameters.ICryptoSubsystem.getKeyPair(String nickname) Retrieves the key pair based on the given nickname.ICryptoSubsystem.getKeyPair(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize) Generates a key pair based on the given parameters.ICryptoSubsystem.getKeyPair(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg) Generates a key pair based on the given parameters.SigningUnit.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.ICryptoSubsystem.getRootCerts()ICryptoSubsystem.getRootCertTrustBit(String nickname, String serialno, String issuerName) ICryptoSubsystem.getSignatureAlgorithm(String nickname) Retrieves the signature algorithm of the certificate named by the given nickname.org.mozilla.jss.netscape.security.x509.X509CertImplICryptoSubsystem.getSignedCert(KeyCertData data, String certType, PrivateKey priKey) Signs the certificate template into the given data and returns a signed certificate.ITransportKeyUnit.getSigningAlgorithm()Returns this Unit's signing algorithm in String format.ICryptoSubsystem.getSubjectDN(String nickname) Retrieves the subject DN of the certificate identified by the nickname.ICryptoSubsystem.getTokenList()Retrieves a list of currently registered token names.SigningUnit.getTokenName()Retrieves the token name of this unit.ICryptoSubsystem.getUserCerts()voidICryptoSubsystem.importCert(String b64E, String nickname, String certType) Imports certificate into the server.voidICryptoSubsystem.importCert(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, String nickname, String certType) Imports certificate into the server.booleanChecks to see if the certificate of the given nickname is a CA certificate.ICryptoSubsystem.isCipherFortezza()Checks if fortezza is enabled.booleanICryptoSubsystem.isTokenLoggedIn(String name) Checks if the given token is logged in.voidChecks if the given dn is a valid distinguished name.voidICryptoSubsystem.loggedInToken(String tokenName, String pwd) Logs into token.voidIStorageKeyUnit.login(Credential[] ac) Logins to this unit.voidLogins to the token unit.voidICryptoSubsystem.setCipherPreferences(String cipherPrefs) Sets the current SSL cipher preferences.voidSigningUnit.setDefaultAlgorithm(String algorithm) Set default signing algorithm.voidICryptoSubsystem.setRootCertTrust(String nickname, String serialno, String issuername, String trust) voidITransportKeyUnit.setSigningAlgorithm(String str) Sets this Unit's signing algorithm.voidTrusts a certificate for all available purposes.voidVerifies the given key pair. -
Uses of EBaseException in com.netscape.certsrv.selftests
Subclasses of EBaseException in com.netscape.certsrv.selftestsModifier and TypeClassDescriptionclassThis class implements a duplicate self test exception.classThis class implements an invalid self test exception.classThis class implements a missing self test exception.classThis class implements a self test exception. -
Uses of EBaseException in com.netscape.certsrv.usrgrp
Subclasses of EBaseException in com.netscape.certsrv.usrgrp -
Uses of EBaseException in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionAgentCertAuthentication.authenticate(IAuthCredentials authCred) authenticates user(agent) by certificateCMCAuth.authenticate(IAuthCredentials authCred) Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.DirBasedAuthentication.authenticate(IAuthCredentials authCred) Authenticates user through LDAP by a set of credentials.protected abstract StringDirBasedAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user through directory based a set of credentials.FlatFileAuth.authenticate(IAuthCredentials authCred) Authenticate the requestHashAuthentication.authenticate(IAuthCredentials authCreds) Authenticates a user based on uid, pwd in the directory.protected StringPortalEnroll.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringSharedSecret.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) unsupported This is an unconventional authentication plugin implementation that does not support authenticate()SSLclientCertAuthentication.authenticate(IAuthCredentials authCred) authenticates user by certificateTokenAuthentication.authenticate(IAuthCredentials authCred) authenticates user(agent) by certificateprotected StringUidPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on uid, pwd in the directory.protected StringUidPwdPinDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token) Authenticates a user based on its uid, pwd, pin in the directory.protected 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, String userdn, String uid, String pin) protected voidDirBasedAuthentication.formCertInfo(netscape.ldap.LDAPConnection conn, String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token) Formulate the cert info.protected booleanFlatFileAuth.getPropertyB(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 StringFlatFileAuth.getPropertyS(String propertyName, 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(String identification, IAuthToken authToken) getSharedToken(String identification, IAuthToken authToken) provides support for id_cmc_identification shared secret based enrollmentchar[]SharedSecret.getSharedToken(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(String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoidCMCAuth.init(String name, String implName, AuthManagerConfig config) Initializes the CMCAuth authentication plug-in.voidDirBasedAuthentication.init(String name, String implName, AuthManagerConfig config) Initializes the UidPwdDirBasedAuthentication auth manager.voidDirBasedAuthentication.init(String name, String implName, AuthManagerConfig config, boolean needBaseDN) voidFlatFileAuth.init(String name, String implName, AuthManagerConfig config) voidHashAuthentication.init(String name, String implName, AuthManagerConfig config) voidPortalEnroll.init(String name, String implName, AuthManagerConfig config) Initializes the PortalEnrollment auth manager.voidSessionAuthentication.init(String instName, String implName, AuthManagerConfig config) voidSharedSecret.init(String name, String implName, AuthManagerConfig config) voidSSLclientCertAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the SSLClientCertAuthentication auth managervoidTokenAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the TokenAuthentication auth managervoidUidPwdPinDirAuthentication.init(String name, String implName, AuthManagerConfig config) voidUserPwdDirAuthentication.init(String name, 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 -
Uses of EBaseException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EBaseExceptionModifier and TypeMethodDescriptionvoidAAclAuthz.accessInit(String accessInfo) voidBasicGroupAuthz.accessInit(String accessInfo) voidParse 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.String[]BasicGroupAuthz.getConfigParams()voidAAclAuthz.init(String name, String implName, AuthzManagerConfig config) InitializesvoidBasicAclAuthz.init(String name, String implName, AuthzManagerConfig config) voidBasicGroupAuthz.init(String name, String implName, AuthzManagerConfig config) voidDirAclAuthz.init(String name, String implName, AuthzManagerConfig config) -
Uses of EBaseException in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs that throw EBaseExceptionModifier and TypeMethodDescriptionabstract voidAJobBase.init(ISubsystem owner, String id, String implName, IConfigStore config) abstract methodsvoidRequestInQueueJob.init(ISubsystem owner, String id, 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 EBaseExceptionModifier and TypeMethodDescriptionString[]PinRemovalListener.getConfigParams()voidPinRemovalListener.init(ISubsystem sub, IConfigStore config) voidPinRemovalListener.init(String name, 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 EBaseExceptionModifier and TypeMethodDescriptionvoidLogFile.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 storeLogFile.retrieveLogContent(Hashtable<String, String> req) Retrieve last "maxLine" number of system log with log lever > "level" and from source "source".LogFile.retrieveLogList(Hashtable<String, String> req) Retrieve log file list.RollingLogFile.retrieveLogList(Hashtable<String, String> req) Retrieve log file list.voidLogFile.startup()Startup the instancevoidRollingLogFile.startup() -
Uses of EBaseException in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that throw EBaseExceptionModifier and TypeMethodDescriptionvoidProfile.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 EBaseExceptionModifier and TypeMethodDescriptionvoidLdapCaSimpleMap.init(IConfigStore config) for initializing from config store.protected voidcommon 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 voidcommon initialization routine.voidLdapSimpleMap.init(IConfigStore config) for initializing from config store.protected voidcommon 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 EBaseExceptionModifier and TypeMethodDescriptionvoidLdapCaCertPublisher.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 EBaseExceptionModifier and TypeMethodDescriptionbooleanAdminServlet.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, X509Certificate clientCert) CMSAdminServlet.getCertConfigNickname(String val) protected voidAdminServlet.getConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Generic configuration store get operation.CMSAdminServlet.getNickname(String certType) voidCMSAdminServlet.installCASigningCert(String fullName, String nickname, String tokenName) voidCMSAdminServlet.installOCSPSigningCert(String fullName, String nickname, String tokenName) voidCMSAdminServlet.issueImportCert(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Issue import certificateprotected voidAdminServlet.listConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Lists configuration store.voidCMSAdminServlet.modifyCACert(javax.servlet.http.HttpServletRequest request, String value) voidCMSAdminServlet.modifyServerCert(String nickname) voidCMSAdminServlet.readEncryption(NameValuePairs params) voidsets a credential with credential name and the credentialvoidCMSAdminServlet.setCANewnickname(String tokenName, String nickname) protected voidAdminServlet.setConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Generic configuration store set operation.voidCMSAdminServlet.setOCSPNewnickname(String tokenName, String nickname) voidCMSAdminServlet.setRootCertTrust(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Constructors in com.netscape.cms.servlet.admin that throw EBaseException -
Uses of EBaseException in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type EBaseExceptionModifier and TypeMethodDescriptionprotected 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 EBaseExceptionModifier and TypeMethodDescriptionCMSServlet.authenticate(CMSRequest req) CMSServlet.authenticate(CMSRequest req, String authMgrName) CMSServlet.authenticate(javax.servlet.http.HttpServletRequest httpReq) CMSServlet.authenticate(javax.servlet.http.HttpServletRequest httpReq, String authMgrName) AuthenticationCMSServlet.authorize(String authzMgrName, IAuthToken authToken, String resource, String operation) Authorize must occur after AuthenticateCMSServlet.authorize(String authzMgrName, String resource, IAuthToken authToken, String exp) protected booleanCMSServlet.certIsRevoked(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(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, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.protected X509CertificateCMSServlet.getSSLClientCertificate(javax.servlet.http.HttpServletRequest httpReq) get ssl client authenticated certificateprotected X509CertificateCMSServlet.getSSLClientCertificate(javax.servlet.http.HttpServletRequest httpReq, boolean clientCertRequired) protected CMSTemplateCMSServlet.getTemplate(String templateName, javax.servlet.http.HttpServletRequest httpReq, Locale[] locale) get a template based on result status.voidCMSServlet.importCertToNav(javax.servlet.http.HttpServletResponse httpResp, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, String contentType, boolean importCAChain) handy routine to import cert to old navigator in nav mime type.protected booleanCMSServlet.isSystemCertificate(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 EBaseExceptionModifier and TypeMethodDescriptionvoidCloneRedirect.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 requestvoidRemoteAuthConfig.process(CMSRequest cmsReq) Serves HTTPS request. -
Uses of EBaseException in com.netscape.cms.servlet.common
Subclasses of EBaseException in com.netscape.cms.servlet.commonModifier and TypeClassDescriptionclassA class represents a CMS gateway exception.Methods in com.netscape.cms.servlet.common with parameters of type EBaseExceptionMethods in com.netscape.cms.servlet.common that throw EBaseExceptionModifier and TypeMethodDescriptionstatic voidServletUtils.addACLInfo(AuthzSubsystem authz, String aclMethod, String aclInfo) static IAuthTokenCMSGateway.checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, X509Certificate cert, String authMgrName) static voidCMSGateway.disableAdminEnroll()byte[]byte[]static StringServletUtils.getACLMethod(String aclInfo, String authzMgr, String id) static AuthCredentialsCMSGateway.getAuthCreds(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.CMSFileLoader.getCMSFile(File file, String enc) protected static CMSTemplateCMSGateway.getTemplate(String templateName, javax.servlet.http.HttpServletRequest httpReq, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader, Locale[] locale) get a templatevoidCMSFileLoader.init(IConfigStore config) booleanstatic voidCMSGateway.renderTemplate(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 -
Uses of EBaseException in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that throw EBaseExceptionModifier and TypeMethodDescriptionprotected IAuthTokenCloneServlet.authenticate(X509Certificate peerCert) protected X509CertificateCloneServlet.getPeerCert(javax.servlet.http.HttpServletRequest req) protected X509CertificateConnectorServlet.getPeerCert(javax.servlet.http.HttpServletRequest req) protected IPKIMessageCloneServlet.processRequest(String source, String sourceUserId, IPKIMessage msg, IAuthToken token) protected IPKIMessageConnectorServlet.processRequest(String source, 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 EBaseExceptionModifier and TypeMethodDescriptionSecurityDomainProcessor.addHost(String name, String type, String hostname, String securePort, String unsecurePort, String eeCAPort, String adminSecurePort, String agentSecurePort, String domainManager, String clone) SecurityDomainProcessor.getDomainInfo()SecurityDomainProcessor.getDomainXML()Configurator.getNickname(String certTag) abstract IRepositoryUpdateNumberRange.getRepository(String type) 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.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 voidGetCookie.processImpl(CMSRequest cmsReq) SecurityDomainProcessor.removeHost(String type, String hostname, String securePort) Constructors in com.netscape.cms.servlet.csadmin that throw EBaseException -
Uses of EBaseException in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that throw EBaseExceptionModifier and TypeMethodDescriptionstatic voidKeyRecordParser.fillRecordIntoArg(IKeyRecord rec, IArgBlock rarg) Fills key record into argument block. -
Uses of EBaseException in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp that throw EBaseExceptionModifier and TypeMethodDescriptionprotected 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 EBaseExceptionModifier and TypeMethodDescriptionvoidCMCProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) voidKeyGenProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) voidPKCS10Processor.fillCertInfo(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(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CMCProcessor.fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CRMFProcessor.fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]PKIProcessor.fillCertInfoArray(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 -
Uses of EBaseException in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request that throw EBaseExceptionModifier and TypeMethodDescriptionvoidProcessReq.addAuthorityName(IArgBlock header) voidProcessReq.addSigningAlgorithm(IArgBlock header) voidIReqParser.fillRequestIntoArg(Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block.voidReqParser.fillRequestIntoArg(Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block.CMSRequestDAO.listCMSRequests(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.voidSearchReqs.process(CMSRequest cmsReq) Serves HTTP request.voidQueryReq.validateAuthToken(javax.servlet.http.HttpServletRequest request, IAuthToken authToken) -
Uses of EBaseException in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that throw EBaseExceptionModifier and TypeMethodDescriptionvoidCMSEngine.configureExcludedLdapAttrs()voidCMSEngine.configureServerCertNickname()CMSEngine.createFileConfigStore(String path) DatabaseConfig.getBeginReplicaNumber()DatabaseConfig.getBeginRequestNumber()DatabaseConfig.getBeginSerialNumber()SubsystemConfig.getClassName()booleanDatabaseConfig.getEnableSerialManagement()booleanDatabaseConfig.getEnableSerialNumberRecovery()DatabaseConfig.getEndReplicaNumber()DatabaseConfig.getEndRequestNumber()DatabaseConfig.getEndSerialNumber()SubsystemConfig.getID()EngineConfig.getInstanceDir()EngineConfig.getInstanceID()DatabaseConfig.getNewSchemaEntryAdded()DatabaseConfig.getNextBeginReplicaNumber()DatabaseConfig.getNextBeginRequestNumber()DatabaseConfig.getNextBeginSerialNumber()DatabaseConfig.getNextEndReplicaNumber()DatabaseConfig.getNextEndRequestNumber()DatabaseConfig.getNextEndSerialNumber()DatabaseConfig.getNextSerialNumber()CMSEngine.getPasswordStore()EngineConfig.getPasswordStoreConfig()DatabaseConfig.getReplicaDN()DatabaseConfig.getReplicaIncrement()DatabaseConfig.getReplicaLowWaterMark()DatabaseConfig.getReplicaRangeDN()DatabaseConfig.getRequestDN()DatabaseConfig.getRequestIncrement()DatabaseConfig.getRequestLowWaterMark()DatabaseConfig.getRequestRangeDN()DatabaseConfig.getSerialDN()DatabaseConfig.getSerialIncrement()DatabaseConfig.getSerialLowWaterMark()DatabaseConfig.getSerialRangeDN()intEngineConfig.getState()EngineConfig.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(String prefix, IConfigStore c) This function is used for installation and upgrade.booleanSubsystemConfig.isEnabled()voidSubsystemConfig.setEnabled(boolean enabled) voidEngineConfig.setHostname(String hostname) voidEngineConfig.setInstanceID(String instanceID) void -
Uses of EBaseException in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EBaseExceptionModifier and TypeMethodDescriptionAuthSubsystem.authenticate(IAuthCredentials authCred, String authMgrInstName) Authenticate to the named authentication manager instanceCertUserDBAuthentication.authenticate(IAuthCredentials authCred) authenticates user(agent) by certificateChallengePhraseAuthentication.authenticate(IAuthCredentials authCred) authenticates revocation of a certification by a challenge phraseNullAuthentication.authenticate(IAuthCredentials authCred) authenticates nothingPasswdUserDBAuthentication.authenticate(IAuthCredentials authCred) authenticates administratrators by LDAP uid/pwdSSLClientCertAuthentication.authenticate(IAuthCredentials authCred) String[]AuthSubsystem.getConfigParams(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(String name, String implName, AuthManagerConfig config) initializes the CertUserDBAuthentication auth managervoidChallengePhraseAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the ChallengePhraseAuthentication auth managervoidNullAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the NullAuthentication auth managervoidPasswdUserDBAuthentication.init(String name, String implName, AuthManagerConfig config) initializes the PasswdUserDBAuthentication auth managervoidSSLClientCertAuthentication.init(String name, String implName, AuthManagerConfig config) voidAuthSubsystem.loadAuthManagerInstances()voidAuthSubsystem.loadAuthManagerPlugins()voidSets 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 EBaseExceptionModifier and TypeMethodDescriptionAuthzSubsystem.authorize(String authzMgrInstName, IAuthToken authToken, String exp) AuthzSubsystem.authorize(String authzMgrName, IAuthToken authToken, String resource, String operation) AuthzSubsystem.authorize(String authzMgrInstName, IAuthToken authToken, String resource, String operation, String realm) Authorization to the named authorization manager instancevoidAuthzSubsystem.authzMgrAccessInit(String authzMgrInstName, String accessInfo) authMgrzAccessInit is for servlets who want to initialize their own authorization information before full operation.voidAuthzSubsystem.checkRealm(String realm, IAuthToken authToken, String owner, String resource, String operation) Authorize the user against the specified realm.String[]AuthzSubsystem.getConfigParams(String implName) Gets configuration parameters for the given authorization manager plugin.voidAuthzSubsystem.init(IConfigStore config) Initializes the authorization subsystem from the config store.voidSets 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 EBaseExceptionModifier and TypeMethodDescriptionvoidConfigStorage.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, String[] attrs) This version of commit also returns the post-read entry that the change resulted in.PropConfigStore.getBigInteger(String name) Retrieves big integer value.PropConfigStore.getBigInteger(String name, BigInteger defval) Retrieves integer value.booleanPropConfigStore.getBoolean(String name) Retrieves boolean-based property value.booleanPropConfigStore.getBoolean(String name, boolean defval) Retrieves boolean-based property value.byte[]PropConfigStore.getByteArray(String name) Retrieves a byte array from the configuration file.byte[]PropConfigStore.getByteArray(String name, byte[] defval) Retrieves a byte array from the configuration file.intPropConfigStore.getInteger(String name) Retrieves integer value.intPropConfigStore.getInteger(String name, int defval) Retrieves integer value.Retrieves a property value.Retrieves a String from the configuration file.Retrieves argument value as objectArgBlock.getValueAsBigInteger(String n) Retrieves argument value as big integer.booleanArgBlock.getValueAsBoolean(String name) Gets boolean value.intArgBlock.getValueAsInt(String n) Retrieves argument value as integer.ArgBlock.getValueAsKeyGenInfo(String name, KeyGenInfo def) Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock.getValueAsPKCS10(String name, boolean checkheader) Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock.getValueAsPKCS10(String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock.getValueAsRawPKCS10(String name) Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock.getValueAsRawPKCS10(String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Gets PKCS10 request.ArgBlock.getValueAsString(String n) Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10ArgBlock.getValuePKCS10(String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def) Retrieves PKCS10static Vector<ISubsystem> SubsystemLoader.load(IConfigStore config) -
Uses of EBaseException in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert that throw EBaseExceptionModifier and TypeMethodDescriptionstatic voidCertUtils.addCTv1PoisonExt(org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo) static org.mozilla.jss.netscape.security.util.ObjectIdentifierCheck 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.pkcs.PKCS10CertUtils.decodePKCS10(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.voidvoidstatic voidCertUtils.setRSAKeyToCertInfo(org.mozilla.jss.netscape.security.x509.X509CertInfo info, byte[] encoded) voidOidLoaderSubsystem.startup()voidX500NameSubsystem.startup()static StringCertUtils.unwrapPKCS10(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 EBaseExceptionModifier and TypeMethodDescriptionHttpConnFactory.getConn()gets a conenction from this factory.HttpConnFactory.getConn(boolean waitForConn) Returns a Http connection - a clone of the master connection.voidRemoteAuthority.init(IConfigStore c) HttpConnection.send(IPKIMessage tomsg) sends a request to remote RA/CA, returning the result.sends a request to a remote authority, returning the result.booleanvoidHttpConnection.setRequestURI(String uri) Constructors in com.netscape.cmscore.connector that throw EBaseExceptionModifierConstructorDescriptionHttpConnector(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config) HttpConnector(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config, int timeout) HttpConnFactory(int minConns, int maxConns, IAuthority source, IRemoteAuthority dest, String nickname, String clientCiphers, int timeout) Constructor for HttpConnFactory -
Uses of EBaseException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EBaseExceptionModifier and TypeMethodDescriptionvoidDBSSession.abandon(netscape.ldap.LDAPSearchResults results) voidLDAPSession.abandon(netscape.ldap.LDAPSearchResults results) voidAdds object to backend database.voidAdds object to backend database.voidCertificateRepository.addCertificateRecord(CertRecord record) Adds a certificate record to the repository.voidCertificateRepository.addRevokedCertRecord(CertRecord record) Used by the Clone Master (CLA) to add a revoked certificate record to the repository.booleanCertificateRepository.checkCertificateRecord(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(BigInteger serialNo) Checks if the certificate exists in this repository.netscape.ldap.LDAPAttributeSetDBRegistry.createLDAPAttributeSet(IDBObj obj) Creates attribute set from object.netscape.ldap.LDAPAttributeSetLDAPRegistry.createLDAPAttributeSet(IDBObj obj) Creates attribute set from object.LDAPDatabase.createMapper(Class<?> attrType, DBAttribute dbAttribute) DBRegistry.createObject(netscape.ldap.LDAPAttributeSet attrs) Creates object from attribute set.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKeys, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> DBSSession.createVirtualList(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String sortKey) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKey) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String[] sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String sortKey, int pageSize) Retrieves a list of objects.<T extends IDBObj>
IDBVirtualList<T> LDAPSession.createVirtualList(String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) voidDeletes attribute from this record.voidvoidvoidDeletes object from database.voidDeletes an attribute.voidDeletes object from database.voidDeletes an attribute.voidCertificateRepository.deleteCertificateRecord(BigInteger serialNo) Deletes certificate from this repository.Enumeration<org.mozilla.jss.netscape.security.x509.X509CertImpl> CertificateRepository.findCertificates(String filter) Finds all certificates given a filter.CertificateRepository.findCertRecords(String filter) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInList(String filter, String[] attrs, int pageSize) Finds certificate records.CertificateRepository.findCertRecordsInList(String filter, String[] attrs, String jumpTo, boolean hardJumpTo, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInList(String filter, String[] attrs, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInList(String filter, String[] attrs, String jumpTo, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInListRawJumpto(String filter, String[] attrs, String jumpTo, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecs(String filter) Deprecated.CertificateRepository.findCertRecs(String filter, String[] attrs) Retrieves attributes from this record.Retrieves an attribute.Retrieves attribute from this record.CertificateRepository.getAllExpiredCertificates()Retrives all expired certificates.CertificateRepository.getAllExpiredPublishedCertificates()Retrives all expired publishedcertificates.CertificateRepository.getAllRevokedCertificates()Retrieves all revoked certificates including ones that have expired or that are not yet valid.CertificateRepository.getAllRevokedNonExpiredCertificates()Retrieves all revoked but not expired certificates.CertificateRepository.getAllRevokedPublishedCertificates()Retrives all revoked published certificates including ones already expired or not yet valid.CertificateRepository.getAllValidCertificates()Retrives all valid certificates excluding ones already revoked.CertificateRepository.getAllValidNotPublishedCertificates()Retrives all valid not published certificates excluding ones already revoked.CertRecordList.getCertRecord(int index) Gets one single record at a time similar to processCertRecords but no extra class needed.CertRecordList.getCertRecords(int startidx, int endidx) Retrieves requests.KeyRecord.getClientId()Retrieves the client ID of this record.KeyRecord.getDataType()Retrieves the key data type of this record.Date[]KeyRecord.getDateOfRevocation()Retrieves the date(s) of revocation.CertificateRepository.getExpiredCertificates(String from, String to) Retrieves expired certificates.CertificateRepository.getExpiredPublishedCertificates(String from, String to) Retrieves expired and published certificates.Creates LDAP-based search filters with help of registered mappers.DBRegistry.getFilter(String filter, IFilterConverter c) Creates LDAP-based search filters with help of registered mappers.Creates LDAP-based search filters with help of registered mappers.LDAPRegistry.getFilter(String filter, IFilterConverter c) CertificateRepository.getInvalidCertsByNotBeforeDate(Date date, int pageSize) Gets Invalid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.KeyRecordList.getKeyRecords(int startidx, int endidx) Retrieves requests.KeyRecord.getKeySize()Retrieves the key size.KeyRecord.getKeyStatus()Retrieves the key status of this record.CertificateRepository.getLastSerialNumberInRange(BigInteger serial_low_bound, BigInteger serial_upper_bound) ReplicaIDRepository.getLastSerialNumberInRange(BigInteger serial_low_bound, BigInteger serial_upper_bound) Returns last serial number in given rangeabstract BigIntegerRepository.getLastSerialNumberInRange(BigInteger serial_low_bound, BigInteger serial_upper_bound) String[]DBRegistry.getLDAPAttributes(String[] attrs) Retrieves a list of LDAP attributes that are associated with the given attributes.String[]LDAPRegistry.getLDAPAttributes(String[] attrs) Retrieves a list of LDAP attributes that are associated with the given attributes.Repository.getNextRange()Gets start of next range from database.CertificateRepository.getNextSerialNumber()Retrieves the next certificate serial number, and also increases the serial number by one.Repository.getNextSerialNumber()Retrieves the next serial number, and also increase the serial number by one.KeyRecord.getOwnerName()Retrieves owner name.byte[]KeyRecord.getPrivateKeyData()Retrieves key.byte[]KeyRecord.getPublicKeyData()Retrieves the public key.KeyRecord.getRealm()CSCfgDatabase.getRecordStatus(String recordID) CertificateRepository.getRenewableCertificates(String renewalTime) Retrieves renewable certificates.CertificateRepository.getRevokedCertificates(String from, String to) Retrieves revoked certificates.CertificateRepository.getRevokedCertificates(Date asOfDate) Retrieves all revoked certificates that have not expired.CertificateRepository.getRevokedCertsByNotAfterDate(Date date, int pageSize) Gets Revoked certs orderes by noAfter date, jumps to records where notAfter date is greater than current.CertificateRepository.getRevokedPublishedCertificates(String from, String to) Retrieves revoked and published certificates.org.mozilla.jss.netscape.security.x509.RevocationReasonCertRecord.getRevReason()KeyRecord.getSerialNumber()Retrieves serial number of the key record.KeyRecord.getState()Retrieves the key state.CertificateRepository.getValidCertificates(String from, String to) Retrieves valid certificates.CertificateRepository.getValidCertsByNotAfterDate(Date date, int pageSize) Gets valid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.CertificateRepository.getValidNotPublishedCertificates(String from, String to) Retrieves valid and not published certificates.org.mozilla.jss.netscape.security.x509.X509CertImplCertificateRepository.getX509Certificate(BigInteger serialNo) Reads the certificate identified by the given serial no.org.mozilla.jss.netscape.security.x509.X509CertImpl[]CertificateRepository.getX509Certificates(String filter) org.mozilla.jss.netscape.security.x509.X509CertImpl[]CertificateRepository.getX509Certificates(String subjectDN, int validityType) Gets all valid and unexpired certificates pertaining to a subject DN.booleanRepository.hasRangeConflict()Determines if a range conflict has been observed in database.voidDBRegistry.init(IConfigStore config) voidDBSubsystem.init(DatabaseConfig config, PKISocketConfig socketConfig, IPasswordStore passwordStore) Initializes the internal registry.voidLDAPRegistry.init(IConfigStore config) Initializes the internal registery.protected voidRepository.initCacheIfNeeded()CertificateRepository.isCertificateRevoked(org.mozilla.jss.netscape.security.x509.X509CertImpl cert) Checks if the presented certificate belongs to the repository and is revoked.KeyRecord.isEncrypted()voidBigIntegerMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidByteArrayMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidDateArrayMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidDateMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidIntegerMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidKeyStateMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidLongMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidMetaInfoMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidObjectStreamMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidPublicKeyMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidRevocationInfoMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidStringMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidStringVectorMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidX500NameMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Maps LDAP attributes into object, and put the object into 'parent'.voidX509CertImplMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidMaps object into LDAP attribute set.voidLDAPRegistry.mapObject(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into LDAP attribute set.voidBigIntegerMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.voidByteArrayMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidDateArrayMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to a set of attributes.voidDateMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidIntegerMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidKeyStateMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidLongMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.voidMetaInfoMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object into ldap attribute set.voidObjectStreamMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidPublicKeyMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps object to ldap attribute set.voidRevocationInfoMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidStringMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.voidStringVectorMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.voidX500NameMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Maps attribute value to ldap attributes.voidX509CertImplMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) BigIntegerMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.ByteArrayMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.DateArrayMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.DateMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.IntegerMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.KeyStateMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.LongMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.MetaInfoMapper.mapSearchFilter(String name, String op, String value) Map search filters into LDAP search filter.ObjectStreamMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.PublicKeyMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.RevocationInfoMapper.mapSearchFilter(String name, String op, String value) StringMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.StringVectorMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.X500NameMapper.mapSearchFilter(String name, String op, String value) Maps search filters into LDAP search filter.X509CertImplMapper.mapSearchFilter(String name, String op, String value) voidCertificateRepository.markAsRevoked(BigInteger id, IRevocationInfo info) Marks certificate as revoked.voidCertificateRepository.markAsRevoked(BigInteger id, IRevocationInfo info, boolean isAlreadyRevoked) Marks certificate as revoked.voidCertificateRepository.markCertificateAsNotRenewable(CertRecord record) Marks certificate as not renewable.voidCertificateRepository.markCertificateAsRenewable(CertRecord record) Marks certificate as renewable.voidCertificateRepository.markCertificateAsRenewalNotified(String serialNo) Marks certificate as renewed and notified.voidCertificateRepository.markCertificateAsRenewed(String serialNo) Marks certificate as renewed.voidDBSSession.modify(String name, ModificationSet mods) Modify an object in the database.voidLDAPSession.modify(String name, ModificationSet mods) Modify an object in the database.voidCertificateRepository.modifyCertificateRecord(BigInteger serialNo, ModificationSet mods) Modifies certificate record.Repository.peekNextSerialNumber()Peek at the next serial number in cache (does not consume the number).netscape.ldap.LDAPSearchResultsDBSSession.persistentSearch(String base, String filter, String[] attrs) Sets persistent search to retrieve modified certificate records.netscape.ldap.LDAPSearchResultsLDAPSession.persistentSearch(String base, String filter, 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.Reads an object from the database.Reads an object from the database, and only populates the selected attributes.Reads an object from the database.Reads an object from the database, and only populates the selected attributes.CertificateRepository.readCertificateRecord(BigInteger serialNo) Reads certificate from repository.voidvoidCertificateRepository.removeCertRecords(BigInteger beginS, BigInteger endS) Removes certificate records with this repository.booleanCSCfgDatabase.requiresApproval()Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Searchs for a list of objects that match the filter.Retrieves a list of object that satifies the given filter.Searchs for a list of objects that match the filter.Retrieves a list of object that satifies the given filter.CertificateRepository.searchCertificates(String filter, int maxSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.searchCertificates(String filter, int maxSize, int timeLimit) Finds a list of certificate records that satisifies the filter.CertificateRepository.searchCertificates(String filter, int maxSize, int timeLimit, String sortAttribute) Finds a list of certificate records that satisifies the filter.CertificateRepository.searchCertificates(String filter, int maxSize, String sortAttribute) Finds a list of certificate records that satisifies the filter.voidSets attribute to this record.voidvoidvoidSets an attribute.voidSets attribute.voidKeyRecord.setDateOfRevocation(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.voidvoidSets subsystem identifier.voidSets subsystem identifier.voidKeyRecord.setKeySize(Integer keySize) Sets key size.voidRepository.setMaxSerial(BigInteger serial) Set the maximum serial number.voidRepository.setMaxSerialConfig()Sets maximum serial number limit in config filevoidRepository.setMinSerialConfig()Sets minimum serial number limit in config filevoidRepository.setNextMaxSerial(BigInteger serial) Set the maximum serial number in next rangevoidRepository.setNextMaxSerialConfig()Sets maximum serial number limit for next range in config filevoidRepository.setNextMinSerialConfig()Sets minimum serial number limit for next range in config filevoidDBSubsystem.setNextSerialConfig(BigInteger serial) voidKeyRecord.setOwnerName(String name) Sets owner name.voidKeyRecord.setPrivateKeyData(byte[] keydata) Sets key data.voidKeyRecord.setPublicKeyData(byte[] key) Sets the public key.voidCSCfgDatabase.setRecordStatus(String recordID, String status) voidKeyRecord.setSerialNumber(BigInteger serialno) Sets serial number.voidDBVirtualList.setSortKey(String sortKey) set the sort keyvoidDBVirtualList.setSortKey(String[] sortKeys) set the sort keyvoidSets key state.voidRepository.setTheSerialNumber(BigInteger num) Updates the serial number to the specified in db and cache.voidDBRegistry.startup()voidLDAPRegistry.startup()Starts up this subsystem.voidCertificateRepository.unmarkRevoked(BigInteger id, IRevocationInfo info, Date revokedOn, String revokedBy) Unmark a revoked certificates.voidCertificateRepository.updateStatus(BigInteger id, String status) Updates certificate status.voidCertificateRepository.updateStatus(Vector<BigInteger> list, String status) Constructors in com.netscape.cmscore.dbs that throw EBaseExceptionModifierConstructorDescriptionCertificateRepository(DBSubsystem dbSubsystem) Constructs a certificate repository.DBVirtualList(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs) Constructs a virtual list.DBVirtualList(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String sortKey) Constructs a virtual list.DBVirtualList(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String[] sortKey) Constructs a virtual list.DBVirtualList(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String[] sortKey, int pageSize) Constructs a virtual list.DBVirtualList(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String sortKey, int pageSize) Constructs a virtual list.DBVirtualList(DBRegistry registry, netscape.ldap.LDAPConnection c, String base, String filter, String[] attrs, String startFrom, String sortKey, int pageSize) KeyRecord(BigInteger serialNo, byte[] publicData, byte[] privateData, String owner, String algorithm, String agentId) LDAPDatabase(String name, DBSubsystem dbSubsystem, String baseDN, Class<E> recordType) ReplicaIDRepository(DBSubsystem dbSubsystem) Constructs a certificate repository. -
Uses of EBaseException in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that throw EBaseExceptionModifier and TypeMethodDescriptionvoidCMSExtensionsMap.addExt(CMSExtension ext) org.mozilla.jss.netscape.security.x509.ExtensionKeyUsage.getExtension(IArgBlock args) KeyUsage.getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension) voidCMSExtensionsMap.init(IConfigStore config) Create extensions from configuration store.voidKeyUsage.init(IConfigStore config) voidCMSExtensionsMap.startup()startup - does nothing. -
Uses of EBaseException in com.netscape.cmscore.jobs
Methods in com.netscape.cmscore.jobs that throw EBaseExceptionModifier and TypeMethodDescriptionJobsScheduler.createJobCron(String cs) Creates a job cron.voidJobsScheduler.init(IConfigStore config) read from the config file all implementations of Jobs, register and initialize themvoidparses and sets a string cron itemvoidSets id string to this subsystem.voidJobsScheduler.startup()registers the administration servlet with the administration subsystem.Constructors in com.netscape.cmscore.jobs that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that throw EBaseExceptionModifier and TypeMethodDescriptionbooleanPublishingConfig.getCreateOwnDNEntry()voidLdapConnModule.init(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) Initialize the plugin.voidPublisherProcessor.init(PublishingConfig config) voidPublisherProcessor.startup() -
Uses of EBaseException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw EBaseExceptionModifier and TypeMethodDescriptionLDAPConfig.getBaseDN()LdapAuthInfo.getBindDN()LdapAuthInfo.getBindPassword()LdapAuthInfo.getClientCertNickname()LDAPConfig.getDatabase()LDAPConfig.getDBUser()booleanLDAPConnectionConfig.getFollowReferrals()LDAPConnectionConfig.getHostname()LdapAuthInfo.getPasswordFromStore(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, 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 EBaseExceptionModifierConstructorDescriptionLdapBoundConnection(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 and password authentication.LdapConnInfo(LDAPConnectionConfig config) default constructor. -
Uses of EBaseException in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that throw EBaseExceptionModifier and TypeMethodDescriptionvoidLogSubsystem.init(IConfigStore config) Initializes the log subsystem.voidvoidLogSubsystem.startup() -
Uses of EBaseException in com.netscape.cmscore.notification
Methods in com.netscape.cmscore.notification that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.registry
Methods in com.netscape.cmscore.registry that throw EBaseExceptionModifier and TypeMethodDescriptionvoidPluginRegistry.loadPlugin(IConfigStore config, String type, String id) Load plugins of the given type.voidPluginRegistry.loadPlugins(IConfigStore config, 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 EBaseExceptionModifier and TypeMethodDescriptionvoidRequestRepository.addRequest(IRequest request) abstract voidARequestQueue.approveRequest(IRequest request) Approves a request.voidRequestQueue.approveRequest(IRequest request) abstract voidARequestQueue.cancelRequest(IRequest request) Cancels a request.voidRequestQueue.cancelRequest(IRequest request) ARequestQueue.cloneAndMarkPending(IRequest r) Clones a request object and mark it pending.abstract IRequestARequestQueue.cloneRequest(IRequest r) Clones a request object.RequestQueue.cloneRequest(IRequest request) protected DBSSessionRequestSubsystem.createDBSSession()RequestRepository.createRequest(RequestId requestID, String requestType) RequestRepository.createRequest(String requestType) RequestRepository.createRequestID()RequestRepository.createRequestID(boolean ephemeral) voidRequestSubsystem.createRequestQueue(String name) Creates a new request queue.voidvoidRemoves attribute from the request.RequestQueue.findRequest(RequestId id) RequestRepository.getLastSerialNumberInRange(BigInteger min, BigInteger max) RequestRepository.getPagedRequestsByFilter(RequestId fromID, boolean jumpToEnd, String filter, int pageSize, String sortKey) Gets a pageable list of IRequest entries in this queue.RequestRepository.listRequestsByFilter(String filter) RequestRepository.listRequestsByFilter(String filter, int maxSize) RequestRepository.listRequestsByFilter(String filter, int maxSize, int timeLimit) RequestRecord.loadExtDataFromRequest(IRequest r) voidDBDynAttrMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidExtAttrDynMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidRequestAttrsMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoidRequestIdMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidRequestStateMapper.mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, String name, IDBObj parent) voidDBDynAttrMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidExtAttrDynMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidRequestAttrsMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) Deprecated.voidRequestIdMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) voidRequestStateMapper.mapObjectToLDAPAttributeSet(IDBObj parent, String name, Object obj, netscape.ldap.LDAPAttributeSet attrs) DBDynAttrMapper.mapSearchFilter(String name, String op, String value) ExtAttrDynMapper.mapSearchFilter(String name, String op, String value) RequestIdMapper.mapSearchFilter(String name, String op, String value) abstract voidARequestQueue.markAsServiced(IRequest request) Marks as serviced after destination authority has serviced request.voidRequestQueue.markAsServiced(IRequest request) abstract voidARequestQueue.markRequestPending(IRequest request) Puts a new request into the PENDING state.voidRequestQueue.markRequestPending(IRequest request) voidRequestRepository.modifyRequest(IRequest request) final voidARequestQueue.processRequest(IRequest r) Begins processing for this request.RequestRepository.readRequest(RequestId id) abstract voidARequestQueue.rejectRequest(IRequest request) Rejects a request.voidRequestQueue.rejectRequest(IRequest request) voidRequestRepository.removeAllObjects()Removes all objects with this repository.voidvoidprotected final voidARequestQueue.stateEngine(IRequest r) protected voidRequestRecord.storeExtDataIntoRequest(IRequest r) RequestRecord.toRequest()abstract voidARequestQueue.updateRequest(IRequest r) Updates the request in the permanent data store.voidRequestQueue.updateRequest(IRequest request) Constructors in com.netscape.cmscore.request that throw EBaseExceptionModifierConstructorDescriptionRequestQueue(DBSubsystem dbSubsystem, RequestRepository requestRepository, IPolicy policy, IService service, INotify notifier, INotify pendingNotifier) Create a request queue.RequestRepository(DBSubsystem dbSubsystem, String filter) Create a request repository that uses the LDAP databaseRequestRepository(DBSubsystem dbSubsystem, String filter, Hashtable<String, String> repositoryConfig) -
Uses of EBaseException in com.netscape.cmscore.security
Methods in com.netscape.cmscore.security that throw EBaseExceptionModifier and TypeMethodDescriptionstatic voidKeyCertUtil.addCertToDB(netscape.ldap.LDAPConnection conn, String dn, org.mozilla.jss.netscape.security.x509.X509CertImpl cert) voidvoidvoidvoidJssSubsystem.checkCertificateExt(String ext) static voidKeyCertUtil.checkCertificateExt(String ext) voidJssSubsystem.checkKeyLength(String keyType, int keyLength, String certType, int minRSAKeyLen) voidJssSubsystem.deleteCACert(String nickname, String notAfterTime) Delete the CA certificate from the perm database.voidJssSubsystem.deleteCert(String nickname, String notAfterTime) Delete any certificate from the any token.voidPWsdrCache.deleteEntry(String tag) voidJssSubsystem.deleteRootCert(String nickname, String serialno, String issuername) voidJssSubsystem.deleteTokenCertificate(String nickname, String pathname) voidJssSubsystem.deleteUserCert(String nickname, String serialno, String issuername) static KeyPairKeyCertUtil.generateKeyPair(String tokenName, String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg) RandomConfig.getAlgorithm()org.mozilla.jss.netscape.security.x509.AlgorithmIdJssSubsystem.getAlgorithmId(String algname, IConfigStore store) static org.mozilla.jss.netscape.security.x509.AlgorithmIdKeyCertUtil.getAlgorithmId(String algname, IConfigStore store) JssSubsystem.getAllCerts()JssSubsystem.getAllCertsManage()JssSubsystem.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(String nickname, String serialno, String issuerName) static org.mozilla.jss.crypto.X509CertificateKeyCertUtil.getCertificate(String tokenname, String nickname) org.mozilla.jss.netscape.security.x509.CertificateValidityCertificateInfo.getCertificateValidity()org.mozilla.jss.netscape.security.x509.X509CertInfoCertificateInfo.getCertInfo()JssSubsystem.getCertInfo(String b64E) JssSubsystem.getCertList(String name) JssSubsystem.getCertListWithoutTokenName(String name) JssSubsystem.getCertPrettyPrint(String nickname, String serialno, String issuerName, Locale locale) JssSubsystem.getCertPrettyPrint(String nickname, String date, Locale locale) JssSubsystem.getCertPrettyPrint(String b64E, Locale locale) JssSubsystem.getCertPrettyPrintAndFingerPrint(String nickname, String serialno, String issuerName, Locale locale) JssSubsystem.getCertRequest(String subjectName, KeyPair kp) JssSubsystem.getCertSubjectName(String tokenname, String nickname) static StringKeyCertUtil.getCertSubjectName(String tokenname, String nickname) static StringKeyCertUtil.getCertSubjectName(String tokenname, String nickname) JssSubsystem.getCipherPreferences()SSLConfig.getCipherPreferences()JssSubsystem.getCipherVersion()booleanJssSubsystemConfig.getCloseNSSDatabase()JssSubsystem.getECCKeyPair(KeyCertData properties) JssSubsystem.getECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, String keyCurve, String certType) org.mozilla.jss.netscape.security.x509.CertificateExtensionsJssSubsystem.getExtensions(String tokenname, String nickname) JssSubsystem.getInternalTokenName()JssSubsystem.getKeyPair(KeyCertData properties) JssSubsystem.getKeyPair(String nickname) JssSubsystem.getKeyPair(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize) JssSubsystem.getKeyPair(org.mozilla.jss.crypto.CryptoToken token, String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg) static KeyPairKeyCertUtil.getKeyPair(String tokenname, String nickname) JssSubsystemConfig.getNSSDatabaseDir()JssSubsystemConfig.getObscureMethod()org.mozilla.jss.crypto.PQGParamsCASigningCert.getPQGParams()org.mozilla.jss.crypto.PQGParamsOCSPSigningCert.getPQGParams()static PrivateKeyKeyCertUtil.getPrivateKey(String tokenname, String nickname) static PrivateKeyKeyCertUtil.getPrivateKey(String tokenname, String nickname) RandomConfig.getProvider()JssSubsystem.getRootCerts()JssSubsystem.getRootCertTrustBit(String nickname, String serialno, String issuerName) static BigIntegerKeyCertUtil.getSerialNumber(netscape.ldap.LDAPConnection conn, String baseDN) JssSubsystem.getSignatureAlgorithm(String nickname) org.mozilla.jss.netscape.security.x509.X509CertImplJssSubsystem.getSignedCert(KeyCertData data, String certType, PrivateKey priKey) JssSubsystem.getSubjectDN(String nickname) JssSubsystem.getTokenList()JssSubsystem.getUserCerts()voidJssSubsystem.importCert(String b64E, String nickname, String certType) voidJssSubsystem.importCert(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, String nickname, String certType) voidJssSubsystem.init(JssSubsystemConfig config) Initializes the Jss security subsystem.booleanJssSubsystem.isCipherFortezza()booleanJssSubsystemConfig.isEnabled()booleanJssSubsystem.isTokenLoggedIn(String name) voidvoidJssSubsystem.loggedInToken(String tokenName, String pwd) PWsdrCache.readPWcache()voidJssSubsystem.setCipherPreferences(String cipherPrefs) voidSSLConfig.setCipherPreferences(String cipherPrefs) voidvoidJssSubsystem.setRootCertTrust(String nickname, String serialno, String issuerName, String trust) static voidKeyCertUtil.setSerialNumber(netscape.ldap.LDAPConnection conn, String baseDN, BigInteger serial) static org.mozilla.jss.netscape.security.x509.X509CertImplKeyCertUtil.signCert(PrivateKey privateKey, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, org.mozilla.jss.crypto.SignatureAlgorithm sigAlg) voidJssSubsystem.startup()Starts up this service.voidvoidPWsdrCache.writePWcache(String bufs) Constructors in com.netscape.cmscore.security that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EBaseExceptionModifier and TypeMethodDescriptionvoidSelfTestSubsystem.init(IConfigStore config) This method initializes this subsystem.voidThis 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 -
Uses of EBaseException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw EBaseException -
Uses of EBaseException in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that throw EBaseExceptionModifier and TypeMethodDescriptionstatic org.mozilla.jss.asn1.SETPFXUtils.createBagAttrs(String nickName, byte[] localKeyId) Creates bag attributes.static byte[]PFXUtils.createLocalKeyId(X509Certificate cert) Creates local key identifier.static byte[]PFXUtils.createPFX(String pwd, 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.voidvoidvoidProfileSubsystem.startup()voidStatsSubsystem.startup() -
Uses of EBaseException in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that throw EBaseExceptionModifier and TypeMethodDescriptionvoidGenericPolicyProcessor.addPolicyImpl(String id, String classPath) voidGenericPolicyProcessor.addPolicyInstance(String id, Hashtable<String, String> ht) voidGenericPolicyProcessor.changePolicyInstanceOrdering(String policyOrderStr) static StringGeneralNameUtil.check_GeneralNameChoice(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(String id) voidGenericPolicyProcessor.deletePolicyInstance(String id) static org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameUtil.form_GeneralName(String generalNameChoice, String value) Form a General Name from a General Name choice and value.static org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameUtil.form_GeneralNameAsConstraints(String generalNameChoice, String value) GeneralName can be used in the context of Constraints.org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameAsConstraintsConfig.formGeneralName(String choice, String value) Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameConfig.formGeneralName(String value) Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralNameGeneralNameConfig.formGeneralName(String choice, String value) Vector<org.mozilla.jss.netscape.security.x509.GeneralName> GeneralNameConfig.formGeneralNames(Object value) voidGenericPolicyProcessor.init(IAuthority owner, IConfigStore config) Initializes the PolicyProcessorvoidGenericPolicyProcessor.modifyPolicyInstance(String id, Hashtable<String, String> ht) protected GeneralNameConfigGeneralNamesAsConstraintsConfig.newGeneralNameConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) protected GeneralNameConfigGeneralNamesConfig.newGeneralNameConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) voidvoidGenericPolicyProcessor.startup()Constructors in org.dogtagpki.legacy.core.policy that throw EBaseExceptionModifierConstructorDescriptionGeneralNameAsConstraintsConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNameConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNamesAsConstraintsConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNamesConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) SubjAltNameGN(String name, IConfigStore config, boolean isPolicyEnabled) -
Uses of EBaseException in org.dogtagpki.legacy.policy
Subclasses of EBaseException in org.dogtagpki.legacy.policyModifier and TypeClassDescriptionclassThis class represents Exceptions used by the policy package.Methods in org.dogtagpki.legacy.policy with parameters of type EBaseExceptionModifier and TypeMethodDescriptionvoidIPolicyRule.setPolicyException(IRequest req, EBaseException ex) Methods in org.dogtagpki.legacy.policy that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIPolicyProcessor.addPolicyImpl(String id, String classPath) Adds a policy implementation identified by an impl id.voidIPolicyProcessor.addPolicyInstance(String id, Hashtable<String, String> ht) Adds a policy instancevoidIPolicyProcessor.changePolicyInstanceOrdering(String policyOrderStr) Modifies policy ordering.voidIPolicyProcessor.deletePolicyImpl(String id) Deletes a policy implementation identified by an impl id.voidIPolicyProcessor.deletePolicyInstance(String id) Deletes a policy instance identified by an instance id.org.mozilla.jss.netscape.security.x509.GeneralNameIGeneralNameConfig.formGeneralName(String value) Forms a general name from string.Vector<org.mozilla.jss.netscape.security.x509.GeneralName> IGeneralNameConfig.formGeneralNames(Object value) Forms general names from the given value.voidIPolicyRule.init(IPolicyProcessor owner, IConfigStore config) Initializes the policy rule.voidIPolicyProcessor.modifyPolicyInstance(String id, Hashtable<String, 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 EBaseExceptionModifier and TypeMethodDescriptionvoidAPolicyRule.setPolicyException(IRequest req, EBaseException ex) Methods in org.dogtagpki.legacy.server.policy that throw EBaseExceptionModifier and TypeMethodDescriptionprotected 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 EBaseExceptionModifier and TypeMethodDescriptionAuthManager.authenticate(IAuthCredentials authCred) Authenticate the given credentials.String[]AuthManager.getConfigParams()Get configuration parameters for this implementation.voidAuthManager.init(String name, String implName, AuthManagerConfig config) Initialize this authentication manager. -
Uses of EBaseException in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EBaseExceptionModifier and TypeMethodDescriptionvoidIAuthzManager.accessInit(String accessInfo) accessInitis for servlets who want to initialize their own authorization information before full operation.String[]IAuthzManager.getConfigParams()Get configuration parameters for this implementation.voidIAuthzManager.init(String name, String implName, AuthzManagerConfig config) Initialize this authorization manager. -
Uses of EBaseException in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that throw EBaseExceptionModifier and TypeMethodDescriptionvoidICertificateAuthority.deleteAuthority(javax.servlet.http.HttpServletRequest httpReq) Delete this lightweight CA.org.mozilla.jss.netscape.security.x509.X509CertImplICertificateAuthority.getCACert()Retrieves the CA certificate.ICAService.getConnector(IConfigStore cs) voidICRLIssuingPoint.init(ISubsystem ca, 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, String profileId, 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, String requestId) Marks certificate record as revoked by adding revocation information.voidICAService.serviceProfileRequest(IRequest request) Services profile request.voidICertificateAuthority.setDefaultAlgorithm(String algorithm) Sets the default signing algorithm of this certificate authority.voidICertificateAuthority.setMaxSerial(String serial) Sets the last serial number that can be used for certificate issuance in this certificate authority.voidICertificateAuthority.setStartSerial(String serial) Sets the next available serial number.org.mozilla.jss.netscape.security.x509.X509CertImplICertificateAuthority.sign(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, String algname) Signs a X.509 certificate template.org.mozilla.jss.netscape.security.x509.X509CRLImplSigns 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(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 EBaseExceptionModifier and TypeMethodDescriptionAuditService.createAuditConfig()AuditService.createAuditConfig(Map<String, String> auditParams) -
Uses of EBaseException in org.dogtagpki.tps.apdu
Methods in org.dogtagpki.tps.apdu that throw EBaseExceptionModifier and TypeMethodDescriptionvoidAPDU.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.mainMethods in org.dogtagpki.tps.main that throw EBaseExceptionModifier and TypeMethodDescriptionstatic 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 StringUtil.getCertAkiString(org.mozilla.jss.netscape.security.x509.X509CertImpl cert) static StringUtil.getCertSkiString(org.mozilla.jss.netscape.security.x509.X509CertImpl cert)
findCertificatesInList