com.netscape.certsrv.connector
Interface IRemoteAuthority


public interface IRemoteAuthority

This represents a remote authority that can be a certificate manager, or key recovery manager or some other manager.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.lang.String getHost()
          Retrieves the host name of the remote Authority.
 int getPort()
          Retrieves the port number of the remote Authority.
 int getTimeout()
          Retrieves the timeout value for the connection to the remote Authority.
 java.lang.String getURI()
          Retrieves the URI of the remote Authority.
 

Method Detail

getHost

java.lang.String getHost()
Retrieves the host name of the remote Authority.

Returns:
String with the name of host of remote Authority.

getPort

int getPort()
Retrieves the port number of the remote Authority.

Returns:
Int with port number of remote Authority.

getURI

java.lang.String getURI()
Retrieves the URI of the remote Authority.

Returns:
String with URI of remote Authority.

getTimeout

int getTimeout()
Retrieves the timeout value for the connection to the remote Authority.

Returns:
In with remote Authority timeout value.