Uses of Interface
com.netscape.certsrv.connector.IPKIMessage

Packages that use IPKIMessage
com.netscape.certsrv.apps   
com.netscape.certsrv.connector   
com.netscape.cms.servlet.connector   
 

Uses of IPKIMessage in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps that return IPKIMessage
static IPKIMessage CMS.getHttpPKIMessage()
          Creates a HTTP PKI Message that can be sent to a remote authority.
 IPKIMessage ICMSEngine.getHttpPKIMessage()
          Creates a HTTP PKI Message that can be sent to a remote authority.
 

Uses of IPKIMessage in com.netscape.certsrv.connector
 

Subinterfaces of IPKIMessage in com.netscape.certsrv.connector
 interface IHttpPKIMessage
          This represents a Http PKI message.
 

Methods in com.netscape.certsrv.connector that return IPKIMessage
 IPKIMessage IHttpConnection.send(IPKIMessage tomsg)
          Sends the PKI message to the remote authority.
 

Methods in com.netscape.certsrv.connector with parameters of type IPKIMessage
 IPKIMessage IHttpConnection.send(IPKIMessage tomsg)
          Sends the PKI message to the remote authority.
 

Uses of IPKIMessage in com.netscape.cms.servlet.connector
 

Methods in com.netscape.cms.servlet.connector that return IPKIMessage
protected  IPKIMessage CloneServlet.processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)
           
protected  IPKIMessage ConnectorServlet.processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)
          Process request (Certificate Request - all "agent" profile cert requests made through a connector) (Certificate Request Processed - all automated "agent" profile based cert acceptance made through a connector) signed.audit LOGGING_SIGNED_AUDIT_PROFILE_CERT_REQUEST used when a profile cert request is made (before approval process) signed.audit LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED used when a certificate request has just been through the approval process signed.audit LOGGING_SIGNED_AUDIT_INTER_BOUNDARY_SUCCESS used when inter-CIMC_Boundary data transfer is successful (this is used when data does not need to be captured)
 

Methods in com.netscape.cms.servlet.connector with parameters of type IPKIMessage
protected  IPKIMessage CloneServlet.processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)
           
protected  IPKIMessage ConnectorServlet.processRequest(java.lang.String source, java.lang.String sourceUserId, IPKIMessage msg, IAuthToken token)
          Process request (Certificate Request - all "agent" profile cert requests made through a connector) (Certificate Request Processed - all automated "agent" profile based cert acceptance made through a connector) signed.audit LOGGING_SIGNED_AUDIT_PROFILE_CERT_REQUEST used when a profile cert request is made (before approval process) signed.audit LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED used when a certificate request has just been through the approval process signed.audit LOGGING_SIGNED_AUDIT_INTER_BOUNDARY_SUCCESS used when inter-CIMC_Boundary data transfer is successful (this is used when data does not need to be captured)