Package com.netscape.certsrv.system
Class SystemCertClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.system.SystemCertClient
-
public class SystemCertClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description SystemCertClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertData
getTransportCert()
void
init()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, getClient, getName, getSubsystem, removeClient
-
-
-
-
Field Detail
-
resource
public SystemCertResource resource
-
-
Constructor Detail
-
SystemCertClient
public SystemCertClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-
Method Detail
-
init
public void init() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
getTransportCert
public CertData getTransportCert()
-
-