Modifier and Type | Class and Description |
---|---|
class |
DisplayHtmlServlet
This is the servlet that displays the html page for the corresponding input id.
|
class |
DynamicVariablesServlet
Return some javascript to the request which contains the list of
dynamic data in the CMS system.
|
class |
GetStats
Retrieve information.
|
class |
IndexServlet
This is the servlet that builds the index page in
various ports.
|
class |
PortsServlet
This servlet returns port information.
|
Modifier and Type | Class and Description |
---|---|
class |
ChallengeRevocationServlet1
Takes the certificate info (serial number) and optional challenge phrase, creates a
revocation request and submits it to the authority subsystem for processing
|
class |
CloneRedirect
Redirect a request to the Master.
|
class |
CMCRevReqServlet
Revoke a certificate with a CMC-formatted revocation request
|
class |
DirAuthServlet
'Face-to-face' certificate enrollment.
|
class |
DisableEnrollResult
For Face-to-face enrollment, disable EE enrollment feature
|
class |
DisplayCRL
Decode the CRL and display it to the requester.
|
class |
DisplayHashUserEnroll
Servlet to report the status, ie, the agent-initiated user
enrollment is enabled or disabled.
|
class |
DoRevoke
Revoke a Certificate
|
class |
DoRevokeTPS
Revoke a Certificate
|
class |
DoUnrevoke
'Unrevoke' a certificate.
|
class |
DoUnrevokeTPS
'Unrevoke' a certificate.
|
class |
EnableEnrollResult
For Face-to-face enrollment, enable EE enrollment feature
|
class |
EnrollServlet
Submit a Certificate Enrollment request
|
class |
GetBySerial
Retrieve certificate by serial number.
|
class |
GetCAChain
Retrieve the Certificates comprising the CA Chain for this CA.
|
class |
GetCertFromRequest
Gets a issued certificate from a request id.
|
class |
GetCRL
Retrieve CRL for a Certificate Authority
|
class |
GetEnableStatus
Servlet to get the enrollment status, enable or disable.
|
class |
GetInfo
Get detailed information about CA CRL processing
|
class |
HashEnrollServlet
performs face-to-face enrollment.
|
class |
ListCerts
Retrieve a paged list of certs matching the specified query
|
class |
Monitor
Provide statistical queries of request and certificate records.
|
class |
ReasonToRevoke
Specify the RevocationReason when revoking a certificate
|
class |
RemoteAuthConfig
Allow agent to turn on/off authentication managers
|
class |
RenewalServlet
Certificate Renewal
|
class |
RevocationServlet
Perform the first step in revoking a certificate
|
class |
SrchCerts
Search for certificates matching complex query filter
|
class |
UpdateCRL
Force the CRL to be updated now.
|
class |
UpdateDir
Update the configured LDAP server with specified objects
|
Modifier and Type | Class and Description |
---|---|
class |
CloneServlet
Clone servlet - part of the Clone Authority (CLA)
processes Revoked certs from its dependant clone CAs
service request and return status.
|
class |
ConnectorServlet
Connector servlet
process requests from remote authority -
service request or return status.
|
class |
GenerateKeyPairServlet
GenerateKeyPairServlet
handles "server-side key pair generation" requests from the
netkey RA.
|
class |
TokenKeyRecoveryServlet
TokenKeyRecoveryServlet
handles "key recovery service" requests from the
netkey TPS
|
Modifier and Type | Class and Description |
---|---|
class |
CheckIdentity |
class |
DownloadPKCS12 |
class |
GetCertChain |
class |
GetConfigEntries |
class |
GetCookie |
class |
GetDomainXML |
class |
GetStatus |
class |
GetSubsystemCert |
class |
GetTokenInfo |
class |
GetTransportCert
This servlet retrieves the transport certificate from DRM.
|
class |
ImportTransportCert
This servlet imports DRM's transport certificate into TKS.
|
class |
MainPageServlet |
class |
RegisterUser
This servlet creates a TPS user in the CA,
and it associates TPS's server certificate to
the user.
|
class |
TokenAuthenticate |
class |
UpdateConnector |
class |
UpdateDomainXML |
class |
UpdateNumberRange |
class |
UpdateOCSPConfig |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmRecoverBySerial
A class representing a recoverKey servlet.
|
class |
DisplayBySerial
Display a specific Key Archival Request
|
class |
DisplayBySerialForRecovery
Display a Specific Key Archival Request, and initiate
key recovery process
|
class |
DisplayTransport
Retrieve Transport Certificate used to
wrap Private key Archival requests
|
class |
ExamineRecovery
View the Key Recovery Request
|
class |
GetApprovalStatus
Check to see if a Key Recovery Request has been approved
|
class |
GetAsyncPk12
Get the recovered key in PKCS#12 format
- for asynchronous key recovery only
|
class |
GetPk12
Get the recovered key in PKCS#12 format
|
class |
GrantAsyncRecovery
Approve an asynchronous key recovery request
|
class |
GrantRecovery
Approve a key recovery request
|
class |
RecoverBySerial
A class representing a recoverBySerial servlet.
|
class |
SrchKey
Retrieve archived keys matching search criteria
|
class |
SrchKeyForRecovery
Retrieve archived keys matching given public key material
|
Modifier and Type | Class and Description |
---|---|
class |
AddCAServlet
Configure the CA to respond to OCSP requests for a CA
|
class |
AddCRLServlet
Update the OCSP responder with a new CRL
|
class |
CheckCertServlet
Check the status of a specific certificate
|
class |
GetOCSPInfo
Retrieve information about the number of OCSP requests the OCSP
has serviced
|
class |
ListCAServlet
Show the list of CA's that the OCSP responder can service
|
class |
OCSPServlet
Process OCSP messages, According to RFC 2560
See http://www.ietf.org/rfc/rfc2560.txt
|
class |
RemoveCAServlet
Configure the CA to no longer respond to OCSP requests for a CA
|
Modifier and Type | Field and Description |
---|---|
protected CMSServlet |
PKIProcessor.mServlet |
Constructor and Description |
---|
CMCProcessor(ICMSRequest cmsReq,
CMSServlet servlet,
boolean doEnforcePop) |
CRMFProcessor(ICMSRequest cmsReq,
CMSServlet servlet,
boolean doEnforcePop) |
KeyGenProcessor(ICMSRequest cmsReq,
CMSServlet servlet) |
PKCS10Processor(ICMSRequest cmsReq,
CMSServlet servlet) |
PKIProcessor(ICMSRequest cmsReq,
CMSServlet servlet) |
Modifier and Type | Class and Description |
---|---|
class |
ProfileApproveServlet
Toggle the approval state of a profile
|
class |
ProfileListServlet
List all enabled profiles.
|
class |
ProfileProcessServlet
This servlet approves profile-based request.
|
class |
ProfileReviewServlet
This servlet allows reviewing of profile-based request.
|
class |
ProfileSelectServlet
Retrieve detailed information of a particular profile.
|
class |
ProfileServlet
This servlet is the base class of all profile servlets.
|
class |
ProfileSubmitCMCServlet
This servlet submits end-user request into the profile framework.
|
class |
ProfileSubmitServlet
This servlet submits end-user request into the profile framework.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckRequest
Check the status of a certificate request
|
class |
ProcessCertReq
Agent operations on Certificate requests.
|
class |
ProcessReq
Display Generic Request detail to the user.
|
class |
QueryReq
Show paged list of requests matching search criteria
|
class |
SearchReqs
Search for certificates matching complex query filter
|
Modifier and Type | Class and Description |
---|---|
class |
TokenServlet
A class representings an administration servlet for Token Key
Service Authority.
|