Uses of Interface
com.netscape.certsrv.connector.IRemoteAuthority
Packages that use IRemoteAuthority
-
Uses of IRemoteAuthority in com.netscape.cmscore.connector
Classes in com.netscape.cmscore.connector that implement IRemoteAuthorityFields in com.netscape.cmscore.connector declared as IRemoteAuthorityModifier and TypeFieldDescriptionprotected IRemoteAuthority
HttpConnection.mDest
protected IRemoteAuthority
HttpConnector.mDest
protected IRemoteAuthority
Resender.mDest
Constructors in com.netscape.cmscore.connector with parameters of type IRemoteAuthorityModifierConstructorDescriptionHttpConnection
(IRemoteAuthority dest, ISocketFactory factory) HttpConnection
(IRemoteAuthority dest, ISocketFactory factory, int timeout) HttpConnector
(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, ConfigStore config) HttpConnector
(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, ConfigStore config, int timeout) HttpConnFactory
(int minConns, int maxConns, IAuthority source, IRemoteAuthority dest, String nickname, String clientCiphers, int timeout) Constructor for HttpConnFactoryResender
(IAuthority authority, String nickName, String clientCiphers, IRemoteAuthority dest) Resender
(IAuthority authority, String nickName, String clientCiphers, IRemoteAuthority dest, int interval)