Package com.netscape.certsrv.tks
Class TKSClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.client.SubsystemClient
-
- com.netscape.certsrv.tks.TKSClient
-
public class TKSClient extends SubsystemClient
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.client.SubsystemClient
accountClient, AUTH_FAILURE, FAILURE, logger, SUCCESS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
importTransportCert(java.net.URI secdomainURI, java.lang.String transportNickname, java.lang.String transportCert, java.lang.String sessionID)
void
init()
-
Methods inherited from class com.netscape.certsrv.client.SubsystemClient
addUser, exists, login, logout, requestRange
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Constructor Detail
-
TKSClient
public TKSClient(PKIClient client) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception
- Throws:
java.lang.Exception
-
importTransportCert
public void importTransportCert(java.net.URI secdomainURI, java.lang.String transportNickname, java.lang.String transportCert, java.lang.String sessionID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-