Package com.netscape.certsrv.tps.cert
Class TPSCertClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.tps.cert.TPSCertClient
-
public class TPSCertClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description TPSCertClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPSCertCollection
findCerts(java.lang.String filter, java.lang.String tokenID, java.lang.Integer start, java.lang.Integer size)
TPSCertData
getCert(java.lang.String tokenID)
void
init()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Field Detail
-
resource
public TPSCertResource resource
-
-
Constructor Detail
-
TPSCertClient
public TPSCertClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findCerts
public TPSCertCollection findCerts(java.lang.String filter, java.lang.String tokenID, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getCert
public TPSCertData getCert(java.lang.String tokenID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-