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 IRemoteAuthorityHttpConnection.mDestprotected IRemoteAuthorityHttpConnector.mDestprotected IRemoteAuthorityResender.mDestConstructors 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, IConfigStore config) HttpConnector(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore 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)