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

Packages that use IRemoteAuthority
com.netscape.certsrv.apps   
 

Uses of IRemoteAuthority in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps with parameters of type IRemoteAuthority
static IHttpConnection CMS.getHttpConnection(IRemoteAuthority authority, com.netscape.cmsutil.net.ISocketFactory factory)
          Retrieves the HTTP Connection for use with connector.
 IHttpConnection ICMSEngine.getHttpConnection(IRemoteAuthority authority, com.netscape.cmsutil.net.ISocketFactory factory)
          Retrieves the HTTP Connection for use with connector.
static IHttpConnection CMS.getHttpConnection(IRemoteAuthority authority, com.netscape.cmsutil.net.ISocketFactory factory, int timeout)
          Retrieves the HTTP Connection for use with connector.
 IHttpConnection ICMSEngine.getHttpConnection(IRemoteAuthority authority, com.netscape.cmsutil.net.ISocketFactory factory, int timeout)
          Retrieves the HTTP Connection for use with connector.
static IResender CMS.getResender(IAuthority authority, java.lang.String nickname, IRemoteAuthority remote, int interval)
          Retrieves the request sender for use with connector.
 IResender ICMSEngine.getResender(IAuthority authority, java.lang.String nickname, IRemoteAuthority remote, int interval)
          Retrieves the request sender for use with connector.