Interface IRemoteAuthority

All Known Implementing Classes:
RemoteAuthority

public interface IRemoteAuthority
This represents a remote authority that can be a certificate manager, or key recovery manager or some other manager.
Version:
$Revision$, $Date$
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the Content-Type value of the connection to the Remote Authority.
    Retrieves the host name of the remote Authority.
    int
    Retrieves the port number of the remote Authority.
    int
    Retrieves the timeout value for the connection to the remote Authority.
    Retrieves the URI of the remote Authority.
    Retrieves an URI by operation (multi-URI support)
    Retrieves the list of URIs supported by the remote Authority (multi-URI support)
  • Method Details

    • getHost

      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

      String getURI()
      Retrieves the URI of the remote Authority.
      Returns:
      String with URI of remote Authority.
    • getURIs

      Hashtable<String,String> getURIs()
      Retrieves the list of URIs supported by the remote Authority (multi-URI support)
    • getURI

      String getURI(String op)
      Retrieves an URI by operation (multi-URI support)
      Parameters:
      op - operation to determine the receiving servlet
    • getTimeout

      int getTimeout()
      Retrieves the timeout value for the connection to the remote Authority.
      Returns:
      In with remote Authority timeout value.
    • getContentType

      String getContentType()
      Retrieves the Content-Type value of the connection to the Remote Authority.
      Returns:
      String with Content-Type, if it was set