Interface IPKIProcessor
-
- All Known Implementing Classes:
CMCProcessor
,CRMFProcessor
,KeyGenProcessor
,PKCS10Processor
,PKIProcessor
public interface IPKIProcessor
This represents the request parser.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(com.netscape.certsrv.common.ICMSRequest cmsReq)
-
-
-
Method Detail
-
process
void process(com.netscape.certsrv.common.ICMSRequest cmsReq) throws EBaseException
- Throws:
EBaseException
-
-