com.netscape.certsrv.connector
public interface IConnector
Example for KRA type connector. ca.connector.KRA.enable=true ca.connector.KRA.host=thehost.netscape.com #Remote host. ca.connector.KRA.port=1974 #Remote host port. ca.connector.KRA.nickName="cert-kra" #Nickname of connector for identity purposes. ca.connector.KRA.uri="/kra/connector" #Uri of the KRA server. ca.connector.KRA.id="kra" ca.connector.KRA.minHttpConns=1 #Min connection pool connections. ca.connector.KRA.maxHttpConns=10 #Max connection pool connections.
boolean send(IRequest req) throws EBaseException
req
- Request to be forwarded to remote authority.EBaseException
- Failure to send request to remote authority.void start()