Uses of Interface
com.netscape.certsrv.connector.IRemoteAuthority
-
Packages that use IRemoteAuthority Package Description com.netscape.cmscore.connector -
-
Uses of IRemoteAuthority in com.netscape.cmscore.connector
Classes in com.netscape.cmscore.connector that implement IRemoteAuthority Modifier and Type Class Description class
RemoteAuthority
Fields in com.netscape.cmscore.connector declared as IRemoteAuthority Modifier and Type Field Description protected IRemoteAuthority
HttpConnection. mDest
protected IRemoteAuthority
HttpConnector. mDest
protected IRemoteAuthority
Resender. mDest
Constructors in com.netscape.cmscore.connector with parameters of type IRemoteAuthority Constructor Description HttpConnection(IRemoteAuthority dest, ISocketFactory factory)
HttpConnection(IRemoteAuthority dest, ISocketFactory factory, int timeout)
HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config)
HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config, int timeout)
HttpConnFactory(int minConns, int maxConns, IAuthority source, IRemoteAuthority dest, java.lang.String nickname, java.lang.String clientCiphers, int timeout)
Constructor for HttpConnFactoryResender(IAuthority authority, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest)
Resender(IAuthority authority, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int interval)
-