Uses of Class
com.netscape.certsrv.base.EBaseException
-
-
Uses of EBaseException in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that throw EBaseException Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.X509CertImpl
ICertAuthority. getCACert()
Returns CA's certificate implementaion. -
Uses of EBaseException in com.netscape.certsrv.base
Subclasses of EBaseException in com.netscape.certsrv.base Modifier and Type Class Description class
BadRequestDataException
class
EPropertyNotDefined
This class represents an exception thrown when a property is not defined (empty string) the configuration store.class
EPropertyNotFound
This class represents an exception thrown when a property is not found in the configuration store.Methods in com.netscape.certsrv.base that throw EBaseException Modifier and Type Method Description void
IConfigStore. commit(boolean createBackup)
Store config into storage (file or LDAP).void
IAttrSet. delete(java.lang.String name)
Deletes an attribute value from this AttrSet.void
MetaInfo. delete(java.lang.String name)
Deletes an attribute value from this CertAttrSet.void
IConfigStoreEventListener. doConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params)
Validates the config store parameters that changedjava.lang.Object
IAttrSet. get(java.lang.String name)
Gets an attribute value.java.lang.Object
MetaInfo. get(java.lang.String name)
Gets an attribute value.java.math.BigInteger
IConfigStore. getBigInteger(java.lang.String name)
Retrieves the given property as a big integer.java.math.BigInteger
IConfigStore. getBigInteger(java.lang.String name, java.math.BigInteger defval)
Retrieves the given property as a big integer.boolean
IConfigStore. getBoolean(java.lang.String name)
Retrieves the given property as a boolean.boolean
IConfigStore. getBoolean(java.lang.String name, boolean defval)
Retrieves the given property as a boolean.byte[]
IConfigStore. getByteArray(java.lang.String name)
Retrieves the value of a property as a byte array.byte[]
IConfigStore. getByteArray(java.lang.String name, byte[] defval)
Retrieves the value of a property as a byte array, using the given default value if property is not present.int
IConfigStore. getInteger(java.lang.String name)
Retrieves the given property as an integer.int
IConfigStore. getInteger(java.lang.String name, int defval)
Retrieves the given property as an integer.java.util.Map<java.lang.String,java.lang.String>
IConfigStore. getProperties()
Get properties as a map.java.lang.String
IConfigStore. getString(java.lang.String name)
Retrieves the value of the given property as a string.java.lang.String
IConfigStore. getString(java.lang.String name, java.lang.String defval)
Retrieves the value of a given property as a string or the given default value if the property is not present.java.lang.Object
IArgBlock. getValue(java.lang.Object n)
Retrieves argument value as objectjava.math.BigInteger
IArgBlock. getValueAsBigInteger(java.lang.String n)
Retrieves argument value as big integer.boolean
IArgBlock. getValueAsBoolean(java.lang.String name)
Gets boolean value.int
IArgBlock. getValueAsInt(java.lang.String n)
Retrieves argument value as integer.KeyGenInfo
IArgBlock. getValueAsKeyGenInfo(java.lang.String name, KeyGenInfo def)
Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10
IArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader)
Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10
IArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)
Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10
IArgBlock. getValueAsRawPKCS10(java.lang.String name)
Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10
IArgBlock. getValueAsRawPKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)
Gets PKCS10 request.java.lang.String
IArgBlock. getValueAsString(java.lang.String n)
Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10
IArgBlock. getValuePKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)
Retrieves PKCS10void
BaseSubsystem. init(IConfigStore config)
Initializes this subsystem.void
IPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)
Initializes this plugin instance.void
ISubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
IAttrSet. set(java.lang.String name, java.lang.Object obj)
Sets an attribute value within this AttrSet.void
MetaInfo. set(java.lang.String name, java.lang.Object obj)
Sets an attribute value.void
BaseSubsystem. setId(java.lang.String id)
Sets the identifier of this subsystem.void
ISubsystem. setId(java.lang.String id)
Sets specific to this subsystem.void
ISubsystem. startup()
Notifies this subsystem if owner is in running mode.void
IConfigStoreEventListener. validateConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params)
Called to validate the config store parameters that changed -
Uses of EBaseException in com.netscape.certsrv.kra
Subclasses of EBaseException in com.netscape.certsrv.kra Modifier and Type Class Description class
EKRAException
A class represents a KRA exception.Methods in com.netscape.certsrv.kra that throw EBaseException Modifier and Type Method Description void
IKeyService. addAgentAsyncKeyRecovery(java.lang.String reqID, java.lang.String agentID)
add approving agent in asynchronous key recoveryvoid
IKeyService. addDistributedCredential(java.lang.String recoveryID, java.lang.String uid, java.lang.String pwd)
Adds password in the distributed recovery operation.void
IKeyRecoveryAuthority. createError(java.lang.String recoveryID, java.lang.String error)
Creates error for a specific recovery operation.void
IKeyRecoveryAuthority. createPk12(java.lang.String recoveryID, byte[] pk12)
Creates PKCS12 package in memory.java.util.Hashtable<java.lang.String,java.lang.Object>
IKeyService. createRecoveryParams(java.lang.String recoveryID)
Creates recovery parameters for the given recovery operation.void
IKeyService. destroyRecoveryParams(java.lang.String recoveryID)
Destroys recovery parameters for the given recovery operation.byte[]
IKeyService. doKeyRecovery(java.lang.String reqID, java.lang.String password)
Async Recovers key for administrators.byte[]
IKeyService. doKeyRecovery(java.math.BigInteger kid, com.netscape.certsrv.security.Credential[] creds, java.lang.String pwd, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, java.lang.String delivery, java.lang.String nickname, java.lang.String agent)
Performs administrator-initiated key recovery.java.security.KeyPair
IKeyRecoveryAuthority. generateKeyPair(java.lang.String alg, int keySize, java.lang.String keyCurve, org.mozilla.jss.crypto.PQGParams pqg, org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage[] usageList)
Generate an asymmetric key pair.java.security.KeyPair
IKeyRecoveryAuthority. generateKeyPair(java.lang.String alg, int keySize, java.lang.String keyCurve, org.mozilla.jss.crypto.PQGParams pqg, org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage[] usageList, boolean temporary)
java.util.Vector<com.netscape.certsrv.security.Credential>
IKeyRecoveryAuthority. getAppAgents(java.lang.String recoveryID)
com.netscape.certsrv.security.Credential[]
IKeyService. getDistributedCredentials(java.lang.String recoveryID)
Retrieves credentials in the distributed recovery operation.java.lang.String
IKeyRecoveryAuthority. getError(java.lang.String recoveryID)
Retrieves error by recovery identifier.java.lang.String
IKeyService. getInitAgentAsyncKeyRecovery(java.lang.String reqID)
get async recovery request initiating agentjava.lang.String
IKeyRecoveryAuthority. getNewNickName()
Returns the new nickname of the transport certifiate.int
IKeyRecoveryAuthority. getNoOfRequiredAgents()
Returns the number of required agents.int
IKeyService. getNoOfRequiredAgents()
Retrieves number of agent required to perform key recovery operation.byte[]
IKeyRecoveryAuthority. getPk12(java.lang.String recoveryID)
Retrieves PKCS12 package by recovery identifier.java.util.Hashtable<java.lang.String,java.lang.Object>
IKeyService. getRecoveryParams(java.lang.String recoveryID)
Retrieves recovery parameters for the given recovery operation.java.lang.String
IKeyService. initAsyncKeyRecovery(java.math.BigInteger kid, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, java.lang.String agent, java.lang.String realm)
Initiate asynchronous key recoveryboolean
IKeyService. isApprovedAsyncKeyRecovery(java.lang.String reqID)
is async recovery request status APPROVED - i.e.void
IKeyRecoveryAuthority. processSynchronousRequest(com.netscape.certsrv.request.IRequest request)
Process synchronous archival and recovery requestsvoid
IKeyRecoveryAuthority. setNoOfRequiredAgents(int number)
Sets the number of required recovery agents -
Uses of EBaseException in com.netscape.certsrv.ldap
Subclasses of EBaseException in com.netscape.certsrv.ldap with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
com.netscape.certsrv.ldap.ELdapException
A class that represents a Ldap exception. -
Uses of EBaseException in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp that throw EBaseException Modifier and Type Method Description void
IDefStore. addCRLIssuingPoint(java.lang.String name, com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord rec)
This method adds a CRL issuing pointvoid
IDefStore. addRepository(java.lang.String name, java.lang.String thisUpdate, com.netscape.certsrv.dbs.repository.IRepositoryRecord rec)
This method adds a request to the default OCSP store repository.void
IDefStore. deleteCRLIssuingPointRecord(java.lang.String id)
This method deletes a CRL issuing point recordvoid
IOCSPStore. init(IOCSPAuthority owner, IConfigStore config)
com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
IDefStore. readCRLIssuingPoint(java.lang.String name)
This method attempts to read the CRL issuing point.java.util.Enumeration<com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord>
IDefStore. searchAllCRLIssuingPointRecord(int maxSize)
This method searches all CRL issuing points.java.util.Enumeration<com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord>
IDefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)
This method searches all CRL issuing points constrained by the specified filtering mechanism.void
IOCSPStore. setConfigParameters(com.netscape.certsrv.common.NameValuePairs pairs)
This method stores the configuration parameters specified by the passed-in Name Value pairs object.void
IOCSPAuthority. setDefaultAlgorithm(java.lang.String algorithm)
This method sets the supplied algorithm as the default signing algorithm.BasicOCSPResponse
IOCSPAuthority. sign(ResponseData rd)
This method signs the basic OCSP response data provided as a parameter.void
IOCSPStore. startup()
void
IDefStore. updateCRL(java.security.cert.X509CRL crl)
This method updates the specified CRL.OCSPResponse
IOCSPService. validate(OCSPRequest r)
This method validates the information associated with the specified OCSP request and returns an OCSP response.OCSPResponse
IOCSPStore. validate(OCSPRequest req)
This method validates the information associated with the specified OCSP request and returns an OCSP response. -
Uses of EBaseException in com.netscape.certsrv.publish
Subclasses of EBaseException in com.netscape.certsrv.publish Modifier and Type Class Description class
ECompSyntaxErr
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.class
EMapperNotFound
Exception for Publish Mapper not found.class
EMapperPluginNotFound
Exception for Mapper Plugin not found.class
EPublisherNotFound
Exception for Publisher not found.class
EPublisherPluginNotFound
Exception for Publisher Plugin not found.class
ERuleNotFound
Exception for Ldap Publishing Rule not found.class
ERulePluginNotFound
Exception for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw EBaseException Modifier and Type Method Description void
ILdapCrlMapper. init(IConfigStore config)
initialize from config store.void
ILdapPlugin. init(IConfigStore config)
Initialize from config store.void
ILdapPluginImpl. init(IConfigStore config)
initialize from config store and Isubsystem.void
ILdapPluginImpl. init(ISubsystem sys, IConfigStore config)
initialize from config store.void
ILdapRule. init(IPublisherProcessor processor, IConfigStore config)
Initialize the plugin.void
IPublishRuleSet. init(ISubsystem sys, IConfigStore conf)
-
Uses of EBaseException in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that throw EBaseException Modifier and Type Method Description java.lang.String
IRegistrationAuthority. getNewNickName()
Retrieves the nickname of the RA certificate from configuration store.void
IRAService. serviceProfileRequest(com.netscape.certsrv.request.IRequest request)
Services profile request. -
Uses of EBaseException in com.netscape.certsrv.usrgrp
Subclasses of EBaseException in com.netscape.certsrv.usrgrp Modifier and Type Class Description class
EUsrGrpException
A class represents a Identity exception. -
Uses of EBaseException in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.authentication.IAuthToken
AgentCertAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates user(agent) by certificatecom.netscape.certsrv.authentication.IAuthToken
CMCAuth. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.com.netscape.certsrv.authentication.IAuthToken
DirBasedAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
Authenticates user through LDAP by a set of credentials.protected abstract java.lang.String
DirBasedAuthentication. authenticate(netscape.ldap.LDAPConnection conn, com.netscape.certsrv.authentication.IAuthCredentials authCreds, AuthToken token)
Authenticates a user through directory based a set of credentials.com.netscape.certsrv.authentication.IAuthToken
FlatFileAuth. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
Authenticate the requestcom.netscape.certsrv.authentication.IAuthToken
HashAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCreds)
Authenticates a user based on uid, pwd in the directory.protected java.lang.String
PortalEnroll. authenticate(netscape.ldap.LDAPConnection conn, com.netscape.certsrv.authentication.IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on uid, pwd in the directory.protected java.lang.String
SharedSecret. authenticate(netscape.ldap.LDAPConnection conn, com.netscape.certsrv.authentication.IAuthCredentials authCreds, AuthToken token)
unsupported This is an unconventional authentication plugin implementation that does not support authenticate()com.netscape.certsrv.authentication.IAuthToken
SSLclientCertAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates user by certificatecom.netscape.certsrv.authentication.IAuthToken
TokenAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates user(agent) by certificateprotected java.lang.String
UidPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, com.netscape.certsrv.authentication.IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on uid, pwd in the directory.protected java.lang.String
UidPwdPinDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, com.netscape.certsrv.authentication.IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on its uid, pwd, pin in the directory.protected java.lang.String
UserPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, com.netscape.certsrv.authentication.IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on attr, pwd in the directory.protected void
UidPwdPinDirAuthentication. checkpin(netscape.ldap.LDAPConnection conn, java.lang.String userdn, java.lang.String uid, java.lang.String pin)
protected void
DirBasedAuthentication. formCertInfo(netscape.ldap.LDAPConnection conn, java.lang.String userdn, org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo, AuthToken token)
Formulate the cert info.protected boolean
FlatFileAuth. getPropertyB(java.lang.String propertyName, boolean b)
Get the named property, If the property is not set, use b as the default, and create a new value for the property in the config file.protected java.lang.String
FlatFileAuth. getPropertyS(java.lang.String propertyName, java.lang.String s)
Get the named property If the property is not set, use s as the default, and create a new value for the property in the config file.char[]
SharedSecret. getSharedToken(java.lang.String identification, com.netscape.certsrv.authentication.IAuthToken authToken)
getSharedToken(String identification, IAuthToken authToken) provides support for id_cmc_identification shared secret based enrollmentchar[]
SharedSecret. getSharedToken(java.math.BigInteger serial)
getSharedToken(BigInteger serial) retrieves the shared secret data from CA's internal certificate db based on serial number to revoke shared secret based revocation Note that unlike the shared token attribute for enrollment, the metaInfo attribute for shared token in revocatoiin is not configurable.char[]
SharedSecret. getSharedToken(org.mozilla.jss.pkix.cmc.PKIData cmcdata)
unsupportedvoid
AgentCertAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the CertUserDBAuthentication auth managervoid
CMCAuth. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
Initializes the CMCAuth authentication plug-in.void
DirBasedAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
Initializes the UidPwdDirBasedAuthentication auth manager.void
DirBasedAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config, boolean needBaseDN)
void
FlatFileAuth. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
void
HashAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
void
PortalEnroll. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
Initializes the PortalEnrollment auth manager.void
SessionAuthentication. init(java.lang.String instName, java.lang.String implName, AuthManagerConfig config)
void
SharedSecret. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
void
SSLclientCertAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the SSLClientCertAuthentication auth managervoid
TokenAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the TokenAuthentication auth managervoid
UidPwdPinDirAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
void
UserPwdDirAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
Initializes the UserPwdDirAuthentication auth manager.void
SharedSecret. initLdapConn(AuthManagerConfig config)
initLadapConn initializes ldap connection for shared token based CMC enrollment.protected com.netscape.certsrv.authentication.IAuthToken
CMCAuth. verifySignerInfo(SessionContext auditContext, AuthToken authToken, org.mozilla.jss.pkix.cms.SignedData cmcFullReq)
Constructors in com.netscape.cms.authentication that throw EBaseException Constructor Description PortalEnroll()
Default constructor, initialization must follow. -
Uses of EBaseException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EBaseException Modifier and Type Method Description void
AAclAuthz. accessInit(java.lang.String accessInfo)
void
BasicGroupAuthz. accessInit(java.lang.String accessInfo)
void
AAclAuthz. addACLs(java.lang.String resACLs)
Parse ACL resource attributes, then update the ACLs memory store This is intended to be used if storing ACLs on ldap is not desired, and the caller is expected to call this method to add resource and acl info into acls memory store.java.lang.String[]
BasicGroupAuthz. getConfigParams()
void
AAclAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)
Initializesvoid
BasicAclAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)
void
BasicGroupAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)
void
DirAclAuthz. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)
-
Uses of EBaseException in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs that throw EBaseException Modifier and Type Method Description abstract void
AJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
abstract methodsvoid
RequestInQueueJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
initialize from the configuration file -
Uses of EBaseException in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that throw EBaseException Modifier and Type Method Description java.lang.String[]
PinRemovalListener. getConfigParams()
void
PinRemovalListener. init(ISubsystem sub, IConfigStore config)
void
PinRemovalListener. init(java.lang.String name, java.lang.String ImplName, IConfigStore config)
void
RequestInQListener. init(ISubsystem sub, IConfigStore config)
initializes the listener from the configuration -
Uses of EBaseException in com.netscape.cms.logging
Methods in com.netscape.cms.logging that throw EBaseException Modifier and Type Method Description void
LogFile. init(IConfigStore config)
Initialize and open the log using the parameters from a config storevoid
LogFile. init(ISubsystem owner, IConfigStore config)
void
RollingLogFile. init(IConfigStore config)
Initialize and open a RollingLogFile using the prop config storecom.netscape.certsrv.common.NameValuePairs
LogFile. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".com.netscape.certsrv.common.NameValuePairs
LogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.com.netscape.certsrv.common.NameValuePairs
RollingLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.void
LogFile. startup()
Startup the instancevoid
RollingLogFile. startup()
-
Uses of EBaseException in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that throw EBaseException Modifier and Type Method Description void
DefStore. addCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno, com.netscape.certsrv.dbs.certdb.ICertRecord rec)
Creates a new issuing point in OCSP.void
DefStore. addCRLIssuingPoint(java.lang.String name, com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord rec)
Creates a new issuing point in OCSP.void
LDAPStore. addCRLIssuingPoint(java.lang.String name, com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord rec)
void
DefStore. addRepository(java.lang.String name, java.lang.String thisUpdate, com.netscape.certsrv.dbs.repository.IRepositoryRecord rec)
Creates a new issuing point in OCSP.void
LDAPStore. addRepository(java.lang.String name, java.lang.String thisUpdate, com.netscape.certsrv.dbs.repository.IRepositoryRecord rec)
void
DefStore. deleteAllCRLsInCA(java.lang.String caName)
void
DefStore. deleteCRLIssuingPointRecord(java.lang.String id)
void
LDAPStore. deleteCRLIssuingPointRecord(java.lang.String id)
void
DefStore. deleteCRLsInCA(java.lang.String caName, boolean oldCRLs)
void
DefStore. deleteOldCRLs()
This store will not delete the old CRL until the new one is totally committed.void
DefStore. deleteOldCRLsInCA(java.lang.String caName)
boolean
LDAPStore. includeNextUpdate()
void
DefStore. init(IOCSPAuthority owner, IConfigStore config)
void
LDAPStore. init(IOCSPAuthority owner, IConfigStore config)
Fetch CA certificate and CRL from LDAP server.boolean
LDAPStore. isNotFoundGood1()
org.mozilla.jss.netscape.security.x509.X509CertImpl
LDAPStore. locateCACert(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)
Locates the CA certificate.org.mozilla.jss.netscape.security.x509.X509CRLImpl
LDAPStore. locateCRL(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)
Locates the CRL.void
DefStore. modifyCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno, com.netscape.certsrv.dbs.ModificationSet mods)
void
DefStore. modifyCRLIssuingPointRecord(java.lang.String name, com.netscape.certsrv.dbs.ModificationSet mods)
com.netscape.certsrv.dbs.certdb.ICertRecord
DefStore. readCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno)
com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
DefStore. readCRLIssuingPoint(java.lang.String name)
Returns an issuing point.com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
LDAPStore. readCRLIssuingPoint(java.lang.String name)
java.util.Enumeration<com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord>
DefStore. searchAllCRLIssuingPointRecord(int maxSize)
java.util.Enumeration<com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord>
LDAPStore. searchAllCRLIssuingPointRecord(int maxSize)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
DefStore. searchCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String filter)
java.util.Enumeration<com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord>
DefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)
java.util.Enumeration<com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord>
LDAPStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)
java.util.Enumeration<com.netscape.certsrv.dbs.repository.IRepositoryRecord>
DefStore. searchRepository(java.lang.String name, java.lang.String filter)
void
DefStore. setConfigParameters(com.netscape.certsrv.common.NameValuePairs pairs)
void
LDAPStore. setConfigParameters(com.netscape.certsrv.common.NameValuePairs pairs)
void
DefStore. setId(java.lang.String id)
void
LDAPStore. setId(java.lang.String id)
void
DefStore. startup()
void
LDAPStore. startup()
void
DefStore. updateCRL(java.security.cert.X509CRL crl)
void
LDAPStore. updateCRL(java.security.cert.X509CRL crl)
void
LDAPStore. updateCRLHash(org.mozilla.jss.netscape.security.x509.X509CertImpl caCert, org.mozilla.jss.netscape.security.x509.X509CRLImpl crl)
OCSPResponse
DefStore. validate(OCSPRequest request)
Validate an OCSP request.OCSPResponse
LDAPStore. validate(OCSPRequest request)
Validate an OCSP request. -
Uses of EBaseException in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that throw EBaseException Modifier and Type Method Description void
Profile. init(IConfigStore config)
Initializes this profile.void
EnrollProfile. setPOPchallenge(com.netscape.certsrv.request.IRequest req)
setPOPchallenge generates a POP challenge and sets necessary info in request for composing encryptedPOP later -
Uses of EBaseException in com.netscape.cms.publish.mappers
Methods in com.netscape.cms.publish.mappers that throw EBaseException Modifier and Type Method Description void
LdapCaSimpleMap. init(IConfigStore config)
for initializing from config store.protected void
LdapCaSimpleMap. init(java.lang.String dnPattern)
common initialization routine.void
LdapCertExactMap. init(IConfigStore config)
void
LdapCertSubjMap. init(IConfigStore config)
void
LdapDNCompsMap. init(IConfigStore config)
for initializing from config store.void
LdapEnhancedMap. init(IConfigStore config)
for initializing from config store.protected void
LdapEnhancedMap. init(java.lang.String dnPattern)
common initialization routine.void
LdapSimpleMap. init(IConfigStore config)
for initializing from config store.protected void
LdapSimpleMap. init(java.lang.String dnPattern)
common initialization routine.void
NoMap. init(IConfigStore config)
for initializing from config store. -
Uses of EBaseException in com.netscape.cms.publish.publishers
Methods in com.netscape.cms.publish.publishers that throw EBaseException Modifier and Type Method Description void
LdapCaCertPublisher. init(IConfigStore config)
void
LdapCertificatePairPublisher. init(IConfigStore config)
void
LdapCertSubjPublisher. init(IConfigStore config)
void
LdapCrlPublisher. init(IConfigStore config)
void
LdapUserCertPublisher. init(IConfigStore config)
-
Uses of EBaseException in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that throw EBaseException Modifier and Type Method Description boolean
AdminServlet. authorize(com.netscape.certsrv.authentication.IAuthToken token)
authorize a user based on its authentication credentials.protected void
AdminServlet. commit(boolean createBackup)
FileConfigStore functionality The original config file is moved to. . static AuthCredentials
AdminServlet. getAuthCreds(AuthManager authMgr, java.security.cert.X509Certificate clientCert)
protected void
AdminServlet. getConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Generic configuration store get operation.protected void
AdminServlet. listConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Lists configuration store.void
AuthCredentials. set(java.lang.String name, java.lang.Object cred)
sets a credential with credential name and the credentialprotected void
AdminServlet. setConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Generic configuration store set operation.void
CMSAdminServlet. setRootCertTrust(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Constructors in com.netscape.cms.servlet.admin that throw EBaseException Constructor Description GroupMemberProcessor(java.util.Locale locale)
-
Uses of EBaseException in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type EBaseException Modifier and Type Method Description protected void
CMSServlet. renderException(CMSRequest cmsReq, EBaseException e)
Output exception (unexpected error) template This is different from other templates in that if an exception occurs while rendering the exception a message is printed out directly.Methods in com.netscape.cms.servlet.base that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.authentication.IAuthToken
CMSServlet. authenticate(CMSRequest req)
com.netscape.certsrv.authentication.IAuthToken
CMSServlet. authenticate(CMSRequest req, java.lang.String authMgrName)
com.netscape.certsrv.authentication.IAuthToken
CMSServlet. authenticate(javax.servlet.http.HttpServletRequest httpReq)
com.netscape.certsrv.authentication.IAuthToken
CMSServlet. authenticate(javax.servlet.http.HttpServletRequest httpReq, java.lang.String authMgrName)
AuthenticationAuthzToken
CMSServlet. authorize(java.lang.String authzMgrName, com.netscape.certsrv.authentication.IAuthToken authToken, java.lang.String resource, java.lang.String operation)
Authorize must occur after AuthenticateAuthzToken
CMSServlet. authorize(java.lang.String authzMgrName, java.lang.String resource, com.netscape.certsrv.authentication.IAuthToken authToken, java.lang.String exp)
protected boolean
CMSServlet. certIsRevoked(java.math.BigInteger serialNum)
check if a certificate (serial number) is revoked on a CA.protected boolean
CMSServlet. checkImportCertToNav(javax.servlet.http.HttpServletResponse httpResp, IArgBlock httpParams, org.mozilla.jss.netscape.security.x509.X509CertImpl cert)
protected org.mozilla.jss.netscape.security.x509.RevokedCertImpl
CMSServlet. formCRLEntry(java.math.BigInteger serialNo, org.mozilla.jss.netscape.security.x509.RevocationReason reason)
make a CRL entry from a serial number and revocation reason.static AuthCredentials
CMSServlet. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager.protected java.security.cert.X509Certificate
CMSServlet. getSSLClientCertificate(javax.servlet.http.HttpServletRequest httpReq)
get ssl client authenticated certificateprotected java.security.cert.X509Certificate
CMSServlet. getSSLClientCertificate(javax.servlet.http.HttpServletRequest httpReq, boolean clientCertRequired)
protected CMSTemplate
CMSServlet. getTemplate(java.lang.String templateName, javax.servlet.http.HttpServletRequest httpReq, java.util.Locale[] locale)
get a template based on result status.void
CMSServlet. importCertToNav(javax.servlet.http.HttpServletResponse httpResp, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, java.lang.String contentType, boolean importCAChain)
handy routine to import cert to old navigator in nav mime type.protected boolean
CMSServlet. isSystemCertificate(java.math.BigInteger serialNo)
A system certificate such as the CA signing certificate should not be allowed to delete.void
DisplayHtmlServlet. process(CMSRequest cmsReq)
Serves HTTP request.protected void
GetStats. process(CMSRequest cmsReq)
Process the HTTP request.void
IndexServlet. process(CMSRequest cmsReq)
Serves HTTP request.void
PortsServlet. process(CMSRequest cmsReq)
Serves HTTP request.protected void
CMSServlet. saveHttpHeaders(javax.servlet.http.HttpServletRequest httpReq, com.netscape.certsrv.request.IRequest req)
save http headers in a IRequest. -
Uses of EBaseException in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that throw EBaseException Modifier and Type Method Description protected java.math.BigInteger
RenewalServlet. getRenewedCert(com.netscape.certsrv.dbs.certdb.ICertRecord certRec)
void
CloneRedirect. process(CMSRequest cmsReq)
Serves HTTP request.protected void
DirAuthServlet. process(CMSRequest cmsReq)
Process the HTTP request.protected void
DisableEnrollResult. process(CMSRequest cmsReq)
Services the requestvoid
DisplayCRL. process(CMSRequest cmsReq)
Process the HTTP request http.param crlIssuingPoint number http.param crlDisplayType entireCRL or crlHeader or base64Encoded or deltaCRL http.param pageStart which page to start displaying from http.param pageSize number of entries to show per pageprotected void
DisplayHashUserEnroll. process(CMSRequest cmsReq)
Services the requestprotected void
EnableEnrollResult. process(CMSRequest cmsReq)
Services the requestprotected void
GetCertFromRequest. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetCRL. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetEnableStatus. process(CMSRequest cmsReq)
Process the HTTP request.void
GetInfo. process(CMSRequest cmsReq)
XXX Process the HTTP request.void
ListCerts. process(CMSRequest cmsReq)
Process the HTTP request.void
Monitor. process(CMSRequest cmsReq)
Process the HTTP request.void
RemoteAuthConfig. process(CMSRequest cmsReq)
Serves HTTPS request.protected void
RenewalServlet. process(CMSRequest cmsReq)
Process the HTTP request.void
SrchCerts. process(CMSRequest cmsReq)
Serves HTTP request.void
UpdateDir. process(CMSRequest cmsReq)
Process the HTTP request. -
Uses of EBaseException in com.netscape.cms.servlet.common
Subclasses of EBaseException in com.netscape.cms.servlet.common Modifier and Type Class Description class
ECMSGWException
A class represents a CMS gateway exception.Methods in com.netscape.cms.servlet.common with parameters of type EBaseException Modifier and Type Method Description void
CMSRequest. setError(EBaseException error)
Methods in com.netscape.cms.servlet.common that throw EBaseException Modifier and Type Method Description static void
ServletUtils. addACLInfo(AuthzSubsystem authz, java.lang.String aclMethod, java.lang.String aclInfo)
static com.netscape.certsrv.authentication.IAuthToken
CMSGateway. checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, java.security.cert.X509Certificate cert, java.lang.String authMgrName)
static void
CMSGateway. disableAdminEnroll()
byte[]
CMSFileLoader. get(java.io.File file, java.lang.String enc)
byte[]
CMSFileLoader. get(java.lang.String absPath, java.lang.String enc)
static java.lang.String
ServletUtils. getACLMethod(java.lang.String aclInfo, java.lang.String authzMgr, java.lang.String id)
static AuthCredentials
CMSGateway. getAuthCreds(AuthManager authMgr, IArgBlock argBlock, java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication manager.CMSFile
CMSFileLoader. getCMSFile(java.io.File file, java.lang.String enc)
protected static CMSTemplate
CMSGateway. getTemplate(java.lang.String templateName, javax.servlet.http.HttpServletRequest httpReq, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader, java.util.Locale[] locale)
get a templatevoid
CMSFileLoader. init(IConfigStore config)
boolean
CMSTemplate. init(java.io.File template)
static void
CMSGateway. renderTemplate(java.lang.String templateName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletConfig servletConfig, CMSFileLoader fileLoader)
static void
CMSGateway. setEnableAdminEnroll(boolean enableAdminEnroll)
void
CMSRequest. setIRequestStatus()
set default CMS status according to IRequest status.Constructors in com.netscape.cms.servlet.common that throw EBaseException Constructor Description CMSFile(java.io.File file)
CMSTemplate(java.io.File file, java.lang.String charset)
Constructor -
Uses of EBaseException in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector that throw EBaseException Modifier and Type Method Description protected com.netscape.certsrv.authentication.IAuthToken
CloneServlet. authenticate(java.security.cert.X509Certificate peerCert)
protected java.security.cert.X509Certificate
CloneServlet. getPeerCert(javax.servlet.http.HttpServletRequest req)
protected java.security.cert.X509Certificate
ConnectorServlet. getPeerCert(javax.servlet.http.HttpServletRequest req)
void
GenerateKeyPairServlet. process(CMSRequest cmsReq)
void
TokenKeyRecoveryServlet. process(CMSRequest cmsReq)
protected com.netscape.certsrv.connector.IPKIMessage
CloneServlet. processRequest(java.lang.String source, java.lang.String sourceUserId, com.netscape.certsrv.connector.IPKIMessage msg, com.netscape.certsrv.authentication.IAuthToken token)
protected com.netscape.certsrv.connector.IPKIMessage
ConnectorServlet. processRequest(java.lang.String source, java.lang.String sourceUserId, com.netscape.certsrv.connector.IPKIMessage msg, com.netscape.certsrv.authentication.IAuthToken token)
Process request -
Uses of EBaseException in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin that throw EBaseException Modifier and Type Method Description java.lang.String
SecurityDomainProcessor. addHost(java.lang.String name, java.lang.String type, java.lang.String hostname, java.lang.String securePort, java.lang.String unsecurePort, java.lang.String eeCAPort, java.lang.String adminSecurePort, java.lang.String agentSecurePort, java.lang.String domainManager, java.lang.String clone)
java.security.KeyPair
Configurator. createECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String curveName, java.lang.String ct)
com.netscape.certsrv.system.DomainInfo
SecurityDomainProcessor. getDomainInfo()
XMLObject
SecurityDomainProcessor. getDomainXML()
java.lang.String
Configurator. getNickname(java.lang.String certTag)
abstract com.netscape.certsrv.dbs.repository.IRepository
UpdateNumberRange. getRepository(java.lang.String type)
java.lang.String
Configurator. getSubsystemCert()
protected void
CheckIdentity. process(CMSRequest cmsReq)
Process the HTTP request.protected void
DownloadPKCS12. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetConfigEntries. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetCookie. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetDomainXML. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetStatus. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetSubsystemCert. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetTransportCert. process(CMSRequest cmsReq)
Process the HTTP request.protected void
ImportTransportCert. process(CMSRequest cmsReq)
Process the HTTP request.void
MainPageServlet. process(CMSRequest cmsReq)
protected void
RegisterUser. process(CMSRequest cmsReq)
Process the HTTP request.protected void
UpdateDomainXML. process(CMSRequest cmsReq)
Process the HTTP request.protected void
UpdateNumberRange. process(CMSRequest cmsReq)
Process the HTTP request.protected void
UpdateOCSPConfig. process(CMSRequest cmsReq)
protected void
GetCookie. processImpl(CMSRequest cmsReq)
java.lang.String
SecurityDomainProcessor. removeHost(java.lang.String type, java.lang.String hostname, java.lang.String securePort)
void
Configurator. removeOldDBUsers(java.lang.String subjectDN)
void
Configurator. setSubsystemEnabled(java.lang.String id, boolean enabled)
Set whether the given subsystem is enabled.void
Configurator. updateNextRanges()
Constructors in com.netscape.cms.servlet.csadmin that throw EBaseException Constructor Description SecurityDomainProcessor(java.util.Locale locale)
-
Uses of EBaseException in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that throw EBaseException Modifier and Type Method Description void
KeyRequestDAO. approveRequest(com.netscape.certsrv.request.RequestId id, java.lang.String requestor, com.netscape.certsrv.authentication.IAuthToken authToken)
void
KeyRequestDAO. cancelRequest(com.netscape.certsrv.request.RequestId id, com.netscape.certsrv.authentication.IAuthToken authToken)
com.netscape.certsrv.request.IRequest
KeyRequestDAO. createRecoveryRequest(com.netscape.certsrv.key.KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, com.netscape.certsrv.authentication.IAuthToken authToken, boolean ephemeral)
static void
KeyRecordParser. fillRecordIntoArg(com.netscape.certsrv.dbs.keydb.IKeyRecord rec, IArgBlock rarg)
Fills key record into argument block.com.netscape.certsrv.key.KeyRequestInfo
KeyRequestDAO. getRequest(com.netscape.certsrv.request.RequestId id, javax.ws.rs.core.UriInfo uriInfo, com.netscape.certsrv.authentication.IAuthToken authToken)
Gets info for a specific requestjava.util.Hashtable<java.lang.String,java.lang.Object>
KeyRequestDAO. getTransientData(com.netscape.certsrv.request.IRequest request)
com.netscape.certsrv.key.KeyRequestInfoCollection
KeyRequestDAO. listRequests(java.lang.String filter, com.netscape.certsrv.request.RequestId start, int pageSize, int maxResults, int maxTime, javax.ws.rs.core.UriInfo uriInfo)
Finds list of requests matching the specified search filter.void
ConfirmRecoverBySerial. process(CMSRequest cmsReq)
Serves HTTP request.void
DisplayBySerial. process(CMSRequest cmsReq)
Process the HTTP request.void
DisplayBySerialForRecovery. process(CMSRequest cmsReq)
Process the HTTP request.void
DisplayTransport. process(CMSRequest cmsReq)
Process the HTTP request.void
ExamineRecovery. process(CMSRequest cmsReq)
Process the HTTP request.void
GetApprovalStatus. process(CMSRequest cmsReq)
Process the HTTP request.void
GetAsyncPk12. process(CMSRequest cmsReq)
Process the HTTP request.void
GetPk12. process(CMSRequest cmsReq)
Process the HTTP request.void
GrantAsyncRecovery. process(CMSRequest cmsReq)
Process the HTTP request.void
GrantRecovery. process(CMSRequest cmsReq)
Process the HTTP request.void
RecoverBySerial. process(CMSRequest cmsReq)
Serves HTTP request.void
SrchKey. process(CMSRequest cmsReq)
Process the HTTP request.void
SrchKeyForRecovery. process(CMSRequest cmsReq)
Process the HTTP request.void
KeyRequestDAO. rejectRequest(com.netscape.certsrv.request.RequestId id, com.netscape.certsrv.authentication.IAuthToken authToken)
void
KeyRequestDAO. setTransientData(com.netscape.certsrv.key.KeyRecoveryRequest data, com.netscape.certsrv.request.IRequest request)
com.netscape.certsrv.key.KeyRequestResponse
KeyRequestDAO. submitAsyncKeyRecoveryRequest(com.netscape.certsrv.key.KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, com.netscape.certsrv.authentication.IAuthToken authToken)
com.netscape.certsrv.key.KeyRequestResponse
KeyRequestDAO. submitRequest(com.netscape.certsrv.key.AsymKeyGenerationRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String owner)
com.netscape.certsrv.key.KeyRequestResponse
KeyRequestDAO. submitRequest(com.netscape.certsrv.key.KeyArchivalRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String owner)
Submits an archival request and processes it.com.netscape.certsrv.key.KeyRequestResponse
KeyRequestDAO. submitRequest(com.netscape.certsrv.key.KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, com.netscape.certsrv.authentication.IAuthToken authToken)
Submits a key recovery request.com.netscape.certsrv.key.KeyRequestResponse
KeyRequestDAO. submitRequest(com.netscape.certsrv.key.SymKeyGenerationRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String owner)
-
Uses of EBaseException in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp that throw EBaseException Modifier and Type Method Description protected void
AddCAServlet. process(CMSRequest cmsReq)
Process the HTTP request.protected void
AddCRLServlet. process(CMSRequest cmsReq)
Process the HTTP request.protected void
CheckCertServlet. process(CMSRequest cmsReq)
Process the HTTP request.protected void
GetOCSPInfo. process(CMSRequest cmsReq)
Process the HTTP request.protected void
ListCAServlet. process(CMSRequest cmsReq)
Process the HTTP request.protected void
OCSPServlet. process(CMSRequest cmsReq)
Process the HTTP request.protected void
RemoveCAServlet. process(CMSRequest cmsReq)
Process the HTTP request. -
Uses of EBaseException in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors that throw EBaseException Modifier and Type Method Description void
CMCProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams)
void
KeyGenProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams)
void
PKCS10Processor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams)
void
PKCS10Processor. fillCertInfo(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams)
protected void
PKIProcessor. fillCertInfo(java.lang.String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams)
org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor. fillCertInfoArray(java.lang.String protocolString, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams, com.netscape.certsrv.request.IRequest req)
org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor. fillCertInfoArray(java.lang.String protocolString, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams, com.netscape.certsrv.request.IRequest req)
protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor. fillCertInfoArray(java.lang.String protocolString, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams, com.netscape.certsrv.request.IRequest req)
static void
PKIProcessor. fillCertInfoFromAuthToken(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.authentication.IAuthToken authToken)
fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.static void
PKIProcessor. fillCertInfoFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams)
fill subject name, extension from form.static void
PKIProcessor. fillValidityFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams)
void
CMCProcessor. process(com.netscape.certsrv.common.ICMSRequest cmsReq)
void
CRMFProcessor. process(com.netscape.certsrv.common.ICMSRequest cmsReq)
void
IPKIProcessor. process(com.netscape.certsrv.common.ICMSRequest cmsReq)
void
KeyGenProcessor. process(com.netscape.certsrv.common.ICMSRequest cmsReq)
void
PKCS10Processor. process(com.netscape.certsrv.common.ICMSRequest cmsReq)
void
PKIProcessor. process(com.netscape.certsrv.common.ICMSRequest cmsReq)
org.mozilla.jss.netscape.security.x509.X509CertInfo
CRMFProcessor. processIndividualRequest(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, com.netscape.certsrv.authentication.IAuthToken authToken, IArgBlock httpParams)
Constructors in com.netscape.cms.servlet.processors that throw EBaseException Constructor Description Processor(java.lang.String id, java.util.Locale locale)
-
Uses of EBaseException in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request that throw EBaseException Modifier and Type Method Description void
CertReqParser. fillRequestIntoArg(java.util.Locale l, com.netscape.certsrv.request.IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Fills in certificate specific request attributes.void
IReqParser. fillRequestIntoArg(java.util.Locale l, com.netscape.certsrv.request.IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Maps request object into argument block.void
KeyReqParser. fillRequestIntoArg(java.util.Locale l, com.netscape.certsrv.request.IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Fills in certificate specific request attributes.void
ReqParser. fillRequestIntoArg(java.util.Locale l, com.netscape.certsrv.request.IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Maps request object into argument block.com.netscape.certsrv.request.CMSRequestInfos
CMSRequestDAO. listCMSRequests(java.lang.String filter, com.netscape.certsrv.request.RequestId start, int pageSize, int maxResults, int maxTime, javax.ws.rs.core.UriInfo uriInfo)
Finds list of requests matching the specified search filter.void
ProcessReq. process(CMSRequest cmsReq)
Process the HTTP request.void
QueryReq. process(CMSRequest cmsReq)
Process the HTTP request. -
Uses of EBaseException in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that throw EBaseException Modifier and Type Method Description static void
Upgrade. caPublishing(IConfigStore c)
Upgrade publishing.void
CMSEngine. configureExcludedLdapAttrs()
void
CMSEngine. configureServerCertNickname()
IConfigStore
CMSEngine. createFileConfigStore(java.lang.String path)
java.lang.String
DatabaseConfig. getBeginReplicaNumber()
java.lang.String
DatabaseConfig. getBeginRequestNumber()
java.lang.String
DatabaseConfig. getBeginSerialNumber()
java.lang.String
SubsystemConfig. getClassName()
boolean
DatabaseConfig. getEnableSerialManagement()
boolean
DatabaseConfig. getEnableSerialNumberRecovery()
java.lang.String
DatabaseConfig. getEndReplicaNumber()
java.lang.String
DatabaseConfig. getEndRequestNumber()
java.lang.String
DatabaseConfig. getEndSerialNumber()
java.lang.String
SubsystemConfig. getID()
java.lang.String
EngineConfig. getInstanceDir()
java.lang.String
EngineConfig. getInstanceID()
java.lang.String
DatabaseConfig. getNewSchemaEntryAdded()
java.lang.String
DatabaseConfig. getNextBeginReplicaNumber()
java.lang.String
DatabaseConfig. getNextBeginRequestNumber()
java.lang.String
DatabaseConfig. getNextBeginSerialNumber()
java.lang.String
DatabaseConfig. getNextEndReplicaNumber()
java.lang.String
DatabaseConfig. getNextEndRequestNumber()
java.lang.String
DatabaseConfig. getNextEndSerialNumber()
java.lang.String
DatabaseConfig. getNextSerialNumber()
IPasswordStore
CMSEngine. getPasswordStore()
java.lang.String
DatabaseConfig. getReplicaDN()
java.lang.String
DatabaseConfig. getReplicaIncrement()
java.lang.String
DatabaseConfig. getReplicaLowWaterMark()
java.lang.String
DatabaseConfig. getReplicaRangeDN()
java.lang.String
DatabaseConfig. getRequestDN()
java.lang.String
DatabaseConfig. getRequestIncrement()
java.lang.String
DatabaseConfig. getRequestLowWaterMark()
java.lang.String
DatabaseConfig. getRequestRangeDN()
java.lang.String
DatabaseConfig. getSerialDN()
java.lang.String
DatabaseConfig. getSerialIncrement()
java.lang.String
DatabaseConfig. getSerialLowWaterMark()
java.lang.String
DatabaseConfig. getSerialRangeDN()
int
EngineConfig. getState()
java.lang.String
EngineConfig. getType()
static void
Setup. installAuthImpls(IConfigStore c)
static void
Setup. installCACRLExtensions(IConfigStore c)
This function is used for installation and upgrade.static void
Setup. installCAPublishingImpls(IConfigStore c)
static void
Setup. installOIDMap(IConfigStore c)
static void
Setup. installPolicyImpls(java.lang.String prefix, IConfigStore c)
This function is used for installation and upgrade.boolean
SubsystemConfig. isEnabled()
static void
Upgrade. jss3(IConfigStore c)
Upgrade publishing.static void
Upgrade. perform(IConfigStore c)
This method handles pre4.2 -> 4.2 configuration upgrade.static void
Upgrade. perform422to45(IConfigStore c)
static void
Upgrade. perform42to422(IConfigStore c)
void
CMSEngine. reinit(java.lang.String id)
void
SubsystemConfig. setEnabled(boolean enabled)
void
EngineConfig. setHostname(java.lang.String hostname)
void
EngineConfig. setInstanceID(java.lang.String instanceID)
void
EngineConfig. setType(java.lang.String type)
static void
CMSEngine. upgradeConfig(IConfigStore c)
-
Uses of EBaseException in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.authentication.IAuthToken
AuthSubsystem. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred, java.lang.String authMgrInstName)
Authenticate to the named authentication manager instancecom.netscape.certsrv.authentication.IAuthToken
CertUserDBAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates user(agent) by certificatecom.netscape.certsrv.authentication.IAuthToken
ChallengePhraseAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates revocation of a certification by a challenge phrasecom.netscape.certsrv.authentication.IAuthToken
NullAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates nothingcom.netscape.certsrv.authentication.IAuthToken
PasswdUserDBAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
authenticates administratrators by LDAP uid/pwdcom.netscape.certsrv.authentication.IAuthToken
SSLClientCertAuthentication. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
java.lang.String[]
AuthSubsystem. getConfigParams(java.lang.String implName)
Gets configuration parameters for the given authentication manager plugin.void
AuthSubsystem. init(IConfigStore config)
Initializes the authentication subsystem from the config store.void
CertUserDBAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the CertUserDBAuthentication auth managervoid
ChallengePhraseAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the ChallengePhraseAuthentication auth managervoid
NullAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the NullAuthentication auth managervoid
PasswdUserDBAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
initializes the PasswdUserDBAuthentication auth managervoid
SSLClientCertAuthentication. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
void
AuthSubsystem. setId(java.lang.String id)
Sets id string to this subsystem.void
AuthSubsystem. startup()
registers the administration servlet with the administration subsystem. -
Uses of EBaseException in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that throw EBaseException Modifier and Type Method Description AuthzToken
AuthzSubsystem. authorize(java.lang.String authzMgrInstName, com.netscape.certsrv.authentication.IAuthToken authToken, java.lang.String exp)
AuthzToken
AuthzSubsystem. authorize(java.lang.String authzMgrName, com.netscape.certsrv.authentication.IAuthToken authToken, java.lang.String resource, java.lang.String operation)
AuthzToken
AuthzSubsystem. authorize(java.lang.String authzMgrInstName, com.netscape.certsrv.authentication.IAuthToken authToken, java.lang.String resource, java.lang.String operation, java.lang.String realm)
Authorization to the named authorization manager instancevoid
AuthzSubsystem. authzMgrAccessInit(java.lang.String authzMgrInstName, java.lang.String accessInfo)
authMgrzAccessInit is for servlets who want to initialize their own authorization information before full operation.void
AuthzSubsystem. checkRealm(java.lang.String realm, com.netscape.certsrv.authentication.IAuthToken authToken, java.lang.String owner, java.lang.String resource, java.lang.String operation)
Authorize the user against the specified realm.java.lang.String[]
AuthzSubsystem. getConfigParams(java.lang.String implName)
Gets configuration parameters for the given authorization manager plugin.void
AuthzSubsystem. init(IConfigStore config)
Initializes the authorization subsystem from the config store.void
AuthzSubsystem. setId(java.lang.String id)
Sets id string to this subsystem.void
AuthzSubsystem. startup()
registers the administration servlet with the administration subsystem. -
Uses of EBaseException in com.netscape.cmscore.base
Methods in com.netscape.cmscore.base that throw EBaseException Modifier and Type Method Description void
ConfigStorage. commit(IConfigStore config, boolean createBackup)
void
FileConfigStore. commit(IConfigStore config, boolean createBackup)
The original config file is copied to. . void
LDAPConfigStore. commit(IConfigStore config, boolean createBackup)
Commit the configuration to the database.void
PropConfigStore. commit(boolean createBackup)
netscape.ldap.LDAPEntry
LDAPConfigStore. commitReturn(IConfigStore config, boolean createBackup, java.lang.String[] attrs)
This version of commit also returns the post-read entry that the change resulted in.java.math.BigInteger
PropConfigStore. getBigInteger(java.lang.String name)
Retrieves big integer value.java.math.BigInteger
PropConfigStore. getBigInteger(java.lang.String name, java.math.BigInteger defval)
Retrieves integer value.boolean
PropConfigStore. getBoolean(java.lang.String name)
Retrieves boolean-based property value.boolean
PropConfigStore. getBoolean(java.lang.String name, boolean defval)
Retrieves boolean-based property value.byte[]
PropConfigStore. getByteArray(java.lang.String name)
Retrieves a byte array from the configuration file.byte[]
PropConfigStore. getByteArray(java.lang.String name, byte[] defval)
Retrieves a byte array from the configuration file.int
PropConfigStore. getInteger(java.lang.String name)
Retrieves integer value.int
PropConfigStore. getInteger(java.lang.String name, int defval)
Retrieves integer value.java.lang.String
PropConfigStore. getString(java.lang.String name)
Retrieves a property value.java.lang.String
PropConfigStore. getString(java.lang.String name, java.lang.String defval)
Retrieves a String from the configuration file.java.lang.Object
ArgBlock. getValue(java.lang.Object n)
Retrieves argument value as objectjava.math.BigInteger
ArgBlock. getValueAsBigInteger(java.lang.String n)
Retrieves argument value as big integer.boolean
ArgBlock. getValueAsBoolean(java.lang.String name)
Gets boolean value.int
ArgBlock. getValueAsInt(java.lang.String n)
Retrieves argument value as integer.KeyGenInfo
ArgBlock. getValueAsKeyGenInfo(java.lang.String name, KeyGenInfo def)
Gets KeyGenInfoorg.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader)
Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock. getValueAsPKCS10(java.lang.String name, boolean checkheader, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)
Retrieves PKCS10org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock. getValueAsRawPKCS10(java.lang.String name)
Gets PKCS10 request.org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock. getValueAsRawPKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)
Gets PKCS10 request.java.lang.String
ArgBlock. getValueAsString(java.lang.String n)
Retrieves argument value as string.org.mozilla.jss.netscape.security.pkcs.PKCS10
ArgBlock. getValuePKCS10(java.lang.String name, org.mozilla.jss.netscape.security.pkcs.PKCS10 def)
Retrieves PKCS10static java.util.Vector<ISubsystem>
SubsystemLoader. load(IConfigStore config)
-
Uses of EBaseException in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert that throw EBaseException Modifier and Type Method Description static void
CertUtils. addCTv1PoisonExt(org.mozilla.jss.netscape.security.x509.X509CertInfo certinfo)
static org.mozilla.jss.netscape.security.util.ObjectIdentifier
CertUtils. checkOID(java.lang.String attrName, java.lang.String value)
Check if a object identifier in string form is valid, that is a string in the form n.n.n.n and der encode and decode-able.static org.mozilla.jss.netscape.security.x509.X509CertInfo
CertUtils. createCertInfo(int ver, java.math.BigInteger serialno, java.lang.String alg, java.lang.String issuerName, java.util.Date notBefore, java.util.Date notAfter)
static org.mozilla.jss.netscape.security.pkcs.PKCS10
CertUtils. decodePKCS10(java.lang.String req)
void
OidLoaderSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
X500NameSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
OidLoaderSubsystem. setId(java.lang.String id)
void
X500NameSubsystem. setId(java.lang.String id)
static void
CertUtils. setRSAKeyToCertInfo(org.mozilla.jss.netscape.security.x509.X509CertInfo info, byte[] encoded)
void
OidLoaderSubsystem. startup()
void
X500NameSubsystem. startup()
static java.lang.String
CertUtils. unwrapPKCS10(java.lang.String request, boolean checkHeader)
Remove the header and footer in the PKCS10 request. -
Uses of EBaseException in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.connector.IHttpConnection
HttpConnFactory. getConn()
gets a conenction from this factory.com.netscape.certsrv.connector.IHttpConnection
HttpConnFactory. getConn(boolean waitForConn)
Returns a Http connection - a clone of the master connection.void
LocalConnector.LocalConnListener. init(ISubsystem sys, IConfigStore config)
void
RemoteAuthority. init(IConfigStore c)
com.netscape.certsrv.connector.IPKIMessage
HttpConnection. send(com.netscape.certsrv.connector.IPKIMessage tomsg)
sends a request to remote RA/CA, returning the result.HttpResponse
HttpConnection. send(java.lang.String content)
sends a request to a remote authority, returning the result.boolean
HttpConnector. send(com.netscape.certsrv.request.IRequest r)
HttpResponse
HttpConnector. send(java.lang.String op, java.lang.String msg)
boolean
LocalConnector. send(com.netscape.certsrv.request.IRequest r)
send request to local authority.HttpResponse
LocalConnector. send(java.lang.String op, java.lang.String r)
void
HttpConnection. setRequestURI(java.lang.String uri)
Constructors in com.netscape.cmscore.connector that throw EBaseException Constructor Description HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, com.netscape.certsrv.connector.IRemoteAuthority dest, int resendInterval, IConfigStore config)
HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, com.netscape.certsrv.connector.IRemoteAuthority dest, int resendInterval, IConfigStore config, int timeout)
HttpConnFactory(int minConns, int maxConns, IAuthority source, com.netscape.certsrv.connector.IRemoteAuthority dest, java.lang.String nickname, java.lang.String clientCiphers, int timeout)
Constructor for HttpConnFactory -
Uses of EBaseException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EBaseException Modifier and Type Method Description void
DBSSession. abandon(netscape.ldap.LDAPSearchResults results)
void
DBSSession. add(java.lang.String name, com.netscape.certsrv.dbs.IDBObj obj)
Adds object to backend database.void
CertificateRepository. addCertificateRecord(com.netscape.certsrv.dbs.certdb.ICertRecord record)
Adds a certificate record to the repository.void
CRLRepository. addCRLIssuingPointRecord(com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord rec)
Adds CRL issuing points.void
KeyRepository. addKeyRecord(com.netscape.certsrv.dbs.keydb.IKeyRecord record)
Archives a key to the repository.void
CertificateRepository. addRevokedCertRecord(CertRecord record)
Used by the Clone Master (CLA) to add a revoked certificate record to the repository.boolean
CertificateRepository. checkCertificateRecord(java.math.BigInteger serialNo)
protected void
Repository. checkRange()
Checks if the given number is in the current range.void
Repository. 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.boolean
CertificateRepository. containsCertificate(java.math.BigInteger serialNo)
Checks if the specified certificate is in the repository.netscape.ldap.LDAPAttributeSet
DBRegistry. createLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj obj)
Creates attribute set from object.com.netscape.certsrv.dbs.IDBAttrMapper
LDAPDatabase. createMapper(java.lang.Class<?> attrType, DBAttribute dbAttribute)
<T extends com.netscape.certsrv.dbs.IDBObj>
com.netscape.certsrv.dbs.IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)
Retrieves a list of objects.<T extends com.netscape.certsrv.dbs.IDBObj>
com.netscape.certsrv.dbs.IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey)
Retrieves a list of objects.<T extends com.netscape.certsrv.dbs.IDBObj>
com.netscape.certsrv.dbs.IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey)
Retrieves a list of objects.<T extends com.netscape.certsrv.dbs.IDBObj>
com.netscape.certsrv.dbs.IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey, int pageSize)
Retrieves a list of objects.<T extends com.netscape.certsrv.dbs.IDBObj>
com.netscape.certsrv.dbs.IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
Retrieves a list of objects.<T extends com.netscape.certsrv.dbs.IDBObj>
com.netscape.certsrv.dbs.IDBVirtualList<T>DBSSession. createVirtualList(java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)
void
CertRecord. delete(java.lang.String name)
Deletes attribute from this record.void
CRLIssuingPointRecord. delete(java.lang.String name)
void
DBRecord. delete(java.lang.String name)
void
DBSSession. delete(java.lang.String name)
Deletes object from database.void
KeyRecord. delete(java.lang.String name)
Deletes an attribute.void
RepositoryRecord. delete(java.lang.String name)
Deletes an attribute.void
CertificateRepository. deleteCertificateRecord(java.math.BigInteger serialNo)
Deletes certificate record.void
CRLRepository. deleteCRLIssuingPointRecord(java.lang.String id)
deletes issuing point record.void
KeyRepository. deleteKeyRecord(java.math.BigInteger serialNo)
java.util.Enumeration<org.mozilla.jss.netscape.security.x509.X509CertImpl>
CertificateRepository. findCertificates(java.lang.String filter)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. findCertRecords(java.lang.String filter)
Finds a list of certificate records that satisifies the filter.com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)
Finds certificate records.com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, boolean hardJumpTo, java.lang.String sortKey, int pageSize)
com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. findCertRecordsInListRawJumpto(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
java.util.Enumeration<java.lang.Object>
CertificateRepository. findCertRecs(java.lang.String filter)
Deprecated.replaced byfindCertificatesInList
java.util.Enumeration<java.lang.Object>
CertificateRepository. findCertRecs(java.lang.String filter, java.lang.String[] attrs)
com.netscape.certsrv.dbs.keydb.IKeyRecordList
KeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)
Retrieves key record list.com.netscape.certsrv.dbs.keydb.IKeyRecordList
KeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
com.netscape.certsrv.dbs.keydb.IKeyRecordList
KeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
java.lang.Object
CertRecord. get(java.lang.String name)
Retrieves attributes from this record.java.lang.Object
CRLIssuingPointRecord. get(java.lang.String name)
java.lang.Object
DBRecord. get(java.lang.String name)
java.lang.Object
KeyRecord. get(java.lang.String name)
Retrieves an attribute.java.lang.Object
RepositoryRecord. get(java.lang.String name)
Retrieves attribute from this record.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllExpiredCertificates()
Retrives all expired certificates.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllExpiredPublishedCertificates()
Retrives all expired publishedcertificates.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllRevokedCertificates()
Retrives all revoked certificates including ones already expired or not yet valid.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllRevokedNonExpiredCertificates()
Retrives all revoked certificates excluing ones already expired.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllRevokedPublishedCertificates()
Retrives all revoked published certificates including ones already expired or not yet valid.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllValidCertificates()
Retrives all valid certificates excluding ones already revoked.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getAllValidNotPublishedCertificates()
Retrives all valid not published certificates excluding ones already revoked.com.netscape.certsrv.dbs.certdb.ICertRecord
CertRecordList. getCertRecord(int index)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertRecordList. getCertRecords(int startidx, int endidx)
Retrieves requests.java.lang.String
KeyRecord. getClientId()
Retrieves the client ID of this record.java.lang.String
KeyRecord. getDataType()
Retrieves the key data type of this record.java.util.Date[]
KeyRecord. getDateOfRevocation()
Retrieves the date(s) of revocation.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getExpiredCertificates(java.lang.String from, java.lang.String to)
Retrives all expired certificates.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getExpiredPublishedCertificates(java.lang.String from, java.lang.String to)
Retrives all expired published certificates.java.lang.String
DBRegistry. getFilter(java.lang.String filter)
Creates LDAP-based search filters with help of registered mappers.java.lang.String
DBRegistry. getFilter(java.lang.String filter, com.netscape.certsrv.dbs.IFilterConverter c)
com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. getInvalidCertsByNotBeforeDate(java.util.Date date, int pageSize)
java.util.Vector<java.lang.String>
CRLRepository. getIssuingPointsNames()
Retrieves all issuing points' namesjava.util.Enumeration<com.netscape.certsrv.dbs.keydb.IKeyRecord>
KeyRecordList. getKeyRecords(int startidx, int endidx)
Retrieves requests.java.lang.Integer
KeyRecord. getKeySize()
Retrieves the key size.java.lang.String
KeyRecord. getKeyStatus()
Retrieves the key status of this record.java.math.BigInteger
CertificateRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)
java.math.BigInteger
CRLRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)
java.math.BigInteger
KeyRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)
java.math.BigInteger
ReplicaIDRepository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)
Returns last serial number in given rangeabstract java.math.BigInteger
Repository. getLastSerialNumberInRange(java.math.BigInteger serial_low_bound, java.math.BigInteger serial_upper_bound)
java.lang.String[]
DBRegistry. getLDAPAttributes(java.lang.String[] attrs)
Retrieves a list of LDAP attributes that are associated with the given attributes.java.math.BigInteger
CertificateRepository. getNextSerialNumber()
java.math.BigInteger
Repository. getNextSerialNumber()
Retrieves the next serial number, and also increase the serial number by one.java.lang.String
KeyRecord. getOwnerName()
Retrieves owner name.byte[]
KeyRecord. getPrivateKeyData()
Retrieves key.byte[]
KeyRecord. getPublicKeyData()
Retrieves the public key.java.lang.String
KeyRecord. getRealm()
java.lang.String
CSCfgDatabase. getRecordStatus(java.lang.String recordID)
java.util.Hashtable<java.lang.String,com.netscape.certsrv.dbs.certdb.RenewableCertificateCollection>
CertificateRepository. getRenewableCertificates(java.lang.String renewalTime)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getRevokedCertificates(java.lang.String from, java.lang.String to)
Retrieves all revoked certificates in the serial number range.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getRevokedCertificates(java.util.Date asOfDate)
Retrieves all revoked certificates that have not expired.com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. getRevokedCertsByNotAfterDate(java.util.Date date, int pageSize)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getRevokedPublishedCertificates(java.lang.String from, java.lang.String to)
Retrieves all revoked publishedcertificates in the serial number range.org.mozilla.jss.netscape.security.x509.RevocationReason
CertRecord. getRevReason()
java.math.BigInteger
KeyRecord. getSerialNumber()
Retrieves serial number of the key record.protected java.math.BigInteger
Repository. getSerialNumber()
Retrieves the next serial number attr in db.com.netscape.certsrv.dbs.keydb.KeyState
KeyRecord. getState()
Retrieves the key state.java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getValidCertificates(java.lang.String from, java.lang.String to)
Retrives all valid certificates excluding ones already revoked.com.netscape.certsrv.dbs.certdb.ICertRecordList
CertificateRepository. getValidCertsByNotAfterDate(java.util.Date date, int pageSize)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. getValidNotPublishedCertificates(java.lang.String from, java.lang.String to)
Retrives all valid not published certificates excluding ones already revoked.org.mozilla.jss.netscape.security.x509.X509CertImpl
CertificateRepository. getX509Certificate(java.math.BigInteger serialNo)
Reads the certificate identified by the given serial no.org.mozilla.jss.netscape.security.x509.X509CertImpl[]
CertificateRepository. getX509Certificates(java.lang.String filter)
org.mozilla.jss.netscape.security.x509.X509CertImpl[]
CertificateRepository. getX509Certificates(java.lang.String subjectDN, int validityType)
Gets all valid and unexpired certificates pertaining to a subject DN.void
DBRegistry. init(IConfigStore config)
Initializes the internal registery.void
DBSubsystem. init(IConfigStore config)
Initializes the internal registery.protected void
Repository. initCacheIfNeeded()
RevocationInfo
CertificateRepository. isCertificateRevoked(org.mozilla.jss.netscape.security.x509.X509CertImpl cert)
Checks if the presented certificate belongs to the repository and is revoked.java.lang.Boolean
KeyRecord. isEncrypted()
void
BigIntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
ByteArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
CertRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
DateArrayMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
DateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
IntegerMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
KeyRecordMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
KeyStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
LongMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
MetaInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
ObjectStreamMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
PublicKeyMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
RevocationInfoMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
StringMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
StringVectorMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
X500NameMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Maps LDAP attributes into object, and put the object into 'parent'.void
X509CertImplMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
DBRegistry. mapObject(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into LDAP attribute set.void
BigIntegerMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into ldap attribute set.void
ByteArrayMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
CertRecordMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
DateArrayMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to a set of attributes.void
DateMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
IntegerMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
KeyRecordMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
KeyStateMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
LongMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into ldap attribute set.void
MetaInfoMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object into ldap attribute set.void
ObjectStreamMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
PublicKeyMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps object to ldap attribute set.void
RevocationInfoMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
StringMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps attribute value to ldap attributes.void
StringVectorMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps attribute value to ldap attributes.void
X500NameMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Maps attribute value to ldap attributes.void
X509CertImplMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
java.lang.String
BigIntegerMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
ByteArrayMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
CertRecordMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
java.lang.String
DateArrayMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
DateMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
IntegerMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
KeyRecordMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
java.lang.String
KeyStateMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
LongMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
MetaInfoMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Map search filters into LDAP search filter.java.lang.String
ObjectStreamMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
PublicKeyMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
RevocationInfoMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
java.lang.String
StringMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
StringVectorMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
X500NameMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
Maps search filters into LDAP search filter.java.lang.String
X509CertImplMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
void
CertificateRepository. markAsRevoked(java.math.BigInteger id, com.netscape.certsrv.dbs.certdb.IRevocationInfo info)
Marks certificate as revoked.void
CertificateRepository. markAsRevoked(java.math.BigInteger id, com.netscape.certsrv.dbs.certdb.IRevocationInfo info, boolean isAlreadyRevoked)
void
CertificateRepository. markCertificateAsNotRenewable(com.netscape.certsrv.dbs.certdb.ICertRecord record)
Marks certificate as renewable.void
CertificateRepository. markCertificateAsRenewable(com.netscape.certsrv.dbs.certdb.ICertRecord record)
Marks certificate as renewable.void
CertificateRepository. markCertificateAsRenewalNotified(java.lang.String serialNo)
void
CertificateRepository. markCertificateAsRenewed(java.lang.String serialNo)
void
DBSSession. modify(java.lang.String name, com.netscape.certsrv.dbs.ModificationSet mods)
Modify an object in the database.void
CertificateRepository. modifyCertificateRecord(java.math.BigInteger serialNo, com.netscape.certsrv.dbs.ModificationSet mods)
void
CRLRepository. modifyCRLIssuingPointRecord(java.lang.String id, com.netscape.certsrv.dbs.ModificationSet mods)
void
KeyRepository. modifyKeyRecord(java.math.BigInteger serialNo, com.netscape.certsrv.dbs.ModificationSet mods)
Modifies key record.java.math.BigInteger
Repository. peekNextSerialNumber()
Peek at the next serial number in cache (does not consume the number).netscape.ldap.LDAPSearchResults
DBSSession. persistentSearch(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)
void
CertRecordList. processCertRecords(int startidx, int endidx, com.netscape.certsrv.dbs.IElementProcessor ep)
Process certificate record as soon as it is returned.void
DBVirtualList. processElements(int startidx, int endidx, com.netscape.certsrv.dbs.IElementProcessor ep)
This function processes elements as soon as it arrives.com.netscape.certsrv.dbs.IDBObj
DBSSession. read(java.lang.String name)
Reads an object from the database.com.netscape.certsrv.dbs.IDBObj
DBSSession. read(java.lang.String name, java.lang.String[] attrs)
Reads an object from the database, and only populates the selected attributes.com.netscape.certsrv.dbs.certdb.ICertRecord
CertificateRepository. readCertificateRecord(java.math.BigInteger serialNo)
Reads certificate from repository.com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
CRLRepository. readCRLIssuingPointRecord(java.lang.String id)
Reads issuing point record.com.netscape.certsrv.dbs.keydb.IKeyRecord
KeyRepository. readKeyRecord(java.lang.String cert)
Recovers archived key using b64 encoded certcom.netscape.certsrv.dbs.keydb.IKeyRecord
KeyRepository. readKeyRecord(java.math.BigInteger serialNo)
Recovers an archived key by serial number.com.netscape.certsrv.dbs.keydb.IKeyRecord
KeyRepository. readKeyRecord(java.security.PublicKey publicKey)
Recovers archived key using public key.com.netscape.certsrv.dbs.keydb.IKeyRecord
KeyRepository. readKeyRecord(org.mozilla.jss.netscape.security.x509.X500Name ownerName)
Recovers an archived key by owner name.void
LDAPDatabase. register(java.lang.Class<E> recordType)
void
CRLRepository. removeAllObjects()
Removes all objects with this repository.void
KeyRepository. removeAllObjects()
Removes all objects with this repository.void
CertificateRepository. removeCertRecords(java.math.BigInteger beginS, java.math.BigInteger endS)
Removes all objects with this repository.boolean
CSCfgDatabase. requiresApproval()
void
Repository. resetSerialNumber(java.math.BigInteger serial)
Resets serial number.com.netscape.certsrv.dbs.IDBSearchResults
DBSSession. search(java.lang.String base, java.lang.String filter)
Searchs for a list of objects that match the filter.com.netscape.certsrv.dbs.IDBSearchResults
DBSSession. search(java.lang.String base, java.lang.String filter, int maxSize)
com.netscape.certsrv.dbs.IDBSearchResults
DBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit)
com.netscape.certsrv.dbs.IDBSearchResults
DBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit, java.lang.String sortAttribute)
com.netscape.certsrv.dbs.IDBSearchResults
DBSSession. search(java.lang.String base, java.lang.String filter, int maxSize, java.lang.String sortAttribute)
com.netscape.certsrv.dbs.IDBSearchResults
DBSSession. search(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)
Retrieves a list of object that satifies the given filter.java.util.Enumeration<java.lang.Object>
CertificateRepository. searchCertificates(java.lang.String filter, int maxSize)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit)
java.util.Enumeration<com.netscape.certsrv.dbs.certdb.ICertRecord>
CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit, java.lang.String sortAttribute)
java.util.Enumeration<java.lang.Object>
CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, java.lang.String sortAttribute)
java.util.Enumeration<com.netscape.certsrv.dbs.keydb.IKeyRecord>
KeyRepository. searchKeys(java.lang.String filter, int maxSize)
java.util.Enumeration<com.netscape.certsrv.dbs.keydb.IKeyRecord>
KeyRepository. searchKeys(java.lang.String filter, int maxSize, int timeLimit)
void
CertRecord. set(java.lang.String name, java.lang.Object obj)
Sets attribute to this record.void
CRLIssuingPointRecord. set(java.lang.String name, java.lang.Object obj)
void
DBRecord. set(java.lang.String name, java.lang.Object value)
void
KeyRecord. set(java.lang.String name, java.lang.Object object)
Sets an attribute.void
RepositoryRecord. set(java.lang.String name, java.lang.Object obj)
Sets attribute.void
KeyRecord. setDateOfRevocation(java.util.Date[] dates)
Sets the date of revocation.void
DBSubsystem. setEnableSerialMgmt(boolean v)
void
Repository. setEnableSerialMgmt(boolean value)
Sets whether serial number management is enabled for certs and requests.void
DBRegistry. setId(java.lang.String id)
Sets subsystem identifier.void
DBSubsystem. setId(java.lang.String id)
Sets subsystem identifier.void
KeyRecord. setKeySize(java.lang.Integer keySize)
Sets key size.void
Repository. setMaxSerial(java.lang.String serial)
Set the maximum serial number.void
DBSubsystem. setMaxSerialConfig(int repo, java.lang.String serial)
Sets maximum serial number limit in config filevoid
DBSubsystem. setMinSerialConfig(int repo, java.lang.String serial)
Sets minimum serial number limit in config filevoid
Repository. setNextMaxSerial(java.lang.String serial)
Set the maximum serial number in next rangevoid
DBSubsystem. setNextMaxSerialConfig(int repo, java.lang.String serial)
Sets maximum serial number limit for next range in config filevoid
DBSubsystem. setNextMinSerialConfig(int repo, java.lang.String serial)
Sets minimum serial number limit for next range in config filevoid
DBSubsystem. setNextSerialConfig(java.math.BigInteger serial)
void
KeyRecord. setOwnerName(java.lang.String name)
Sets owner name.void
KeyRecord. setPrivateKeyData(byte[] keydata)
Sets key data.void
KeyRecord. setPublicKeyData(byte[] key)
Sets the public key.void
CSCfgDatabase. setRecordStatus(java.lang.String recordID, java.lang.String status)
void
KeyRecord. setSerialNumber(java.math.BigInteger serialno)
Sets serial number.protected void
Repository. setSerialNumber(java.math.BigInteger num)
Updates the serial number to the specified in db.void
DBVirtualList. setSortKey(java.lang.String sortKey)
set the sort keyvoid
DBVirtualList. setSortKey(java.lang.String[] sortKeys)
set the sort keyvoid
KeyRecord. setState(com.netscape.certsrv.dbs.keydb.KeyState state)
Sets key state.void
Repository. setTheSerialNumber(java.math.BigInteger num)
Updates the serial number to the specified in db and cache.void
DBRegistry. startup()
Starts up this subsystem.void
DBSubsystem. startup()
Starts up this service.void
CertificateRepository. transitInvalidCertificates()
This transits a certificate status from INVALID to VALID if a certificate becomes valid.void
CertificateRepository. transitRevokedExpiredCertificates()
This transits a certificate status from REVOKED to REVOKED_EXPIRED if an revoked certificate becomes expired.void
CertificateRepository. transitValidCertificates()
This transits a certificate status from VALID to EXPIRED if a certificate becomes expired.void
CertificateRepository. unmarkRevoked(java.math.BigInteger id, com.netscape.certsrv.dbs.certdb.IRevocationInfo info, java.util.Date revokedOn, java.lang.String revokedBy)
Unmarks revoked certificate.void
CertificateRepository. updateCertStatus()
void
CRLRepository. updateCRLCache(java.lang.String id, java.lang.Long crlSize, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> revokedCerts, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> unrevokedCerts, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> expiredCerts)
Updates CRL issuing point record with CRL cache info.void
CRLRepository. updateCRLIssuingPointRecord(java.lang.String id, byte[] newCRL, java.util.Date thisUpdate, java.util.Date nextUpdate, java.math.BigInteger crlNumber, java.lang.Long crlSize)
Updates CRL issuing point record.void
CRLRepository. updateCRLIssuingPointRecord(java.lang.String id, byte[] newCRL, java.util.Date thisUpdate, java.util.Date nextUpdate, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> revokedCerts, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> unrevokedCerts, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> expiredCerts)
Updates CRL issuing point record.void
CRLRepository. updateDeltaCRL(java.lang.String id, java.math.BigInteger deltaCRLNumber, java.lang.Long deltaCRLSize, java.util.Date nextUpdate, byte[] deltaCRL)
Updates CRL issuing point record with delta-CRL.void
CRLRepository. updateExpiredCerts(java.lang.String id, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> expiredCerts)
Updates CRL issuing point record with recently expired certificates info.void
CRLRepository. updateFirstUnsaved(java.lang.String id, java.lang.String firstUnsaved)
void
CRLRepository. updateRevokedCerts(java.lang.String id, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> revokedCerts, java.util.Hashtable<java.math.BigInteger,org.mozilla.jss.netscape.security.x509.RevokedCertificate> unrevokedCerts)
Updates CRL issuing point record with recently revoked certificates info.void
CertificateRepository. updateStatus(java.math.BigInteger id, java.lang.String status)
Updates the certificiate record status to the specified.Constructors in com.netscape.cmscore.dbs that throw EBaseException Constructor Description DBVirtualList(com.netscape.certsrv.dbs.IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs)
Constructs a virtual list.DBVirtualList(com.netscape.certsrv.dbs.IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey)
Constructs a virtual list.DBVirtualList(com.netscape.certsrv.dbs.IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey)
Constructs a virtual list.DBVirtualList(com.netscape.certsrv.dbs.IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String[] sortKey, int pageSize)
Constructs a virtual list.DBVirtualList(com.netscape.certsrv.dbs.IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
Constructs a virtual list.DBVirtualList(com.netscape.certsrv.dbs.IDBRegistry registry, netscape.ldap.LDAPConnection c, java.lang.String base, java.lang.String filter, java.lang.String[] attrs, java.lang.String startFrom, java.lang.String sortKey, int pageSize)
KeyRecord(java.math.BigInteger serialNo, byte[] publicData, byte[] privateData, java.lang.String owner, java.lang.String algorithm, java.lang.String agentId)
LDAPDatabase(java.lang.String name, DBSubsystem dbSubsystem, java.lang.String baseDN, java.lang.Class<E> recordType)
-
Uses of EBaseException in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that throw EBaseException Modifier and Type Method Description void
CMSExtensionsMap. addExt(com.netscape.certsrv.extensions.ICMSExtension ext)
org.mozilla.jss.netscape.security.x509.Extension
KeyUsage. getExtension(IArgBlock args)
IArgBlock
KeyUsage. getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension)
void
CMSExtensionsMap. init(IConfigStore config)
Create extensions from configuration store.void
KeyUsage. init(ISubsystem owner, IConfigStore config)
void
CMSExtensionsMap. startup()
startup - does nothing. -
Uses of EBaseException in com.netscape.cmscore.jobs
Methods in com.netscape.cmscore.jobs that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.jobs.IJobCron
JobsScheduler. createJobCron(java.lang.String cs)
Creates a job cron.void
JobsScheduler. init(IConfigStore config)
read from the config file all implementations of Jobs, register and initialize themvoid
CronItem. set(java.lang.String sItem)
parses and sets a string cron itemvoid
JobsScheduler. setId(java.lang.String id)
Sets id string to this subsystem.void
JobsScheduler. startup()
registers the administration servlet with the administration subsystem.Constructors in com.netscape.cmscore.jobs that throw EBaseException Constructor Description JobCron(java.lang.String cronString)
-
Uses of EBaseException in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that throw EBaseException Modifier and Type Method Description void
LdapConnModule. init(IConfigStore config)
void
LdapRequestListener. init(ISubsystem sys, IConfigStore config)
void
LdapRule. 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.void
LdapRule. init(IPublisherProcessor processor, IConfigStore config)
void
PublisherProcessor. init(ISubsystem authority, IConfigStore config)
void
PublisherProcessor. startup()
-
Uses of EBaseException in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn that throw EBaseException Modifier and Type Method Description java.lang.String
LDAPConfig. getBaseDN()
java.lang.String
LDAPConfig. getBaseDN(java.lang.String defaultBaseDN)
java.lang.String
LdapAuthInfo. getBindDN()
java.lang.String
LdapAuthInfo. getBindPassword()
java.lang.String
LdapAuthInfo. getClientCertNickname()
java.lang.String
LDAPConfig. getDatabase()
java.lang.String
LDAPConfig. getDBUser()
java.lang.String
LDAPConfig. getDBUser(java.lang.String defaultDBUser)
boolean
LDAPConnectionConfig. getFollowReferrals()
java.lang.String
LDAPConnectionConfig. getHostname()
java.lang.String
LdapAuthInfo. getPasswordFromStore(java.lang.String prompt)
int
LDAPConnectionConfig. getPort()
int
LDAPConnectionConfig. getVersion()
void
LdapAnonConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)
void
LdapAuthInfo. init(LDAPAuthenticationConfig config)
initialize this class from the config store.void
LdapAuthInfo. init(LDAPAuthenticationConfig config, java.lang.String host, int port, boolean secure)
initialize this class from the config store, and verify the password.void
LdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)
void
LdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig, IPasswordStore passwordStore)
void
LdapConnInfo. init(LDAPConnectionConfig config)
initializes an instance from a config store.boolean
PKISocketConfig. isKeepAlive()
boolean
LDAPConnectionConfig. isSecure()
Constructors in com.netscape.cmscore.ldapconn that throw EBaseException Constructor Description LdapBoundConnection(netscape.ldap.LDAPSocketFactory socketFactory, LdapConnInfo connInfo, LdapAuthInfo authInfo)
Instantiates a connection to a ldap server, secure or non-secure connection with Ldap basic bind dn & pw authentication.LdapConnInfo(LDAPConnectionConfig config)
default constructor. -
Uses of EBaseException in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that throw EBaseException Modifier and Type Method Description void
LogSubsystem. init(IConfigStore config)
Initializes the log subsystem.void
LogSubsystem. setId(java.lang.String id)
void
LogSubsystem. startup()
-
Uses of EBaseException in com.netscape.cmscore.notification
Methods in com.netscape.cmscore.notification that throw EBaseException Modifier and Type Method Description java.lang.String
ReqCertEmailResolver. getEmail(com.netscape.certsrv.notification.IEmailResolverKeys keys)
returns an email address by using the resolver keys.void
EmailResolverKeys. set(java.lang.String name, java.lang.Object key)
sets a key with key name and the key -
Uses of EBaseException in com.netscape.cmscore.profile
Methods in com.netscape.cmscore.profile that throw EBaseException Modifier and Type Method Description void
LDAPProfileSubsystem. deleteProfile(java.lang.String id)
void
ProfileSubsystem. deleteProfile(java.lang.String id)
ProfileAuthenticator
AbstractProfileSubsystem. getProfileAuthenticator(Profile profile)
java.lang.String
AbstractProfileSubsystem. getProfileEnableBy(java.lang.String id)
void
LDAPProfileSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
ProfileSubsystem. init(IConfigStore cs)
Initializes this subsystem with the given configuration store.boolean
AbstractProfileSubsystem. isProfileEnable(java.lang.String id)
void
AbstractProfileSubsystem. setId(java.lang.String id)
Sets specific to this subsystem.void
LDAPProfileSubsystem. startup()
Notifies this subsystem if owner is in running mode.void
ProfileSubsystem. startup()
Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.registry
Methods in com.netscape.cmscore.registry that throw EBaseException Modifier and Type Method Description void
PluginRegistry. loadPlugin(IConfigStore config, java.lang.String type, java.lang.String id)
Load plugins of the given type.void
PluginRegistry. loadPlugins(IConfigStore config, java.lang.String type)
Load plugins of the given type.void
PluginRegistry. startup()
Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that throw EBaseException Modifier and Type Method Description protected abstract void
ARequestQueue. addRequest(com.netscape.certsrv.request.IRequest request)
Add the request to the store.protected void
RequestQueue. addRequest(com.netscape.certsrv.request.IRequest r)
void
ARequestQueue. approveRequest(com.netscape.certsrv.request.IRequest r)
Implements IRequestQueue.approveRequestvoid
ARequestQueue. cancelRequest(com.netscape.certsrv.request.IRequest r)
Implments IRequestQueue.cancelRequestcom.netscape.certsrv.request.IRequest
ARequestQueue. cloneAndMarkPending(com.netscape.certsrv.request.IRequest r)
Implements IRequestQueue.cloneAndMarkPendingcom.netscape.certsrv.request.IRequest
ARequestQueue. cloneRequest(com.netscape.certsrv.request.IRequest r)
Implements IRequestQueue.cloneRequestprotected com.netscape.certsrv.dbs.IDBSSession
RequestSubsystem. createDBSSession()
void
RequestSubsystem. createRequestQueue(java.lang.String name)
Creates a new request queue.void
RequestRecord. delete(java.lang.String name)
com.netscape.certsrv.request.IRequest
ARequestQueue. findRequest(com.netscape.certsrv.request.RequestId id)
Implements IRequestQueue.findRequestcom.netscape.certsrv.request.IRequestQueue
RequestSubsystem. getRequestQueue(java.lang.String name, int increment, com.netscape.certsrv.request.IPolicy p, com.netscape.certsrv.request.IService s, com.netscape.certsrv.request.INotify n, com.netscape.certsrv.request.INotify pendingNotifier)
Retrieves a request queue.protected static java.util.Hashtable<java.lang.String,java.lang.Object>
RequestRecord. loadExtDataFromRequest(com.netscape.certsrv.request.IRequest r)
void
ExtAttrDynMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
RequestAttrsMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
Deprecated.Implements IDBAttrMapper.mapLDAPAttributeSetToObjectvoid
RequestIdMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
RequestStateMapper. mapLDAPAttributeSetToObject(netscape.ldap.LDAPAttributeSet attrs, java.lang.String name, com.netscape.certsrv.dbs.IDBObj parent)
void
ExtAttrDynMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
RequestAttrsMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
Deprecated.void
RequestIdMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
void
RequestStateMapper. mapObjectToLDAPAttributeSet(com.netscape.certsrv.dbs.IDBObj parent, java.lang.String name, java.lang.Object obj, netscape.ldap.LDAPAttributeSet attrs)
java.lang.String
ExtAttrDynMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
java.lang.String
RequestIdMapper. mapSearchFilter(java.lang.String name, java.lang.String op, java.lang.String value)
void
ARequestQueue. markRequestPending(com.netscape.certsrv.request.IRequest r)
Implements IRequestQueue.markRequestPendingcom.netscape.certsrv.request.IRequest
ARequestQueue. newRequest(java.lang.String requestType)
com.netscape.certsrv.request.IRequest
ARequestQueue. newRequest(java.lang.String requestType, boolean ephemeral)
Implements IRequestQueue.newRequestprotected abstract com.netscape.certsrv.request.RequestId
ARequestQueue. newRequestId()
Create a new (unique) RequestId.protected com.netscape.certsrv.request.RequestId
RequestQueue. newRequestId()
void
ARequestQueue. processRequest(com.netscape.certsrv.request.IRequest r)
Implements IRequestQueue.processRequestvoid
ARequestQueue. rejectRequest(com.netscape.certsrv.request.IRequest r)
Implements IRequestQueue.rejectRequestvoid
RequestQueue. removeAllObjects()
Removes all objects with this repository.void
RequestQueue. resetSerialNumber(java.math.BigInteger serial)
Resets serial number.void
RequestSubsystem. setId(java.lang.String id)
protected void
RequestRecord. storeExtDataIntoRequest(com.netscape.certsrv.request.IRequest r)
Constructors in com.netscape.cmscore.request that throw EBaseException Constructor Description RequestQueue(DBSubsystem dbSubsystem, java.lang.String name, int increment, com.netscape.certsrv.request.IPolicy p, com.netscape.certsrv.request.IService s, com.netscape.certsrv.request.INotify n, com.netscape.certsrv.request.INotify pendingNotify)
-
Uses of EBaseException in com.netscape.cmscore.security
Methods in com.netscape.cmscore.security that throw EBaseException Modifier and Type Method Description static void
KeyCertUtil. addCertToDB(netscape.ldap.LDAPConnection conn, java.lang.String dn, org.mozilla.jss.netscape.security.x509.X509CertImpl cert)
void
PWsdrCache. addEntry(java.lang.String tag, java.lang.String pwd)
void
PWsdrCache. addEntry(java.lang.String tag, java.lang.String pwd, java.util.Hashtable<java.lang.String,java.lang.String> tagPwds)
void
PWsdrCache. addEntry(java.util.Hashtable<java.lang.String,java.lang.String> ht)
void
JssSubsystem. checkCertificateExt(java.lang.String ext)
static void
KeyCertUtil. checkCertificateExt(java.lang.String ext)
void
JssSubsystem. checkKeyLength(java.lang.String keyType, int keyLength, java.lang.String certType, int minRSAKeyLen)
void
JssSubsystem. deleteCACert(java.lang.String nickname, java.lang.String notAfterTime)
Delete the CA certificate from the perm database.void
JssSubsystem. deleteCert(java.lang.String nickname, java.lang.String notAfterTime)
Delete any certificate from the any token.void
PWsdrCache. deleteEntry(java.lang.String tag)
void
JssSubsystem. deleteRootCert(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername)
void
JssSubsystem. deleteTokenCertificate(java.lang.String nickname, java.lang.String pathname)
void
JssSubsystem. deleteUserCert(java.lang.String nickname, java.lang.String serialno, java.lang.String issuername)
static java.security.KeyPair
KeyCertUtil. generateKeyPair(java.lang.String tokenName, java.lang.String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg)
org.mozilla.jss.netscape.security.x509.AlgorithmId
JssSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)
static org.mozilla.jss.netscape.security.x509.AlgorithmId
KeyCertUtil. getAlgorithmId(java.lang.String algname, IConfigStore store)
java.lang.String
JssSubsystem. getAllCerts()
com.netscape.certsrv.common.NameValuePairs
JssSubsystem. getAllCertsManage()
com.netscape.certsrv.common.NameValuePairs
JssSubsystem. getCACerts()
org.mozilla.jss.crypto.PQGParams
JssSubsystem. getCAPQG(int keysize, IConfigStore store)
static org.mozilla.jss.crypto.PQGParams
KeyCertUtil. getCAPQG(int keysize, IConfigStore store)
org.mozilla.jss.crypto.X509Certificate
JssSubsystem. getCertificate(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName)
static org.mozilla.jss.crypto.X509Certificate
KeyCertUtil. getCertificate(java.lang.String tokenname, java.lang.String nickname)
org.mozilla.jss.netscape.security.x509.CertificateValidity
CertificateInfo. getCertificateValidity()
org.mozilla.jss.netscape.security.x509.X509CertInfo
CertificateInfo. getCertInfo()
com.netscape.certsrv.common.NameValuePairs
JssSubsystem. getCertInfo(java.lang.String b64E)
java.lang.String
JssSubsystem. getCertList(java.lang.String name)
java.lang.String
JssSubsystem. getCertListWithoutTokenName(java.lang.String name)
java.lang.String
JssSubsystem. getCertPrettyPrint(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName, java.util.Locale locale)
java.lang.String
JssSubsystem. getCertPrettyPrint(java.lang.String nickname, java.lang.String date, java.util.Locale locale)
java.lang.String
JssSubsystem. getCertPrettyPrint(java.lang.String b64E, java.util.Locale locale)
java.lang.String
JssSubsystem. getCertPrettyPrintAndFingerPrint(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName, java.util.Locale locale)
java.lang.String
JssSubsystem. getCertRequest(java.lang.String subjectName, java.security.KeyPair kp)
java.lang.String
JssSubsystem. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)
static java.lang.String
KeyCertUtil. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)
static java.lang.String
KeyCertUtil. getCertSubjectName(java.lang.String tokenname, java.lang.String nickname)
java.lang.String
JssSubsystem. getCipherPreferences()
java.lang.String
JssSubsystem. getCipherVersion()
java.security.KeyPair
JssSubsystem. getECCKeyPair(com.netscape.certsrv.security.KeyCertData properties)
java.security.KeyPair
JssSubsystem. getECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String keyCurve, java.lang.String certType)
java.lang.String
JssSubsystem. getECType(java.lang.String certType)
org.mozilla.jss.netscape.security.x509.CertificateExtensions
JssSubsystem. getExtensions(java.lang.String tokenname, java.lang.String nickname)
java.lang.String
JssSubsystem. getInternalTokenName()
java.security.KeyPair
JssSubsystem. getKeyPair(com.netscape.certsrv.security.KeyCertData properties)
java.security.KeyPair
JssSubsystem. getKeyPair(java.lang.String nickname)
java.security.KeyPair
JssSubsystem. getKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String alg, int keySize)
java.security.KeyPair
JssSubsystem. getKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String alg, int keySize, org.mozilla.jss.crypto.PQGParams pqg)
static java.security.KeyPair
KeyCertUtil. getKeyPair(java.lang.String tokenname, java.lang.String nickname)
org.mozilla.jss.crypto.PQGParams
CASigningCert. getPQGParams()
org.mozilla.jss.crypto.PQGParams
OCSPSigningCert. getPQGParams()
static java.security.PrivateKey
KeyCertUtil. getPrivateKey(java.lang.String tokenname, java.lang.String nickname)
static java.security.PrivateKey
KeyCertUtil. getPrivateKey(java.lang.String tokenname, java.lang.String nickname)
com.netscape.certsrv.common.NameValuePairs
JssSubsystem. getRootCerts()
java.lang.String
JssSubsystem. getRootCertTrustBit(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName)
static java.math.BigInteger
KeyCertUtil. getSerialNumber(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)
java.lang.String
JssSubsystem. getSignatureAlgorithm(java.lang.String nickname)
org.mozilla.jss.netscape.security.x509.X509CertImpl
JssSubsystem. getSignedCert(com.netscape.certsrv.security.KeyCertData data, java.lang.String certType, java.security.PrivateKey priKey)
java.lang.String
JssSubsystem. getSubjectDN(java.lang.String nickname)
java.lang.String
JssSubsystem. getTokenList()
com.netscape.certsrv.common.NameValuePairs
JssSubsystem. getUserCerts()
void
JssSubsystem. importCert(java.lang.String b64E, java.lang.String nickname, java.lang.String certType)
void
JssSubsystem. importCert(org.mozilla.jss.netscape.security.x509.X509CertImpl signedCert, java.lang.String nickname, java.lang.String certType)
void
JssSubsystem. init(IConfigStore config)
Initializes the Jss security subsystem.boolean
JssSubsystem. isCACert(java.lang.String fullNickname)
java.lang.String
JssSubsystem. isCipherFortezza()
boolean
JssSubsystem. isTokenLoggedIn(java.lang.String name)
void
JssSubsystem. isX500DN(java.lang.String dn)
void
JssSubsystem. loggedInToken(java.lang.String tokenName, java.lang.String pwd)
java.lang.String
PWsdrCache. readPWcache()
void
JssSubsystem. setCipherPreferences(java.lang.String cipherPrefs)
void
JssSubsystem. setId(java.lang.String id)
void
JssSubsystem. setRootCertTrust(java.lang.String nickname, java.lang.String serialno, java.lang.String issuerName, java.lang.String trust)
static void
KeyCertUtil. setSerialNumber(netscape.ldap.LDAPConnection conn, java.lang.String baseDN, java.math.BigInteger serial)
static org.mozilla.jss.netscape.security.x509.X509CertImpl
KeyCertUtil. signCert(java.security.PrivateKey privateKey, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, org.mozilla.jss.crypto.SignatureAlgorithm sigAlg)
void
JssSubsystem. startup()
Starts up this service.void
JssSubsystem. trustCert(java.lang.String nickname, java.lang.String date, java.lang.String trust)
void
CASigningCert. updateConfig(IConfigStore cmsFileTmp)
abstract void
CertificateInfo. updateConfig(IConfigStore store)
void
KRATransportCert. updateConfig(IConfigStore cmsFileTmp)
void
OCSPSigningCert. updateConfig(IConfigStore cmsFileTmp)
void
RASigningCert. updateConfig(IConfigStore cmsFileTmp)
void
SSLCert. updateConfig(IConfigStore cmsFileTmp)
void
SSLSelfSignedCert. updateConfig(IConfigStore cmsFileTmp)
void
SubsystemCert. updateConfig(IConfigStore cmsFileTmp)
void
PWsdrCache. writePWcache(java.lang.String bufs)
Constructors in com.netscape.cmscore.security that throw EBaseException Constructor Description PWsdrCache()
PWsdrCache(java.lang.String pwCache)
-
Uses of EBaseException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EBaseException Modifier and Type Method Description void
SelfTestSubsystem. init(IConfigStore config)
This method initializes this subsystem.void
SelfTestSubsystem. setId(java.lang.String id)
This method sets information specific to this subsystem.void
SelfTestSubsystem. startup()
Notifies this subsystem if owner is in running mode. -
Uses of EBaseException in com.netscape.cmscore.session
Constructors in com.netscape.cmscore.session that throw EBaseException Constructor Description LDAPSecurityDomainSessionTable(long timeToLive)
-
Uses of EBaseException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw EBaseException Modifier and Type Method Description void
Group. delete(java.lang.String name)
void
User. delete(java.lang.String name)
java.lang.Object
Group. get(java.lang.String name)
java.lang.Object
User. get(java.lang.String name)
LDAPConfig
UGSubsystemConfig. getLDAPConfig()
void
Group. set(java.lang.String name, java.lang.Object object)
void
User. set(java.lang.String name, java.lang.Object object)
void
UGSubsystem. startup()
Starts up this service. -
Uses of EBaseException in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that throw EBaseException Modifier and Type Method Description static org.mozilla.jss.asn1.SET
PFXUtils. createBagAttrs(java.lang.String nickName, byte[] localKeyId)
Creates bag attributes.static byte[]
PFXUtils. createLocalKeyId(java.security.cert.X509Certificate cert)
Creates local key identifier.static byte[]
PFXUtils. createPFX(java.lang.String pwd, java.security.cert.X509Certificate x509cert, byte[] privateKeyInfo)
Creates a PKCS12 package.void
ProfileSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
StatsSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
ProfileSubsystem. setId(java.lang.String id)
void
StatsSubsystem. setId(java.lang.String id)
void
ProfileSubsystem. startup()
void
StatsSubsystem. startup()
-
Uses of EBaseException in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that throw EBaseException Modifier and Type Method Description void
GenericPolicyProcessor. addPolicyImpl(java.lang.String id, java.lang.String classPath)
void
GenericPolicyProcessor. addPolicyInstance(java.lang.String id, java.util.Hashtable<java.lang.String,java.lang.String> ht)
void
GenericPolicyProcessor. changePolicyInstanceOrdering(java.lang.String policyOrderStr)
static java.lang.String
GeneralNameUtil. check_GeneralNameChoice(java.lang.String generalNameChoice)
Checks if given string is a valid General Name choice and returns the actual string that can be passed into form_GeneralName().void
GenericPolicyProcessor. deletePolicyImpl(java.lang.String id)
void
GenericPolicyProcessor. deletePolicyInstance(java.lang.String id)
static org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil. form_GeneralName(java.lang.String generalNameChoice, java.lang.String value)
Form a General Name from a General Name choice and value.static org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil. form_GeneralNameAsConstraints(java.lang.String generalNameChoice, java.lang.String value)
GeneralName can be used in the context of Constraints.org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil.GeneralNameAsConstraintsConfig. formGeneralName(java.lang.String choice, java.lang.String value)
Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil.GeneralNameConfig. formGeneralName(java.lang.String value)
Form a general name from the value string.org.mozilla.jss.netscape.security.x509.GeneralName
GeneralNameUtil.GeneralNameConfig. formGeneralName(java.lang.String choice, java.lang.String value)
java.util.Vector<org.mozilla.jss.netscape.security.x509.GeneralName>
GeneralNameUtil.GeneralNameConfig. formGeneralNames(java.lang.Object value)
void
GenericPolicyProcessor. init(IAuthority owner, IConfigStore config)
Initializes the PolicyProcessorvoid
GenericPolicyProcessor. modifyPolicyInstance(java.lang.String id, java.util.Hashtable<java.lang.String,java.lang.String> ht)
protected GeneralNameUtil.GeneralNameConfig
GeneralNameUtil.GeneralNamesAsConstraintsConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
protected GeneralNameUtil.GeneralNameConfig
GeneralNameUtil.GeneralNamesConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
void
GenericPolicyProcessor. setId(java.lang.String id)
void
GenericPolicyProcessor. startup()
Constructors in org.dogtagpki.legacy.core.policy that throw EBaseException Constructor Description GeneralNameAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
GeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
GeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
GeneralNamesConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
SubjAltNameGN(java.lang.String name, IConfigStore config, boolean isPolicyEnabled)
-
Uses of EBaseException in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type EBaseException Modifier and Type Method Description void
APolicyRule. setPolicyException(com.netscape.certsrv.request.IRequest req, EBaseException ex)
Methods in org.dogtagpki.legacy.server.policy that throw EBaseException Modifier and Type Method Description protected org.mozilla.jss.netscape.security.x509.KeyIdentifier
APolicyRule. 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.KeyIdentifier
APolicyRule. 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 void
APolicyRule. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes the policy rule. -
Uses of EBaseException in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints that throw EBaseException Modifier and Type Method Description void
AttributePresentConstraints. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
void
RSAKeyConstraints. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
SigningAlgorithmConstraints. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
SubCANameConstraints. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
UniqueSubjectNameConstraints. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule. -
Uses of EBaseException in org.dogtagpki.legacy.server.policy.extensions
Methods in org.dogtagpki.legacy.server.policy.extensions that throw EBaseException Modifier and Type Method Description protected org.mozilla.jss.netscape.security.x509.KeyIdentifier
AuthorityKeyIdentifierExt. formKeyIdentifier(org.mozilla.jss.netscape.security.x509.X509CertImpl caCertImpl)
Form the Key Identifier in the Authority Key Identifier extension.protected org.mozilla.jss.netscape.security.x509.KeyIdentifier
SubjectKeyIdentifierExt. formKeyIdentifier(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, com.netscape.certsrv.request.IRequest req)
Form the Key Identifier in the Subject Key Identifier extension.protected org.mozilla.jss.netscape.security.x509.KeyIdentifier
SubjectKeyIdentifierExt. formTypeFieldKeyId(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo)
Form key identifier from a type field value of 0100 followed by the least significate 60 bits of the sha-1 hash of the subject public key BIT STRING in accordance with RFC 2459.protected org.mozilla.jss.netscape.security.x509.KeyIdentifier
AuthorityKeyIdentifierExt. getKeyIdentifier(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo)
Get the Key Identifier in a subject key identifier extension from a CertInfo.void
AuthInfoAccessExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
AuthorityKeyIdentifierExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
BasicConstraintsExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
CertificatePoliciesExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
CertificateRenewalWindowExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
CertificateScopeOfUseExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
CRLDistributionPointsExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Performs one-time initialization of the policy.void
ExtendedKeyUsageExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Performs one-time initialization of the policy.void
GenericASN1Ext. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
IssuerAltNameExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
KeyUsageExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
NameConstraintsExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
NSCCommentExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
NSCertTypeExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
OCSPNoCheckExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Performs one-time initialization of the policy.void
PolicyConstraintsExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
PolicyMappingsExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
PresenceExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
void
PrivateKeyUsagePeriodExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
RemoveBasicConstraintsExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
void
SubjAltNameExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
SubjectAltNameExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.void
SubjectDirectoryAttributesExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
void
SubjectKeyIdentifierExt. init(org.dogtagpki.legacy.policy.IPolicyProcessor owner, IConfigStore config)
Initializes this policy rule.protected org.mozilla.jss.netscape.security.extensions.GenericASN1Extension
GenericASN1Ext. mkExtension()
Construct GenericASN1Extension with value from CMS.cfg -
Uses of EBaseException in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.authentication.IAuthToken
AuthManager. authenticate(com.netscape.certsrv.authentication.IAuthCredentials authCred)
Authenticate the given credentials.java.lang.String[]
AuthManager. getConfigParams()
Get configuration parameters for this implementation.void
AuthManager. init(java.lang.String name, java.lang.String implName, AuthManagerConfig config)
Initialize this authentication manager. -
Uses of EBaseException in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EBaseException Modifier and Type Method Description void
IAuthzManager. accessInit(java.lang.String accessInfo)
accessInit
is for servlets who want to initialize their own authorization information before full operation.java.lang.String[]
IAuthzManager. getConfigParams()
Get configuration parameters for this implementation.void
IAuthzManager. init(java.lang.String name, java.lang.String implName, AuthzManagerConfig config)
Initialize this authorization manager. -
Uses of EBaseException in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that throw EBaseException Modifier and Type Method Description void
ICertificateAuthority. deleteAuthority(javax.servlet.http.HttpServletRequest httpReq)
Delete this lightweight CA.org.mozilla.jss.netscape.security.x509.X509CertImpl
ICertificateAuthority. getCACert()
Retrieves the CA certificate.com.netscape.certsrv.connector.IConnector
ICAService. getConnector(IConfigStore cs)
void
ICRLIssuingPoint. init(ISubsystem ca, java.lang.String id, IConfigStore config)
Initializes CRL issuing point.org.mozilla.jss.netscape.security.x509.X509CertImpl
ICAService. issueX509Cert(com.netscape.certsrv.ca.AuthorityID aid, org.mozilla.jss.netscape.security.x509.X509CertInfo certi, java.lang.String profileId, java.lang.String rid)
Issues certificate base on enrollment information, creates certificate record, and stores all necessary data.void
ICRLIssuingPoint. processRevokedCerts(com.netscape.certsrv.dbs.IElementProcessor cp)
Builds a list of revoked certificates to put them into CRL.void
ICertificateAuthority. publishCRLNow()
Publishes the CRL immediately for MasterCRL issuing point if it exists.void
ICAService. revokeCert(org.mozilla.jss.netscape.security.x509.RevokedCertImpl crlentry)
Marks certificate record as revoked by adding revocation information.void
ICAService. revokeCert(org.mozilla.jss.netscape.security.x509.RevokedCertImpl crlentry, java.lang.String requestId)
Marks certificate record as revoked by adding revocation information.void
ICAService. serviceProfileRequest(com.netscape.certsrv.request.IRequest request)
Services profile request.void
ICertificateAuthority. setDefaultAlgorithm(java.lang.String algorithm)
Sets the default signing algorithm of this certificate authority.void
ICertificateAuthority. setMaxSerial(java.lang.String serial)
Sets the last serial number that can be used for certificate issuance in this certificate authority.void
ICertificateAuthority. setStartSerial(java.lang.String serial)
Sets the next available serial number.org.mozilla.jss.netscape.security.x509.X509CertImpl
ICertificateAuthority. sign(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, java.lang.String algname)
Signs a X.509 certificate template.org.mozilla.jss.netscape.security.x509.X509CRLImpl
ICertificateAuthority. sign(org.mozilla.jss.netscape.security.x509.X509CRLImpl crl, java.lang.String algname)
Signs the given CRL with the specific algorithm.void
ICertificateAuthority. updateCRLNow()
Updates the CRL immediately for MasterCRL issuing point if it exists.void
ICRLIssuingPoint. updateCRLNow()
Generates CRL now based on cache or local directory if cache is not available.void
ICRLIssuingPoint. updateCRLNow(java.lang.String signingAlgorithm)
Generates CRL now based on cache or local directory if cache is not available. -
Uses of EBaseException in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest that throw EBaseException Modifier and Type Method Description com.netscape.certsrv.logging.AuditConfig
AuditService. createAuditConfig()
com.netscape.certsrv.logging.AuditConfig
AuditService. createAuditConfig(java.util.Map<java.lang.String,java.lang.String> auditParams)
-